Home
last modified time | relevance | path

Searched refs:anchorStart (Results 1 – 8 of 8) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DTransliteratorParser.java395 public boolean anchorStart = false; field in TransliteratorParser.RuleHalf
556 if (buf.length() == 0 && !anchorStart) { in parseSection()
557 anchorStart = 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
196 if (anchorStart) { in TransliterationRule()
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliteratorParser.java394 public boolean anchorStart = false; field in TransliteratorParser.RuleHalf
555 if (buf.length() == 0 && !anchorStart) { in parseSection()
556 anchorStart = 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
195 if (anchorStart) { in TransliterationRule()
/external/icu/icu4c/source/i18n/
Drbt_pars.cpp288 UBool anchorStart; member in RuleHalf
351 anchorStart = anchorEnd = FALSE; in RuleHalf()
513 if (buf.length() == 0 && !anchorStart) { in parseSection()
514 anchorStart = 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
112 if (anchorStart) { in TransliterationRule()
/external/icu/libicu/cts_headers/
Drbt_rule.h188 UBool anchorStart, UBool anchorEnd,