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

  /external/icu/icu4c/source/samples/layout/
cmaps.h 29 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const = 0;
51 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
72 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
cmaps.cpp 129 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const
131 if (unicode32 >= 0x10000) {
135 LEUnicode16 unicode = (LEUnicode16) unicode32;
184 LEGlyphID CMAPGroupMapper::unicodeToGlyph(LEUnicode32 unicode32) const
189 if (SWAPU32(fGroups[fRangeOffset].startCharCode) <= unicode32) {
196 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
201 if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
202 return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode));
  /external/icu/icu4c/source/test/letest/
cmaps.h 21 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const = 0;
43 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
64 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
cmaps.cpp 169 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const
171 if (unicode32 >= 0x10000) {
175 LEUnicode16 unicode = (LEUnicode16) unicode32;
224 LEGlyphID CMAPGroupMapper::unicodeToGlyph(LEUnicode32 unicode32) const
229 if (SWAPU32(fGroups[fRangeOffset].startCharCode) <= unicode32) {
236 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
241 if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
242 return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode));
FontObject.cpp 155 LEGlyphID FontObject::unicodeToGlyph(LEUnicode32 unicode32)
157 if (unicode32 >= 0x10000) {
161 LEUnicode16 unicode = (LEUnicode16) unicode32;
  /external/icu/icu4c/source/test/perf/leperf/
cmaps.h 25 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const = 0;
47 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
68 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
cmaps.cpp 170 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const
172 if (unicode32 >= 0x10000) {
176 LEUnicode16 unicode = (LEUnicode16) unicode32;
225 LEGlyphID CMAPGroupMapper::unicodeToGlyph(LEUnicode32 unicode32) const
230 if (SWAPU32(fGroups[fRangeOffset].startCharCode) <= unicode32) {
237 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
242 if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
243 return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode));
FontObject.cpp 159 LEGlyphID FontObject::unicodeToGlyph(LEUnicode32 unicode32)
161 if (unicode32 >= 0x10000) {
165 LEUnicode16 unicode = (LEUnicode16) unicode32;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Normalizer.java 171 private static final class Unicode32 {
177 Unicode32.INSTANCE));
182 Unicode32.INSTANCE));
187 Unicode32.INSTANCE));
192 Unicode32.INSTANCE));
197 Unicode32.INSTANCE));
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Normalizer.java 172 private static final class Unicode32 {
178 Unicode32.INSTANCE));
183 Unicode32.INSTANCE));
188 Unicode32.INSTANCE));
193 Unicode32.INSTANCE));
198 Unicode32.INSTANCE));
    [all...]

Completed in 167 milliseconds