Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc483 int dest_len, bool use_hex, bool utf8_safe) { in CEscapeInternal() argument
504 if ((!utf8_safe || static_cast<uint8>(*src) < 0x80) && in CEscapeInternal()