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