Home
last modified time | relevance | path

Searched refs:postContextLength (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliterationRule.java214 int postContextLength = pattern.length() - keyLength - anteContextLength; in TransliterationRule() local
216 if (postContextLength > 0) { in TransliterationRule()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTransliterationRule.java215 int postContextLength = pattern.length() - keyLength - anteContextLength; in TransliterationRule() local
217 if (postContextLength > 0) { in TransliterationRule()
/external/icu/icu4c/source/i18n/
Drbt_rule.cpp141 int32_t postContextLength = pattern.length() - keyLength - anteContextLength; in TransliterationRule() local
143 if (postContextLength > 0) { in TransliterationRule()