Home
last modified time | relevance | path

Searched refs:cursorOffset (Results 1 – 6 of 6) sorted by relevance

/external/icu4c/i18n/
Drbt_pars.cpp280 int32_t cursorOffset; // only nonzero on output side member in RuleHalf
347 cursorOffset = 0; in RuleHalf()
367 if (cursorOffset > 0 && cursor != cursorOffsetPos) { in parse()
730 if (cursorOffset < 0) { in parseSection()
734 --cursorOffset; in parseSection()
735 } else if (cursorOffset > 0) { in parseSection()
739 ++cursorOffset; in parseSection()
742 cursorOffset = -1; in parseSection()
745 cursorOffset = 1; in parseSection()
1401 left->cursorOffset = 0; in parseRule()
[all …]
Drbt_rule.h183 int32_t cursorPosition, int32_t cursorOffset,
Drbt_rule.cpp59 int32_t cursorPosition, int32_t cursorOffset, in TransliterationRule() argument
151 this->output = new StringReplacer(outputStr, cursorPosition + cursorOffset, data); in TransliterationRule()
/external/chromium_org/third_party/icu/source/i18n/
Drbt_pars.cpp274 int32_t cursorOffset; // only nonzero on output side member in RuleHalf
341 cursorOffset = 0; in RuleHalf()
361 if (cursorOffset > 0 && cursor != cursorOffsetPos) { in parse()
724 if (cursorOffset < 0) { in parseSection()
728 --cursorOffset; in parseSection()
729 } else if (cursorOffset > 0) { in parseSection()
733 ++cursorOffset; in parseSection()
736 cursorOffset = -1; in parseSection()
739 cursorOffset = 1; in parseSection()
1395 left->cursorOffset = 0; in parseRule()
[all …]
Drbt_rule.h183 int32_t cursorPosition, int32_t cursorOffset,
Drbt_rule.cpp58 int32_t cursorPosition, int32_t cursorOffset, in TransliterationRule() argument
150 this->output = new StringReplacer(outputStr, cursorPosition + cursorOffset, data); in TransliterationRule()