HomeSort by relevance Sort by last modified time
    Searched full:unicode32 (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/icu/source/test/letest/
cmaps.cpp 117 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const
119 if (unicode32 >= 0x10000) {
123 LEUnicode16 unicode = (LEUnicode16) unicode32;
172 LEGlyphID CMAPGroupMapper::unicodeToGlyph(LEUnicode32 unicode32) const
177 if (SWAPU32(fGroups[fRangeOffset].startCharCode) <= unicode32) {
184 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
189 if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
190 return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode));
cmaps.h 19 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const = 0;
41 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
62 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
FontObject.cpp 153 LEGlyphID FontObject::unicodeToGlyph(LEUnicode32 unicode32)
155 if (unicode32 >= 0x10000) {
159 LEUnicode16 unicode = (LEUnicode16) unicode32;
  /external/harfbuzz_ng/src/hb-icu-le/
cmaps.cpp 117 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const
119 if (unicode32 >= 0x10000) {
123 LEUnicode16 unicode = (LEUnicode16) unicode32;
172 LEGlyphID CMAPGroupMapper::unicodeToGlyph(LEUnicode32 unicode32) const
177 if (SWAPU32(fGroups[fRangeOffset].startCharCode) <= unicode32) {
184 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
189 if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
190 return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode));
cmaps.h 21 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const = 0;
43 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
64 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
  /external/icu4c/samples/layout/
cmaps.cpp 123 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const
125 if (unicode32 >= 0x10000) {
129 LEUnicode16 unicode = (LEUnicode16) unicode32;
178 LEGlyphID CMAPGroupMapper::unicodeToGlyph(LEUnicode32 unicode32) const
183 if (SWAPU32(fGroups[fRangeOffset].startCharCode) <= unicode32) {
190 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
195 if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
196 return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode));
cmaps.h 23 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const = 0;
45 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
66 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
  /external/icu4c/test/letest/
cmaps.cpp 117 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const
119 if (unicode32 >= 0x10000) {
123 LEUnicode16 unicode = (LEUnicode16) unicode32;
172 LEGlyphID CMAPGroupMapper::unicodeToGlyph(LEUnicode32 unicode32) const
177 if (SWAPU32(fGroups[fRangeOffset].startCharCode) <= unicode32) {
184 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
189 if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
190 return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode));
cmaps.h 19 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const = 0;
41 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
62 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
FontObject.cpp 153 LEGlyphID FontObject::unicodeToGlyph(LEUnicode32 unicode32)
155 if (unicode32 >= 0x10000) {
159 LEUnicode16 unicode = (LEUnicode16) unicode32;

Completed in 3530 milliseconds