Searched refs:colAlign (Results 1 – 2 of 2) sorted by relevance
168 colAlign - (indentCount * indentLevel) - fieldName.length() - 3; in jsonInsert()192 jsonStr.append(colAlign, 0x20); in jsonInsertArray()207 colAlign - (indentCount * indentLevel) - fieldName.length() - 3; in jsonInsertArray()
16 const uint8_t colAlign = 32; variable