Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dupb.c11267 static const char kControlCharLimit = 0x20; variable
11272 return uc < kControlCharLimit || uc == '"' || uc == '\\'; in is_json_escaped()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dupb.c12084 static const char kControlCharLimit = 0x20; variable
12089 return uc < kControlCharLimit || uc == '"' || uc == '\\'; in is_json_escaped()