Searched refs:anteContext (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | rbt_rule.cpp | 119 anteContext = NULL; in TransliterationRule() 121 anteContext = new StringMatcher(pattern, 0, anteContextLength, in TransliterationRule() 124 if (anteContext == 0) { in TransliterationRule() 166 anteContext(NULL), in TransliterationRule() 182 if (other.anteContext != NULL) { in TransliterationRule() 183 anteContext = (StringMatcher*) other.anteContext->clone(); in TransliterationRule() 196 delete anteContext; in ~TransliterationRule() 394 if (anteContext != NULL) { in matchAndReplace() 395 match = anteContext->matches(text, oText, anteLimit, FALSE); in matchAndReplace() 480 (anteContext != NULL) || (postContext != NULL); in toRule() [all …]
|
D | rbt_rule.h | 71 StringMatcher *anteContext;
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | TransliterationRule.java | 58 private StringMatcher anteContext; field in TransliterationRule 202 anteContext = null; in TransliterationRule() 204 anteContext = new StringMatcher(pattern.substring(0, anteContextLength), in TransliterationRule() 410 if (anteContext != null) { in matchAndReplace() 411 match = anteContext.matches(text, intRef, anteLimit, false); in matchAndReplace() 502 (anteContext != null) || (postContext != null); in toRule() 510 Utility.appendToRule(rule, anteContext, escapeUnprintable, quoteBuf); in toRule()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TransliterationRule.java | 59 private StringMatcher anteContext; field in TransliterationRule 203 anteContext = null; in TransliterationRule() 205 anteContext = new StringMatcher(pattern.substring(0, anteContextLength), in TransliterationRule() 411 if (anteContext != null) { in matchAndReplace() 412 match = anteContext.matches(text, intRef, anteLimit, false); in matchAndReplace() 503 (anteContext != null) || (postContext != null); in toRule() 511 Utility.appendToRule(rule, anteContext, escapeUnprintable, quoteBuf); in toRule()
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |