Home
last modified time | relevance | path

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

/external/libtextclassifier/lang_id/
Dcustom-tokenizer.cc72 char lower_buf[UTFmax]; in AppendLowerCase()
82 SAFTM_DCHECK_GE(UTFmax, 4); in AppendLowerCase()
/external/libutf/
Dutf.h10 UTFmax = 4, /* maximum bytes per rune */ enumerator
/external/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.cc459 char buf[UTFmax]; in ParseUnicodeEscape()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h858 static const int UTFmax = 4; variable