Lines Matching refs:prefixLength
64 inline int32_t prefixLength() const { return context.charAt(0); } in prefixLength() function
994 int32_t suffixStart = cond->prefixLength() + 1; in copyCE32()
1364 int32_t prefixLength = cond->prefixLength(); in buildContext() local
1365 UnicodeString prefix(cond->context, 0, prefixLength + 1); in buildContext()
1374 int32_t suffixStart = prefixLength + 1; // == prefix.length() in buildContext()
1402 int32_t length = cond->prefixLength(); in buildContext()
1403 if(length == prefixLength) { break; } in buildContext()
1441 if(prefixLength == 0) { in buildContext()
1515 int32_t prefixLength = prefix.length(); in getCEs() local
1516 if(prefixLength == 0) { in getCEs()
1519 return getCEs(prefix + s, prefixLength, ces, cesLength); in getCEs()