Home | History | Annotate | Download | only in i18n

Lines Matching refs:ScriptRunIterator

51 // ScriptRunIterator
65 class ScriptRunIterator : public UMemory {
93 ScriptRunIterator(const Replaceable& text, int32_t start, int32_t limit);
109 ScriptRunIterator(const ScriptRunIterator &other); // forbid copying of this class
110 ScriptRunIterator &operator=(const ScriptRunIterator &other); // forbid copying of this class
113 ScriptRunIterator::ScriptRunIterator(const Replaceable& theText,
122 UBool ScriptRunIterator::next() {
167 void ScriptRunIterator::adjustLimit(int32_t delta) {
233 ScriptRunIterator it(text, pos.contextStart, pos.contextLimit);