Home | History | Annotate | Download | only in text

Lines Matching full:newcontext

239     TextContext newContext = textGetContext(text, nativeIndex, forward);
240 ASSERT(newContext != NoContext);
241 if (newContext == currentContext) {
247 } else if (newContext == PrimaryContext) {
250 ASSERT(newContext == PriorContext);
362 TextContext newContext = textGetContext(text, nativeIndex, forward);
363 ASSERT(newContext != NoContext);
364 if (newContext == currentContext) {
370 } else if (newContext == PrimaryContext) {
373 ASSERT(newContext == PriorContext);