Searched refs:findTextLenient (Results 1 – 3 of 3) sorted by relevance
84 int32_t findTextLenient(const UnicodeString& str, const UnicodeString& key,
1497 return findTextLenient(str, key, startingAt, length); in findText()1502 NFRule::findTextLenient(const UnicodeString& str, in findTextLenient() function in NFRule
556 … currMatchIndex = rbnfLenientScanner->findTextLenient(source, currArg, startingAt, &length); in parseType()