Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.cc76 inline bool IsAlphanumeric(char c) { in IsAlphanumeric() function
84 if (!IsAlphanumeric((*input)[len])) { in ConsumeKey()