Home | History | Annotate | Download | only in i18n

Lines Matching defs:findText

1017         // use findText() to search for "delimiter".  It returns a two-
1022 int32_t dPos = findText(text, delimiter, startPos, &dLen);
1024 // if findText() succeeded, isolate the text preceding the
1063 dPos = findText(text, delimiter, dPos + dLen, &dLen);
1312 NFRule::findText(const UnicodeString& str,