Home | History | Annotate | Download | only in i18n

Lines Matching defs:prefixLength

786     int32_t prefixLength = text.length() - workText.length();
789 fprintf(stderr, "' pl: %d ppi: %d s1p: %d\n", prefixLength, pp.getIndex(), sub1->getPos());
871 if (prefixLength + pp.getIndex() + pp2.getIndex() > highWaterMark) {
872 highWaterMark = prefixLength + pp.getIndex() + pp2.getIndex();
950 // use prefixLength() to match the beginning of
954 int32_t pfl = prefixLength(text, prefix, status);
1121 NFRule::prefixLength(const UnicodeString& str, const UnicodeString& prefix, UErrorCode& status) const
1343 // and then use prefixLength() to see if the search key is at
1351 keyLen = prefixLength(temp, key, status);