Searched refs:languageTag (Results 1 - 21 of 21) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DContentLanguage.java91 /** languageTag field.
101 * @param languageTag String to set
103 public ContentLanguage(String languageTag) {
105 this.setLanguageTag( languageTag );
116 /** get the languageTag field.
128 /** set the languageTag field
129 * @param languageTag -- language tag to set.
131 public void setLanguageTag(String languageTag) {
133 final int slash = languageTag.indexOf('-');
135 this.locale = new Locale(languageTag
102 ContentLanguage(String languageTag) argument
130 setLanguageTag(String languageTag) argument
[all...]
/external/nist-sip/java/javax/sip/header/
H A DContentLanguageHeader.java12 void setLanguageTag(String languageTag); argument
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
H A DPacketChannelOpenFailure.java22 public String languageTag; field in class:PacketChannelOpenFailure
25 String languageTag)
30 this.languageTag = languageTag;
50 languageTag = tr.readString();
65 tw.writeString(languageTag);
24 PacketChannelOpenFailure(int recipientChannelID, int reasonCode, String description, String languageTag) argument
H A DPacketUserauthInfoRequest.java21 String languageTag; field in class:PacketUserauthInfoRequest
41 languageTag = tr.readString();
70 return languageTag;
/external/icu4c/layout/
H A DGlyphLookupTables.cpp22 le_bool GlyphLookupTableHeader::coversScriptAndLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch) const argument
25 const LangSysTable *langSysTable = scriptListTable->findLanguage(scriptTag, languageTag, exactMatch);
H A DGlyphPositioningTables.cpp20 LETag scriptTag, LETag languageTag,
28 GlyphPositioningLookupProcessor processor(this, scriptTag, languageTag, featureMap, featureMapCount, featureOrder, success);
19 process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments, le_bool rightToLeft, LETag scriptTag, LETag languageTag, const GlyphDefinitionTableHeader *glyphDefinitionTableHeader, LEErrorCode &success, const LEFontInstance *fontInstance, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder) const argument
H A DGlyphSubstitutionTables.cpp23 LETag languageTag,
35 GlyphSubstitutionLookupProcessor processor(this, scriptTag, languageTag, filter, featureMap, featureMapCount, featureOrder, success);
20 process(LEGlyphStorage &glyphStorage, le_bool rightToLeft, LETag scriptTag, LETag languageTag, const GlyphDefinitionTableHeader *glyphDefinitionTableHeader, const LEGlyphFilter *filter, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder, LEErrorCode &success) const argument
H A DScriptAndLanguage.h36 const LangSysTable *findLanguage(LETag languageTag, le_bool exactMatch = FALSE) const;
47 const LangSysTable *findLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch = FALSE) const;
H A DGlyphLookupTables.h28 le_bool coversScriptAndLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch = FALSE) const;
H A DScriptAndLanguage.cpp14 const LangSysTable *ScriptTable::findLanguage(LETag languageTag, le_bool exactMatch) const argument
21 OpenTypeUtilities::getTagOffset(languageTag, langSysRecordArray, count);
73 const LangSysTable *ScriptListTable::findLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch) const argument
81 return scriptTable->findLanguage(languageTag, exactMatch);
H A DGlyphPositioningTables.h30 le_bool rightToLeft, LETag scriptTag, LETag languageTag,
H A DGlyphPosnLookupProc.h31 LETag languageTag,
H A DGlyphSubstLookupProc.h32 LETag languageTag,
H A DGlyphSubstitutionTables.h31 LETag languageTag,
H A DGlyphPosnLookupProc.cpp37 LETag languageTag,
48 languageTag,
34 GlyphPositioningLookupProcessor( const GlyphPositioningTableHeader *glyphPositioningTableHeader, LETag scriptTag, LETag languageTag, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder, LEErrorCode& success) argument
H A DGlyphSubstLookupProc.cpp31 LETag languageTag,
42 scriptTag, languageTag, featureMap, featureMapCount, featureOrder, success), fFilter(filter)
28 GlyphSubstitutionLookupProcessor( const GlyphSubstitutionTableHeader *glyphSubstitutionTableHeader, LETag scriptTag, LETag languageTag, const LEGlyphFilter *filter, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder, LEErrorCode& success) argument
H A DLookupProcessor.h54 LETag languageTag,
H A DLookupProcessor.cpp129 LETag scriptTag, LETag languageTag, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool orderFeatures,
146 langSysTable = scriptListTable->findLanguage(scriptTag, languageTag);
127 LookupProcessor(const char *baseAddress, Offset scriptListOffset, Offset featureListOffset, Offset lookupListOffset, LETag scriptTag, LETag languageTag, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool orderFeatures, LEErrorCode& success) argument
H A DLayoutEngine.cpp529 LETag languageTag = 0x00000000; local
567 languageTag = OpenTypeLayoutEngine::getLangSysTag(languageCode);
574 if (gsubTable->coversScriptAndLanguage(scriptTag, languageTag, TRUE)) {
/external/libxslt/libxslt/
H A Dxsltlocale.c57 xslt_locale_WINAPI(const xmlChar *languageTag) { argument
62 if (xmlStrcmp(p->tag, languageTag) == 0) return p->lcid;
71 * @languageTag: RFC 3066 language tag
79 xsltNewLocale(const xmlChar *languageTag) { argument
83 const xmlChar *p = languageTag;
90 if (languageTag == NULL)
152 const xmlChar *p = languageTag;
156 if (languageTag == NULL) goto end;
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DTextCheckerClientEnchant.cpp160 static void getAvailableDictionariesCallback(const char* const languageTag, const char* const, const char* const, const char* const, void* data) argument
164 dicts->append(languageTag);

Completed in 313 milliseconds