Searched refs:getContextLength (Results 1 – 3 of 3) sorted by relevance
220 virtual int32_t getContextLength(void) const;
211 int32_t TransliterationRule::getContextLength(void) const { in getContextLength() function in TransliterationRule
257 if ((len = adoptedRule->getContextLength()) > maxContextLength) { in addRule()