Home
last modified time | relevance | path

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

/external/libtextclassifier/native/lang_id/
Dcustom-tokenizer.cc72 char lower_buf[UTFmax]; in AppendLowerCase()
82 SAFTM_DCHECK_GE(UTFmax, 4); in AppendLowerCase()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Ddump.cc99 char buf[UTFmax+1]; in DumpRegexpAppending()
107 char buf[UTFmax+1]; in DumpRegexpAppending()
Dexhaustive3_test.cc36 char buf[UTFmax+1]; in UTF8()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dutf.h29 UTFmax = 4, /* maximum bytes per rune */ enumerator
/external/libutf/
Dutf.h10 UTFmax = 4, /* maximum bytes per rune */ enumerator
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dcompile.cc716 for (int i = 1; i < UTFmax; i++) { in AddRuneRangeUTF8()
733 for (int i = 1; i < UTFmax; i++) { in AddRuneRangeUTF8()
750 uint8_t ulo[UTFmax], uhi[UTFmax]; in AddRuneRangeUTF8()
838 uint8_t buf[UTFmax]; in Literal()
Dprefilter.cc392 char buf[UTFmax]; in RuneToString()
Dregexp.cc665 bytes->resize(nrunes * UTFmax); // worst case in ConvertRunesToBytes()
Dparse.cc2186 char buf[UTFmax]; in ConvertLatin1ToUTF8()
/external/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.cc469 char buf[UTFmax]; in ParseUnicodeEscape()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h870 static const int UTFmax = 4; variable