Home | History | Annotate | Download | only in i18n

Lines Matching refs:postContext

140     postContext = NULL;
142 postContext = new StringMatcher(pattern, anteContextLength + keyLength, pattern.length(),
145 if (postContext == 0) {
166 postContext(NULL),
186 if (other.postContext != NULL) {
187 postContext = (StringMatcher*) other.postContext->clone();
196 delete postContext;
240 // Delegate to the key, or if there is none, to the postContext.
242 UnicodeMatcher *m = (key != NULL) ? key : postContext;
254 * antecontext, key, and postcontext overlaps in the following
420 if (postContext != NULL) {
423 // a postContext. Since we are in incremental mode,
429 match = postContext->matches(text, oText, pos.contextLimit, incremental);
476 // is neither anteContext nor postContext.
478 (anteContext != NULL) || (postContext != NULL);
498 ICU_Utility::appendToRule(rule, postContext, escapeUnprintable, quoteBuf);
520 if (postContext != NULL) postContext->setData(d);