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