Home | History | Annotate | Download | only in common

Lines Matching refs:utf8_minLegal

255 utf8_minLegal[4]={ 0, 0x80, 0x800, 0x10000 };
312 if(illegal || c<utf8_minLegal[count] || UTF_IS_SURROGATE(c)) {
379 if(illegal || c<utf8_minLegal[count] || UTF_IS_SURROGATE(c)) {