Searched defs:PrimaryContext (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextBreakIteratorICU.cpp110 enum TextContext { NoContext, PriorContext, PrimaryContext }; enumerator in enum:blink::TextContext
188 return PrimaryContext;
190 return forward ? PrimaryContext : PriorContext;
198 return text->chunkContents == text->pExtra ? PrimaryContext : PriorContext;
303 if (currentContext == PrimaryContext) {
308 } else if (newContext == PrimaryContext) {
362 return text->chunkContents == text->p ? PrimaryContext : PriorContext;
426 if (currentContext == PrimaryContext) {
431 } else if (newContext == PrimaryContext) {
/external/clang/lib/AST/
H A DDeclBase.cpp1295 DeclContext *PrimaryContext = getPrimaryContext(); local
1296 if (PrimaryContext != this)
1297 return PrimaryContext->lookup(Name);
1350 DeclContext *PrimaryContext = getPrimaryContext();
1351 if (PrimaryContext != this)
1352 return PrimaryContext->noload_lookup(Name);

Completed in 131 milliseconds