Searched refs:postContextPos (Results 1 – 4 of 4) sorted by relevance
56 int32_t anteContextPos, int32_t postContextPos, in TransliterationRule() argument82 if (postContextPos < 0) { in TransliterationRule()85 if (postContextPos < anteContextLength || in TransliterationRule()86 postContextPos > input.length()) { in TransliterationRule()91 keyLength = postContextPos - anteContextLength; in TransliterationRule()
181 int32_t anteContextPos, int32_t postContextPos,
57 int32_t anteContextPos, int32_t postContextPos, in TransliterationRule() argument83 if (postContextPos < 0) { in TransliterationRule()86 if (postContextPos < anteContextLength || in TransliterationRule()87 postContextPos > input.length()) { in TransliterationRule()92 keyLength = postContextPos - anteContextLength; in TransliterationRule()