Searched refs:UTFmax (Results 1 – 11 of 11) sorted by relevance
72 char lower_buf[UTFmax]; in AppendLowerCase()82 SAFTM_DCHECK_GE(UTFmax, 4); in AppendLowerCase()
99 char buf[UTFmax+1]; in DumpRegexpAppending()107 char buf[UTFmax+1]; in DumpRegexpAppending()
36 char buf[UTFmax+1]; in UTF8()
29 UTFmax = 4, /* maximum bytes per rune */ enumerator
10 UTFmax = 4, /* maximum bytes per rune */ enumerator
716 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()
392 char buf[UTFmax]; in RuneToString()
665 bytes->resize(nrunes * UTFmax); // worst case in ConvertRunesToBytes()
2186 char buf[UTFmax]; in ConvertLatin1ToUTF8()
469 char buf[UTFmax]; in ParseUnicodeEscape()
870 static const int UTFmax = 4; variable