Home | History | Annotate | Download | only in i18n

Lines Matching defs:prefixLength

60     inline int32_t prefixLength() const { return context.charAt(0); }
989 int32_t suffixStart = cond->prefixLength() + 1;
1357 int32_t prefixLength = cond->prefixLength();
1358 UnicodeString prefix(cond->context, 0, prefixLength + 1);
1367 int32_t suffixStart = prefixLength + 1; // == prefix.length()
1395 int32_t length = cond->prefixLength();
1396 if(length == prefixLength) { break; }
1434 if(prefixLength == 0) {
1508 int32_t prefixLength = prefix.length();
1509 if(prefixLength == 0) {
1512 return getCEs(prefix + s, prefixLength, ces, cesLength);