Searched refs:languageID (Results 1 - 20 of 20) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-name-table.hh52 ret = b->languageID.cmp (a->languageID);
67 USHORT languageID; /* Language ID. */ member in struct:OT::NameRecord
89 key.languageID.set (language_id);
H A Dhb-uniscribe.cc386 record.languageID.set (0x0409u); /* English */
/external/skia/src/sfnt/
H A DSkOTTable_name.cpp77 uint16_t languageID;
436 return a.languageID < b.languageID;
501 const uint16_t languageID = SkEndian_SwapBE16(nameRecord->languageID.languageTagID); local
504 if (SkOTTableName::format_1 == fName.format && languageID >= 0x8000) {
505 const uint16_t languageTagRecordIndex = languageID - 0x8000;
523 const BCP47FromLanguageId target = { languageID, "" };
H A DSkOTUtils.cpp129 nameRecords[i].languageID.windows.value = SkOTTableName::Record::LanguageID::Windows::English_UnitedStates;
H A DSkOTTable_name.h488 } languageID; member in struct:SkOTTableName::Record
/external/freetype/src/base/
H A Dftsnames.c78 aname->language_id = entry->languageID;
/external/pdfium/third_party/freetype/src/base/
H A Dftsnames.c78 aname->language_id = entry->languageID;
/external/icu/icu4c/source/test/letest/
H A DPortableFontInstance.cpp281 const char *PortableFontInstance::getNameString(le_uint16 nameID, le_uint16 platformID, le_uint16 encodingID, le_uint16 languageID) const
299 SWAPW(nameRecord->languageID) == languageID && SWAPW(nameRecord->nameID) == nameID) {
314 const LEUnicode16 *PortableFontInstance::getUnicodeNameString(le_uint16 nameID, le_uint16 platformID, le_uint16 encodingID, le_uint16 languageID) const
332 SWAPW(nameRecord->languageID) == languageID && SWAPW(nameRecord->nameID) == nameID) {
H A Dsfnt.h426 le_uint16 languageID; member in struct:NameRecord
/external/icu/icu4c/source/test/perf/leperf/
H A DPortableFontInstance.cpp285 const char *PortableFontInstance::getNameString(le_uint16 nameID, le_uint16 platformID, le_uint16 encodingID, le_uint16 languageID) const
303 SWAPW(nameRecord->languageID) == languageID && SWAPW(nameRecord->nameID) == nameID) {
318 const LEUnicode16 *PortableFontInstance::getUnicodeNameString(le_uint16 nameID, le_uint16 platformID, le_uint16 encodingID, le_uint16 languageID) const
336 SWAPW(nameRecord->languageID) == languageID && SWAPW(nameRecord->nameID) == nameID) {
H A Dsfnt.h426 le_uint16 languageID; member in struct:NameRecord
/external/freetype/src/sfnt/
H A Dsfdriver.c245 name->languageID == 0x409 )
250 name->languageID == 0 )
H A Dsfobjs.c184 /* there is `languageID' to check there. We should use this */
196 if ( rec->languageID == TT_MAC_LANGID_ENGLISH )
206 if ( found_win == -1 || ( rec->languageID & 0x3FF ) == 0x009 )
213 is_english = FT_BOOL( ( rec->languageID & 0x3FF ) == 0x009 );
H A Dttload.c810 FT_FRAME_USHORT( languageID ),
/external/pdfium/third_party/freetype/src/sfnt/
H A Dsfdriver.c245 name->languageID == 0x409 )
250 name->languageID == 0 )
H A Dsfobjs.c184 /* there is `languageID' to check there. We should use this */
196 if ( rec->languageID == TT_MAC_LANGID_ENGLISH )
206 if ( found_win == -1 || ( rec->languageID & 0x3FF ) == 0x009 )
213 is_english = FT_BOOL( ( rec->languageID & 0x3FF ) == 0x009 );
H A Dttload.c773 FT_FRAME_USHORT( languageID ),
/external/freetype/include/internal/
H A Dtttypes.h259 /* languageID :: The platform-specific ID for the name's language. */
274 FT_UShort languageID; member in struct:TT_NameEntryRec_
/external/pdfium/third_party/freetype/include/internal/
H A Dtttypes.h259 /* languageID :: The platform-specific ID for the name's language. */
274 FT_UShort languageID; member in struct:TT_NameEntryRec_
/external/icu/icu4c/source/common/
H A Dlocmap.c92 * @param languageID posix ID of just the language such as 'de'
95 #define ILCID_POSIX_ELEMENT_ARRAY(hostID, languageID, posixID) \
96 static const ILcidPosixElement locmap_ ## languageID [] = { \
97 {LANGUAGE_LCID(hostID), #languageID}, /* parent locale */ \

Completed in 363 milliseconds