HomeSort by relevance Sort by last modified time
    Searched refs:PrimaryContext (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
TextBreakIteratorICU.cpp 44 enum TextContext { NoContext, PriorContext, PrimaryContext };
127 return PrimaryContext;
129 return forward ? PrimaryContext : PriorContext;
137 return text->chunkContents == text->pExtra ? PrimaryContext : PriorContext;
242 if (currentContext == PrimaryContext) {
247 } else if (newContext == PrimaryContext) {
301 return text->chunkContents == text->p ? PrimaryContext : PriorContext;
365 if (currentContext == PrimaryContext) {
370 } else if (newContext == PrimaryContext) {
  /external/clang/lib/AST/
DeclBase.cpp     [all...]

Completed in 7535 milliseconds