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

  /external/webkit/Source/WebCore/platform/text/
UnicodeRange.cpp 216 cRangeSetCJK, //u3xxx
217 cRangeSetCJK, //u4xxx
218 cRangeSetCJK, //u5xxx
219 cRangeSetCJK, //u6xxx
220 cRangeSetCJK, //u7xxx
221 cRangeSetCJK, //u8xxx
222 cRangeSetCJK, //u9xxx
281 cRangeSetCJK, //u2exx
282 cRangeSetCJK, //u2fxx
330 cRangeSetCJK, //uf9xx
    [all...]
UnicodeRange.h 81 const unsigned char cRangeSetCJK = 31;
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontCacheWinCE.cpp 248 if (codePages && unicodeRange == cRangeSetCJK) {
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCacheWin.cpp 202 if (codePages && findCharUnicodeRange(character) == cRangeSetCJK) {

Completed in 170 milliseconds