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/platform/text/
TextBreakIteratorICU.cpp 110 enum TextContext { NoContext, PriorContext, PrimaryContext };
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) {
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp     [all...]

Completed in 217 milliseconds