Home | History | Annotate | Download | only in i18n

Lines Matching refs:prefixLength

787     int32_t prefixLength = text.length() - workText.length();
790 fprintf(stderr, "' pl: %d ppi: %d s1p: %d\n", prefixLength, pp.getIndex(), sub1->getPos());
872 if (prefixLength + pp.getIndex() + pp2.getIndex() > highWaterMark) {
873 highWaterMark = prefixLength + pp.getIndex() + pp2.getIndex();
951 // use prefixLength() to match the beginning of
955 int32_t pfl = prefixLength(text, prefix, status);
1122 NFRule::prefixLength(const UnicodeString& str, const UnicodeString& prefix, UErrorCode& status) const
1344 // and then use prefixLength() to see if the search key is at
1352 keyLen = prefixLength(temp, key, status);