Searched refs:getContextLength (Results 1 – 6 of 6) sorted by relevance
218 virtual int32_t getContextLength(void) const;
209 int32_t TransliterationRule::getContextLength(void) const { in getContextLength() function in TransliterationRule
255 if ((len = adoptedRule->getContextLength()) > maxContextLength) { in addRule()