Home
last modified time | relevance | path

Searched refs:anteContextLength (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Drbt_rule.cpp74 anteContextLength = 0; in TransliterationRule()
81 anteContextLength = anteContextPos; in TransliterationRule()
84 keyLength = input.length() - anteContextLength; in TransliterationRule()
86 if (postContextPos < anteContextLength || in TransliterationRule()
92 keyLength = postContextPos - anteContextLength; in TransliterationRule()
118 if (anteContextLength > 0) { in TransliterationRule()
119 anteContext = new StringMatcher(pattern, 0, anteContextLength, in TransliterationRule()
130 key = new StringMatcher(pattern, anteContextLength, anteContextLength + keyLength, in TransliterationRule()
139 int32_t postContextLength = pattern.length() - keyLength - anteContextLength; in TransliterationRule()
142 postContext = new StringMatcher(pattern, anteContextLength + keyLength, pattern.length(), in TransliterationRule()
[all …]
Drbt_rule.h118 int32_t anteContextLength; variable
/external/chromium_org/third_party/icu/source/i18n/
Drbt_rule.cpp74 anteContextLength = 0; in TransliterationRule()
81 anteContextLength = anteContextPos; in TransliterationRule()
84 keyLength = input.length() - anteContextLength; in TransliterationRule()
86 if (postContextPos < anteContextLength || in TransliterationRule()
92 keyLength = postContextPos - anteContextLength; in TransliterationRule()
118 if (anteContextLength > 0) { in TransliterationRule()
119 anteContext = new StringMatcher(pattern, 0, anteContextLength, in TransliterationRule()
130 key = new StringMatcher(pattern, anteContextLength, anteContextLength + keyLength, in TransliterationRule()
139 int32_t postContextLength = pattern.length() - keyLength - anteContextLength; in TransliterationRule()
142 postContext = new StringMatcher(pattern, anteContextLength + keyLength, pattern.length(), in TransliterationRule()
[all …]
Drbt_rule.h118 int32_t anteContextLength; variable