Home
last modified time | relevance | path

Searched refs:indentCharCount_ (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Dprettywriter.h46 Base(os, allocator, levelDepth), indentChar_(' '), indentCharCount_(4) {} in Base()
56 indentCharCount_ = indentCharCount; in SetIndent()
188 … size_t count = (Base::level_stack_.GetSize() / sizeof(typename Base::Level)) * indentCharCount_; in WriteIndent()
193 unsigned indentCharCount_; variable