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