Home | History | Annotate | Download | only in lib

Lines Matching full:inlen

785                inLen           number of bytes in grapheme buffer
786 inPos start position of current grapheme (0..inLen-1)
794 const picoos_uint16 inLen,
807 if (!picobase_get_next_utf8char(sInChar, inLen, &pos, cstr) ||
812 for (nCount = 0; nCount < inLen; ) {
813 if (!picobase_get_next_utf8char(sInChar, inLen, &nCount, cstr)) {