Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DTransliteratorParser.java396 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()
DTransliterationRule.java160 boolean anchorStart, boolean anchorEnd, in TransliterationRule() argument
199 if (anchorEnd) { in TransliterationRule()
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliteratorParser.java395 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()
DTransliterationRule.java159 boolean anchorStart, boolean anchorEnd, in TransliterationRule() argument
198 if (anchorEnd) { in TransliterationRule()
/external/icu/icu4c/source/i18n/
Drbt_pars.cpp289 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()
Drbt_rule.h188 UBool anchorStart, UBool anchorEnd,
Drbt_rule.cpp64 UBool anchorStart, UBool anchorEnd, in TransliterationRule() argument
115 if (anchorEnd) { in TransliterationRule()