Searched refs:isControlCharacter (Results 1 - 3 of 3) sorted by relevance

/external/jsoncpp/src/lib_json/
H A Djson_tool.h47 static inline bool isControlCharacter(char ch) { return ch > 0 && ch <= 0x1F; } function in namespace:Json
H A Djson_writer.cpp33 if (isControlCharacter(*(str++)))
158 if (isControlCharacter(*c)) {
/external/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp133 static inline bool isControlCharacter(char ch) { return ch > 0 && ch <= 0x1F; } function in namespace:Json
4053 if (isControlCharacter(*(str++)))
4062 if (isControlCharacter(*str) || 0==*str)
4186 if (isControlCharacter(*c)) {
4264 if ((isControlCharacter(*c)) || (*c == 0)) {

Completed in 256 milliseconds