HomeSort by relevance Sort by last modified time
    Searched full:unicoderange (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFace.h 71 struct UnicodeRange {
72 UnicodeRange(UChar32 from, UChar32 to)
89 void add(UChar32 from, UChar32 to) { m_ranges.append(UnicodeRange(from, to)); }
93 const UnicodeRange& rangeAt(size_t i) const { return m_ranges[i]; }
95 Vector<UnicodeRange> m_ranges; // If empty, represents the whole code space.
FontFace.idl 48 [RaisesException=Setter] attribute DOMString unicodeRange;
FontFace.h 65 String unicodeRange() const;
FontFace.cpp 130 if (descriptors.get("unicodeRange", value)) {
200 String FontFace::unicodeRange() const
CSSGrammar.y 123 case UNICODERANGE:
274 %token <string> UNICODERANGE
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineBaseline.cpp 29 #include "platform/text/UnicodeRange.h"
163 unsigned int unicodeRange = findCharUnicodeRange(character);
164 if (unicodeRange == cRangeSetLatin || unicodeRange == cRangeArabic)
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
os2_table.h 82 struct UnicodeRange {
216 // UNIMPLEMENTED: EnumSet<UnicodeRange> asSet(long range1, long range2,
218 // long[] asArray(EnumSet<UnicodeRange> rangeSet)
370 // UNIMPLEMENTED: EnumSet<UnicodeRange> UlUnicodeRange()
371 // setUlUnicodeRange(EnumSet<UnicodeRange> rangeSet)
437 // UNIMPLEMENTED: public EnumSet<UnicodeRange> UlUnicodeRange()
os2_table.cc 91 * struct UnicodeRange
93 int32_t UnicodeRange::range(int32_t bit) {
  /external/sfntly/cpp/src/sfntly/table/core/
os2_table.h 82 struct UnicodeRange {
216 // UNIMPLEMENTED: EnumSet<UnicodeRange> asSet(long range1, long range2,
218 // long[] asArray(EnumSet<UnicodeRange> rangeSet)
370 // UNIMPLEMENTED: EnumSet<UnicodeRange> UlUnicodeRange()
371 // setUlUnicodeRange(EnumSet<UnicodeRange> rangeSet)
437 // UNIMPLEMENTED: public EnumSet<UnicodeRange> UlUnicodeRange()
os2_table.cc 89 * struct UnicodeRange
91 int32_t UnicodeRange::range(int32_t bit) {
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGParserUtilities.h 29 typedef pair<unsigned, unsigned> UnicodeRange;
30 typedef Vector<UnicodeRange> UnicodeRanges;
SVGParserUtilities.cpp 355 static bool parseUnicodeRange(const CharType* characters, unsigned length, UnicodeRange& range)
436 UnicodeRange range;
  /external/chromium_org/third_party/WebKit/Source/platform/text/
UnicodeRange.cpp 36 #include "platform/text/UnicodeRange.h"
455 const char* langGroupFromUnicodeRange(unsigned char unicodeRange)
457 if (cRangeSpecificItemNum > unicodeRange)
458 return gUnicodeRangeToLangGroupTable[unicodeRange];
UnicodeRange.h 115 PLATFORM_EXPORT const char* langGroupFromUnicodeRange(unsigned char unicodeRange);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeUtilities.cpp 89 BigEndianULong unicodeRange[4];
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_OS_2_V1.h 96 union UnicodeRange {
SkOTTable_OS_2_V2.h 97 union UnicodeRange {
SkOTTable_OS_2_V3.h 98 union UnicodeRange {
SkOTTable_OS_2_V4.h 98 union UnicodeRange {
  /external/skia/src/sfnt/
SkOTTable_OS_2_V1.h 96 union UnicodeRange {
SkOTTable_OS_2_V2.h 97 union UnicodeRange {
SkOTTable_OS_2_V3.h 98 union UnicodeRange {
SkOTTable_OS_2_V4.h 98 union UnicodeRange {
  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.gypi 832 'text/UnicodeRange.cpp',
833 'text/UnicodeRange.h',
    [all...]
blink_platform.target.darwin-arm.mk 394 third_party/WebKit/Source/platform/text/UnicodeRange.cpp \
    [all...]

Completed in 310 milliseconds

1 2