Searched refs:anchorEnd (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | TransliteratorParser.java | 388 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()
|
D | TransliterationRule.java | 157 boolean anchorStart, boolean anchorEnd, in TransliterationRule() argument 196 if (anchorEnd) { in TransliterationRule()
|
/external/icu/icu4c/source/i18n/ |
D | rbt_pars.cpp | 287 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()
|
D | rbt_rule.h | 186 UBool anchorStart, UBool anchorEnd,
|
D | rbt_rule.cpp | 62 UBool anchorStart, UBool anchorEnd, in TransliterationRule() argument 113 if (anchorEnd) { in TransliterationRule()
|