Home
last modified time | relevance | path

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

/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()
/third_party/re2/util/
Dutf.h29 UTFmax = 4, /* maximum bytes per rune */ enumerator
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
Dutf.h23 UTFmax = 4, /* maximum bytes per rune */ enumerator
Dunicodetext.cc368 char buf[UTFmax]; in push_back()
/third_party/re2/re2/
Dcompile.cc722 for (int i = 1; i < UTFmax; i++) { in AddRuneRangeUTF8()
739 for (int i = 1; i < UTFmax; i++) { in AddRuneRangeUTF8()
756 uint8_t ulo[UTFmax], uhi[UTFmax]; in AddRuneRangeUTF8()
844 uint8_t buf[UTFmax]; in Literal()
Dregexp.cc692 prefix->resize(re->nrunes_ * UTFmax); in RequiredPrefix()
709 char buf[UTFmax]; in RequiredPrefix()
Dprefilter.cc392 char buf[UTFmax]; in RuneToString()
Dparse.cc2186 char buf[UTFmax]; in ConvertLatin1ToUTF8()
/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.h869 static const int UTFmax = 4; variable
/third_party/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.cc517 char buf[UTFmax]; in ParseUnicodeEscape()