Lines Matching full:utfpos
842 picoos_uint32 utfpos;
877 utfpos = graphlen;
878 if (picobase_get_prev_utf8charpos(graph, 0, &utfpos)) {
879 nCount = utfpos + 1;
980 utfpos = nCount - 1;
981 if (!picobase_get_prev_utf8charpos(graph, 0, &utfpos)) {
983 PICODBG_ERROR(("invalid utf8 string, utfpos: %d", utfpos));
986 nCount = utfpos + 1;