Lines Matching refs:strLen
312 sal_Int32 strLen = Text.getLength(); in endOfScript() local
314 while(iterateCodePoints(Text, nStartPos, 1, ch) < strLen ) { in endOfScript()
354 sal_Int32 strLen = Text.getLength(); in nextScript() local
355 if (nStartPos > strLen) in nextScript()
361 while (numberOfChange > 0 && iterateCodePoints(Text, nStartPos, 1, ch) < strLen) { in nextScript()
385 sal_Int32 strLen = Text.getLength(); in endOfCharBlock() local
387 if (CharType == CharType::ANY_CHAR) return strLen; // end of char block is exclusive in endOfCharBlock()
388 if (nStartPos < 0 || nStartPos >= strLen) return -1; in endOfCharBlock()
392 …while(iterateCodePoints(Text, nStartPos, 1, ch) < strLen && CharType == (sal_Int16)u_charType(ch))… in endOfCharBlock()
403 sal_Int32 strLen = Text.getLength(); in nextCharBlock() local
406 while (numberOfChange > 0 && iterateCodePoints(Text, nStartPos, 1, ch) < strLen) { in nextCharBlock()