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

  /external/webkit/Source/WebCore/platform/text/brew/
TextBreakIteratorBrew.cpp 37 CharCategory charCategory = category(c);
38 return charCategory != Mark_NonSpacing && (charCategory != Other_Surrogate || (c < 0xd800 || c >= 0xdc00));
  /external/webkit/Source/WebCore/platform/text/wince/
TextBreakIteratorWinCE.cpp 37 CharCategory charCategory = category(c);
38 return charCategory != Mark_NonSpacing && (charCategory != Other_Surrogate || (c < 0xd800 || c >= 0xdc00));
  /external/webkit/Source/WebCore/rendering/
RenderBlock.cpp     [all...]

Completed in 42 milliseconds