Home
last modified time | relevance | path

Searched refs:postContextPos (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Drbt_rule.cpp56 int32_t anteContextPos, int32_t postContextPos, in TransliterationRule() argument
82 if (postContextPos < 0) { in TransliterationRule()
85 if (postContextPos < anteContextLength || in TransliterationRule()
86 postContextPos > input.length()) { in TransliterationRule()
91 keyLength = postContextPos - anteContextLength; in TransliterationRule()
Drbt_rule.h181 int32_t anteContextPos, int32_t postContextPos,