Home | History | Annotate | Download | only in intltest

Lines Matching refs:appendReplacement

1430 appendReplacement postion.
1434 m.appendReplacement(result, "ooh", status);
1444 m.appendReplacement(result, "ooh", status);
1454 m.appendReplacement(result, "ooh", status);
2698 // Multiple finds do NOT bump up the previous appendReplacement postion.
2702 m.appendReplacement(&resultText, &replText, status);
2707 // After a reset into the interior of a string, appendReplacement still starts at beginning.
2714 m.appendReplacement(&resultText, &replText, status);
2719 // find() at interior of string, appendReplacement still starts at beginning.
2726 m.appendReplacement(&resultText, &replText, status);
3477 parseMatcher->appendReplacement(deTaggedInput, "", status);