Searched refs:anchorEnd (Results 1 – 8 of 8) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TransliteratorParser.java | 396 public boolean anchorEnd = false; field in TransliteratorParser.RuleHalf 479 if (anchorEnd) { in parseSection() 635 anchorEnd = true; in parseSection() 663 anchorEnd = true; in parseSection() 825 anchorStart = anchorEnd = false; in removeContext() 1206 if (left.anchorStart || left.anchorEnd || in parseRule() 1207 right.anchorStart || right.anchorEnd) { in parseRule() 1288 right.anchorStart || right.anchorEnd || in parseRule() 1305 left.anchorStart, left.anchorEnd, in parseRule()
|
D | TransliterationRule.java | 160 boolean anchorStart, boolean anchorEnd, in TransliterationRule() argument 199 if (anchorEnd) { in TransliterationRule()
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | TransliteratorParser.java | 395 public boolean anchorEnd = false; field in TransliteratorParser.RuleHalf 478 if (anchorEnd) { in parseSection() 634 anchorEnd = true; in parseSection() 662 anchorEnd = true; in parseSection() 824 anchorStart = anchorEnd = false; in removeContext() 1205 if (left.anchorStart || left.anchorEnd || in parseRule() 1206 right.anchorStart || right.anchorEnd) { in parseRule() 1287 right.anchorStart || right.anchorEnd || in parseRule() 1304 left.anchorStart, left.anchorEnd, in parseRule()
|
D | TransliterationRule.java | 159 boolean anchorStart, boolean anchorEnd, in TransliterationRule() argument 198 if (anchorEnd) { in TransliterationRule()
|
/external/icu/icu4c/source/i18n/ |
D | rbt_pars.cpp | 289 UBool anchorEnd; member in RuleHalf 351 anchorStart = anchorEnd = FALSE; in RuleHalf() 430 if (anchorEnd) { in parseSection() 601 anchorEnd = TRUE; in parseSection() 624 anchorEnd = TRUE; in parseSection() 789 anchorStart = anchorEnd = FALSE; in removeContext() 1345 if (left->anchorStart || left->anchorEnd || in parseRule() 1346 right->anchorStart || right->anchorEnd) { in parseRule() 1428 right->anchorStart || right->anchorEnd || in parseRule() 1450 left->anchorStart, left->anchorEnd, in parseRule()
|
D | rbt_rule.h | 188 UBool anchorStart, UBool anchorEnd,
|
D | rbt_rule.cpp | 64 UBool anchorStart, UBool anchorEnd, in TransliterationRule() argument 115 if (anchorEnd) { in TransliterationRule()
|
/external/icu/libicu/cts_headers/ |
D | rbt_rule.h | 188 UBool anchorStart, UBool anchorEnd,
|