Home
last modified time | relevance | path

Searched refs:anchorEnd (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliteratorParser.java388 public boolean anchorEnd = false; field in TransliteratorParser.RuleHalf
471 if (anchorEnd) { in parseSection()
627 anchorEnd = true; in parseSection()
655 anchorEnd = true; in parseSection()
818 anchorStart = anchorEnd = false; in removeContext()
1199 if (left.anchorStart || left.anchorEnd || in parseRule()
1200 right.anchorStart || right.anchorEnd) { in parseRule()
1281 right.anchorStart || right.anchorEnd || in parseRule()
1298 left.anchorStart, left.anchorEnd, in parseRule()
DTransliterationRule.java157 boolean anchorStart, boolean anchorEnd, in TransliterationRule() argument
196 if (anchorEnd) { in TransliterationRule()
/external/icu/icu4c/source/i18n/
Drbt_pars.cpp287 UBool anchorEnd; member in RuleHalf
349 anchorStart = anchorEnd = FALSE; in RuleHalf()
428 if (anchorEnd) { in parseSection()
599 anchorEnd = TRUE; in parseSection()
622 anchorEnd = TRUE; in parseSection()
787 anchorStart = anchorEnd = FALSE; in removeContext()
1343 if (left->anchorStart || left->anchorEnd || in parseRule()
1344 right->anchorStart || right->anchorEnd) { in parseRule()
1426 right->anchorStart || right->anchorEnd || in parseRule()
1448 left->anchorStart, left->anchorEnd, in parseRule()
Drbt_rule.h186 UBool anchorStart, UBool anchorEnd,
Drbt_rule.cpp62 UBool anchorStart, UBool anchorEnd, in TransliterationRule() argument
113 if (anchorEnd) { in TransliterationRule()