Home | History | Annotate | Download | only in i18n

Lines Matching refs:delimiter

969 * "text" is searched for instances of "delimiter".  For each instance
970 * of delimiter, the intervening text is tested to see whether it
974 * for "delimiter".
977 * @param delimiter The string to search "text" for.
980 * @param sub If we find "delimiter" in "text", this substitution is used
982 * position of "delimiter." (If "delimiter" is the empty string, then
1000 const UnicodeString& delimiter,
1006 // if "delimiter" contains real (i.e., non-ignorable) text, search
1007 // it for "delimiter" beginning at "start". If that succeeds, then
1009 // instance of "delimiter" we just found.
1010 if (!allIgnorable(delimiter, status)) {
1017 // use findText() to search for "delimiter". It returns a two-
1020 // "delimiter".
1022 int32_t dPos = findText(text, delimiter, startPos, &dLen);
1039 // where we found "delimiter", then this function has
1042 // that matches "delimiter", and return the result
1060 // copy of "delimiter" in "text" and repeat the loop if
1063 dPos = findText(text, delimiter, dPos + dLen, &dLen);
1070 // if "delimiter" is empty, or consists only of ignorable characters
1072 // for "delimiter". Instead, just use "sub" to parse as much of