Searched refs:poscnt (Results 1 – 1 of 1) sorted by relevance
961 picoos_uint32 poscnt; in picobase_get_next_utf8char() local970 poscnt = *pos; in picobase_get_next_utf8char()972 while ((i < len) && (utf8s[poscnt] != 0)) { in picobase_get_next_utf8char()973 utf8char[i] = utf8s[poscnt]; in picobase_get_next_utf8char()974 poscnt++; in picobase_get_next_utf8char()978 if ((i < len) && (utf8s[poscnt] == 0)) { in picobase_get_next_utf8char()981 *pos = poscnt; in picobase_get_next_utf8char()990 picoos_uint32 poscnt; in picobase_get_next_utf8charpos() local998 poscnt = *pos; in picobase_get_next_utf8charpos()1000 while ((i < len) && (utf8s[poscnt] != 0)) { in picobase_get_next_utf8charpos()[all …]