Lines Matching refs:anteContext
119 anteContext = NULL; in TransliterationRule()
121 anteContext = new StringMatcher(pattern, 0, anteContextLength, in TransliterationRule()
124 if (anteContext == 0) { in TransliterationRule()
166 anteContext(NULL), in TransliterationRule()
182 if (other.anteContext != NULL) { in TransliterationRule()
183 anteContext = (StringMatcher*) other.anteContext->clone(); in TransliterationRule()
196 delete anteContext; in ~TransliterationRule()
394 if (anteContext != NULL) { in matchAndReplace()
395 match = anteContext->matches(text, oText, anteLimit, FALSE); in matchAndReplace()
480 (anteContext != NULL) || (postContext != NULL); in toRule()
488 ICU_Utility::appendToRule(rule, anteContext, escapeUnprintable, quoteBuf); in toRule()
521 if (anteContext != NULL) anteContext->setData(d); in setData()