Searched refs:UTFmax (Results 1 – 4 of 4) sorted by relevance
72 char lower_buf[UTFmax]; in AppendLowerCase()82 SAFTM_DCHECK_GE(UTFmax, 4); in AppendLowerCase()
10 UTFmax = 4, /* maximum bytes per rune */ enumerator
459 char buf[UTFmax]; in ParseUnicodeEscape()
858 static const int UTFmax = 4; variable