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.java212 int postContextLength = pattern.length() - keyLength - anteContextLength; in TransliterationRule() local
214 if (postContextLength > 0) { in TransliterationRule()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTransliterationRule.java213 int postContextLength = pattern.length() - keyLength - anteContextLength; in TransliterationRule() local
215 if (postContextLength > 0) { in TransliterationRule()
/external/icu/icu4c/source/i18n/
Drbt_rule.cpp139 int32_t postContextLength = pattern.length() - keyLength - anteContextLength; in TransliterationRule() local
141 if (postContextLength > 0) { in TransliterationRule()