HomeSort by relevance Sort by last modified time
    Searched full:unicode32 (Results 1 - 13 of 13) 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/icu/icu4c/source/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/icu/icu4c/source/test/letest/
cmaps.h 19 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const = 0;
41 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
62 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
cmaps.cpp 164 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const
166 if (unicode32 >= 0x10000) {
170 LEUnicode16 unicode = (LEUnicode16) unicode32;
219 LEGlyphID CMAPGroupMapper::unicodeToGlyph(LEUnicode32 unicode32) const
224 if (SWAPU32(fGroups[fRangeOffset].startCharCode) <= unicode32) {
231 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
236 if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
237 return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode));
FontObject.cpp 153 LEGlyphID FontObject::unicodeToGlyph(LEUnicode32 unicode32)
155 if (unicode32 >= 0x10000) {
159 LEUnicode16 unicode = (LEUnicode16) unicode32;
  /external/icu/icu4c/source/test/perf/leperf/
cmaps.h 19 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const = 0;
41 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
62 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
cmaps.cpp 164 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const
166 if (unicode32 >= 0x10000) {
170 LEUnicode16 unicode = (LEUnicode16) unicode32;
219 LEGlyphID CMAPGroupMapper::unicodeToGlyph(LEUnicode32 unicode32) const
224 if (SWAPU32(fGroups[fRangeOffset].startCharCode) <= unicode32) {
231 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
236 if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
237 return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode));
FontObject.cpp 153 LEGlyphID FontObject::unicodeToGlyph(LEUnicode32 unicode32)
155 if (unicode32 >= 0x10000) {
159 LEUnicode16 unicode = (LEUnicode16) unicode32;
  /external/lldb/source/DataFormatters/
FormatManager.cpp 56 { eFormatUnicode32 , '\0' , "unicode32" },
    [all...]
  /external/lldb/www/
varformats.html 329 <td><b>unicode32</b></td>
    [all...]

Completed in 255 milliseconds