Home | History | Annotate | Download | only in i18n

Lines Matching defs:findText

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