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

  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
UnicodeIcu.h 76 enum CharCategory {
196 inline CharCategory category(UChar32 c)
198 return static_cast<CharCategory>(U_GET_GC_MASK(c));
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathParser.cpp 60 CharCategory category = Unicode::category(aChar);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Character.cpp 352 CharCategory category = Unicode::category(c);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.cpp     [all...]

Completed in 460 milliseconds