Home | History | Annotate | Download | only in i18n

Lines Matching refs:anteContext

117     anteContext = NULL;
119 anteContext = new StringMatcher(pattern, 0, anteContextLength,
122 if (anteContext == 0) {
164 anteContext(NULL),
180 if (other.anteContext != NULL) {
181 anteContext = (StringMatcher*) other.anteContext->clone();
194 delete anteContext;
254 * antecontext, key, and postcontext overlaps in the following
392 if (anteContext != NULL) {
393 match = anteContext->matches(text, oText, anteLimit, FALSE);
476 // is neither anteContext nor postContext.
478 (anteContext != NULL) || (postContext != NULL);
486 ICU_Utility::appendToRule(rule, anteContext, escapeUnprintable, quoteBuf);
519 if (anteContext != NULL) anteContext->setData(d);