Searched refs:unicodeRange (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/text/
H A DUnicodeRange.cpp455 const char* langGroupFromUnicodeRange(unsigned char unicodeRange) argument
457 if (cRangeSpecificItemNum > unicodeRange)
458 return gUnicodeRangeToLangGroupTable[unicodeRange];
H A DUnicodeRange.h120 const char* langGroupFromUnicodeRange(unsigned char unicodeRange);
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGTextLayoutEngineBaseline.cpp162 unsigned int unicodeRange = findCharUnicodeRange(character); local
163 if (unicodeRange == cRangeSetLatin || unicodeRange == cRangeArabic)
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DFontCacheWinCE.cpp235 unsigned unicodeRange = findCharUnicodeRange(character); local
248 if (codePages && unicodeRange == cRangeSetCJK) {
306 if (unicodeRange == cRangeThai && fontDescription.weight() > FontWeightNormal)
/external/webkit/Source/WebCore/platform/graphics/opentype/
H A DOpenTypeUtilities.cpp59 unsigned unicodeRange[4]; member in struct:WebCore::EOTPrefix
109 BigEndianULong unicodeRange[4]; member in struct:WebCore::OS2Table
254 prefix->unicodeRange[j] = OS2->unicodeRange[j];
/external/webkit/Source/WebCore/css/
H A DCSSFontSelector.cpp94 RefPtr<CSSValue> unicodeRange = style->getPropertyCSSValue(CSSPropertyUnicodeRange); local
95 if (!fontFamily || !src || !fontFamily->isValueList() || !src->isValueList() || (unicodeRange && !unicodeRange->isValueList()))
106 CSSValueList* rangeList = static_cast<CSSValueList*>(unicodeRange.get());

Completed in 159 milliseconds