Home | History | Annotate | Download | only in lib

Lines Matching refs:PICOBASE_UTF8_MAXLEN

946     while ((((i < l) && (i < PICOBASE_UTF8_MAXLEN)) && (utf8[*pos] != 0))) {
966 (len > PICOBASE_UTF8_MAXLEN)) {
994 (len > PICOBASE_UTF8_MAXLEN)){
1025 while ((i <= PICOBASE_UTF8_MAXLEN) && (poscnt >= utf8slenmin) &&
1054 while ((i <= PICOBASE_UTF8_MAXLEN) && (poscnt >= utf8slenmin) &&
1154 l = picobase_utf32_to_utf8(utf32, utf8char, PICOBASE_UTF8_MAXLEN, & done1);
1185 l = picobase_utf32_to_utf8(utf32, utf8char, PICOBASE_UTF8_MAXLEN, & done1);