Home
last modified time | relevance | path

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

/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp133 static inline bool isControlCharacter(char ch) { return ch > 0 && ch <= 0x1F; } in isControlCharacter() function
4053 if (isControlCharacter(*(str++))) in containsControlCharacter()
4062 if (isControlCharacter(*str) || 0==*str) in containsControlCharacter0()
4186 if (isControlCharacter(*c)) { in valueToQuotedString()
4264 if ((isControlCharacter(*c)) || (*c == 0)) { in valueToQuotedStringN()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp133 static inline bool isControlCharacter(char ch) { return ch > 0 && ch <= 0x1F; } in isControlCharacter() function
3995 if (isControlCharacter(*(str++)))
4004 if (isControlCharacter(*str) || 0==*str)
4130 if (isControlCharacter(*c)) {
4208 if ((isControlCharacter(*c)) || (*c == 0)) {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp133 static inline bool isControlCharacter(char ch) { return ch > 0 && ch <= 0x1F; } in isControlCharacter() function
3995 if (isControlCharacter(*(str++)))
4004 if (isControlCharacter(*str) || 0==*str)
4130 if (isControlCharacter(*c)) {
4208 if ((isControlCharacter(*c)) || (*c == 0)) {
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp133 static inline bool isControlCharacter(char ch) { return ch > 0 && ch <= 0x1F; } in isControlCharacter() function
3995 if (isControlCharacter(*(str++)))
4004 if (isControlCharacter(*str) || 0==*str)
4130 if (isControlCharacter(*c)) {
4208 if ((isControlCharacter(*c)) || (*c == 0)) {

Completed in 21 milliseconds