Lines Matching refs:postContext
142 postContext = NULL; in TransliterationRule()
144 postContext = new StringMatcher(pattern, anteContextLength + keyLength, pattern.length(), in TransliterationRule()
147 if (postContext == 0) { in TransliterationRule()
168 postContext(NULL), in TransliterationRule()
188 if (other.postContext != NULL) { in TransliterationRule()
189 postContext = (StringMatcher*) other.postContext->clone(); in TransliterationRule()
198 delete postContext; in ~TransliterationRule()
244 UnicodeMatcher *m = (key != NULL) ? key : postContext; in matchesIndexValue()
422 if (postContext != NULL) { in matchAndReplace()
431 match = postContext->matches(text, oText, pos.contextLimit, incremental); in matchAndReplace()
480 (anteContext != NULL) || (postContext != NULL); in toRule()
500 ICU_Utility::appendToRule(rule, postContext, escapeUnprintable, quoteBuf); in toRule()
522 if (postContext != NULL) postContext->setData(d); in setData()