Home
last modified time | relevance | path

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

/external/regex-re2/re2/testing/
Ddump.cc99 char buf[UTFmax+1]; in DumpRegexpAppending()
107 char buf[UTFmax+1]; in DumpRegexpAppending()
Dexhaustive3_test.cc30 char buf[UTFmax+1]; in UTF8()
/external/regex-re2/util/
Dutf.h28 UTFmax = 4, /* maximum bytes per rune */ enumerator
/external/regex-re2/re2/
Dcompile.cc616 for (int i = 1; i < UTFmax; i++) { in AddRuneRangeUTF8()
632 for (int i = 1; i < UTFmax; i++) { in AddRuneRangeUTF8()
649 uint8 ulo[UTFmax], uhi[UTFmax]; in AddRuneRangeUTF8()
701 uint8 buf[UTFmax]; in Literal()
Dregexp.cc650 prefix->resize(re->nrunes_ * UTFmax); in RequiredPrefix()
667 char buf[UTFmax]; in RequiredPrefix()
Dprefilter.cc395 char buf[UTFmax]; in RuneToString()
Dparse.cc1940 char buf[UTFmax]; in ConvertLatin1ToUTF8()