HomeSort by relevance Sort by last modified time
    Searched refs:LEUnicode16 (Results 1 - 23 of 23) sorted by null

  /external/chromium/third_party/icu/source/test/letest/
letsutil.h 31 char *getCString(const LEUnicode16 *uChars);
cfonts.h 24 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language);
28 void le_deleteUnicodeNameString(le_font *font, const LEUnicode16 *name);
cfonts.cpp 41 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language)
55 void le_deleteUnicodeNameString(le_font *font, const LEUnicode16 *name)
PortableFontInstance.h 77 virtual const LEUnicode16 *getUnicodeNameString(le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) const;
81 virtual void deleteNameString(const LEUnicode16 *name) const;
cmaps.cpp 14 #define SWAPU16(code) ((LEUnicode16) SWAPW(code))
123 LEUnicode16 unicode = (LEUnicode16) unicode32;
PortableFontInstance.cpp 290 const LEUnicode16 *PortableFontInstance::getUnicodeNameString(le_uint16 nameID, le_uint16 platformID, le_uint16 encodingID, le_uint16 languageID) const
309 LEUnicode16 *name = (LEUnicode16 *) (((char *) fNAMETable) + fNameStringOffset + SWAPW(nameRecord->offset));
311 LEUnicode16 *result = NEW_ARRAY(LEUnicode16, length + 2);
331 void PortableFontInstance::deleteNameString(const LEUnicode16 *name) const
letsutil.cpp 46 char *getCString(const LEUnicode16 *uChars)
FontObject.cpp 159 LEUnicode16 unicode = (LEUnicode16) unicode32;
gendata.cpp 207 const LEUnicode16 *uversion = pfi->getUnicodeNameString(NAME_VERSION_STRING, PLATFORM_MICROSOFT, MICROSOFT_UNICODE_BMP, MICROSOFT_ENGLISH);
cletest.c 343 const LEUnicode16 *uFontVersionString = NULL;
  /external/icu4c/test/letest/
letsutil.h 31 char *getCString(const LEUnicode16 *uChars);
cfonts.h 24 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language);
28 void le_deleteUnicodeNameString(le_font *font, const LEUnicode16 *name);
cfonts.cpp 41 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language)
55 void le_deleteUnicodeNameString(le_font *font, const LEUnicode16 *name)
PortableFontInstance.h 77 virtual const LEUnicode16 *getUnicodeNameString(le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) const;
81 virtual void deleteNameString(const LEUnicode16 *name) const;
cmaps.cpp 14 #define SWAPU16(code) ((LEUnicode16) SWAPW(code))
123 LEUnicode16 unicode = (LEUnicode16) unicode32;
PortableFontInstance.cpp 290 const LEUnicode16 *PortableFontInstance::getUnicodeNameString(le_uint16 nameID, le_uint16 platformID, le_uint16 encodingID, le_uint16 languageID) const
309 LEUnicode16 *name = (LEUnicode16 *) (((char *) fNAMETable) + fNameStringOffset + SWAPW(nameRecord->offset));
311 LEUnicode16 *result = NEW_ARRAY(LEUnicode16, length + 2);
331 void PortableFontInstance::deleteNameString(const LEUnicode16 *name) const
letsutil.cpp 46 char *getCString(const LEUnicode16 *uChars)
FontObject.cpp 159 LEUnicode16 unicode = (LEUnicode16) unicode32;
gendata.cpp 207 const LEUnicode16 *uversion = pfi->getUnicodeNameString(NAME_VERSION_STRING, PLATFORM_MICROSOFT, MICROSOFT_UNICODE_BMP, MICROSOFT_ENGLISH);
cletest.c 343 const LEUnicode16 *uFontVersionString = NULL;
  /external/icu4c/samples/layout/
cmaps.cpp 20 #define SWAPU16(code) ((LEUnicode16) SWAPW(code))
129 LEUnicode16 unicode = (LEUnicode16) unicode32;
  /external/icu4c/layout/
LEFontInstance.cpp 60 LEUnicode16 high = chars[i];
64 LEUnicode16 low = chars[i + 1];
LETypes.h 223 typedef UChar LEUnicode16;
235 * @deprecated since ICU 2.4. Use LEUnicode16 instead

Completed in 250 milliseconds