Home | History | Annotate | Download | only in i18n

Lines Matching defs:prefixLength

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