Home | History | Annotate | Download | only in i18n

Lines Matching defs:findText

1018         // use findText() to search for "delimiter".  It returns a two-
1023 int32_t dPos = findText(text, delimiter, startPos, &dLen);
1025 // if findText() succeeded, isolate the text preceding the
1064 dPos = findText(text, delimiter, dPos + dLen, &dLen);
1313 NFRule::findText(const UnicodeString& str,