/external/icu4c/i18n/ |
D | csrsbcs.h | 122 const char *getLanguage() const; 132 const char *getLanguage() const; 142 const char *getLanguage() const; 154 const char *getLanguage() const; 164 const char *getLanguage() const; 174 const char *getLanguage() const; 186 const char *getLanguage() const; 198 const char *getLanguage() const; 211 const char *getLanguage() const; 221 const char *getLanguage() const; [all …]
|
D | csrmbcs.h | 73 const char *getLanguage() const = 0; 106 const char *getLanguage() const; 123 const char *getLanguage() const = 0; 145 const char *getLanguage() const; 160 const char *getLanguage() const; 178 const char *getLanguage() const; 197 const char *getLanguage() const;
|
D | csrsbcs.cpp | 845 const char *CharsetRecog_8859_5_ru::getLanguage() const in getLanguage() function in CharsetRecog_8859_5_ru 872 const char *CharsetRecog_8859_6_ar::getLanguage() const in getLanguage() function in CharsetRecog_8859_6_ar 899 const char *CharsetRecog_8859_7_el::getLanguage() const in getLanguage() function in CharsetRecog_8859_7_el 932 const char *CharsetRecog_8859_8_I_he::getLanguage() const in getLanguage() function in CharsetRecog_8859_8_I_he 950 const char *CharsetRecog_8859_8_he::getLanguage() const in getLanguage() function in CharsetRecog_8859_8_he 978 const char *CharsetRecog_8859_9_tr::getLanguage() const in getLanguage() function in CharsetRecog_8859_9_tr 1001 const char *CharsetRecog_windows_1256::getLanguage() const in getLanguage() function in CharsetRecog_windows_1256 1023 const char *CharsetRecog_windows_1251::getLanguage() const in getLanguage() function in CharsetRecog_windows_1251 1045 const char *CharsetRecog_KOI8_R::getLanguage() const in getLanguage() function in CharsetRecog_KOI8_R 1062 const char *CharsetRecog_IBM424_he::getLanguage() const in getLanguage() function in CharsetRecog_IBM424_he [all …]
|
D | csrmbcs.cpp | 282 const char *CharsetRecog_sjis::getLanguage() const in getLanguage() function in CharsetRecog_sjis 366 const char *CharsetRecog_euc_jp::getLanguage() const in getLanguage() function in CharsetRecog_euc_jp 388 const char *CharsetRecog_euc_kr::getLanguage() const in getLanguage() function in CharsetRecog_euc_kr 440 const char *CharsetRecog_big5::getLanguage() const in getLanguage() function in CharsetRecog_big5 516 const char *CharsetRecog_gb_18030::getLanguage() const in getLanguage() function in CharsetRecog_gb_18030
|
D | csmatch.cpp | 39 fLang = cr->getLanguage(); in set() 49 const char* CharsetMatch::getLanguage()const in getLanguage() function in CharsetMatch
|
D | csrecog.cpp | 21 const char *CharsetRecognizer::getLanguage() const in getLanguage() function in CharsetRecognizer
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
D | RatingBox.java | 61 public String getLanguage() { in getLanguage() method in RatingBox 116 buffer.append("RatingBox[language=").append(getLanguage()); in toString() 119 buffer.append(";language=").append(getLanguage()); in toString()
|
D | ClassificationBox.java | 43 public String getLanguage() { in getLanguage() method in ClassificationBox 102 buffer.append("ClassificationBox[language=").append(getLanguage()); in toString() 105 buffer.append(";language=").append(getLanguage()); in toString()
|
D | TitleBox.java | 46 public String getLanguage() { in getLanguage() method in TitleBox 87 return "TitleBox[language=" + getLanguage() + ";title=" + getTitle() + "]"; in toString()
|
D | DescriptionBox.java | 39 public String getLanguage() { in getLanguage() method in DescriptionBox 67 … return "DescriptionBox[language=" + getLanguage() + ";description=" + getDescription() + "]"; in toString()
|
D | GenreBox.java | 41 public String getLanguage() { in getLanguage() method in GenreBox 77 return "GenreBox[language=" + getLanguage() + ";genre=" + getGenre() + "]"; in toString()
|
D | CopyrightBox.java | 45 public String getLanguage() { in getLanguage() method in CopyrightBox 81 return "CopyrightBox[language=" + getLanguage() + ";copyright=" + getCopyright() + "]"; in toString()
|
D | AuthorBox.java | 50 public String getLanguage() { in getLanguage() method in AuthorBox 92 return "AuthorBox[language=" + getLanguage() + ";author=" + getAuthor() + "]"; in toString()
|
D | PerformerBox.java | 40 public String getLanguage() { in getLanguage() method in PerformerBox 76 return "PerformerBox[language=" + getLanguage() + ";performer=" + getPerformer() + "]"; in toString()
|
D | AlbumBox.java | 50 public String getLanguage() { in getLanguage() method in AlbumBox 104 buffer.append("AlbumBox[language=").append(getLanguage()).append(";"); in toString()
|
D | KeywordsBox.java | 39 public String getLanguage() { in getLanguage() method in KeywordsBox 88 buffer.append("KeywordsBox[language=").append(getLanguage()); in toString()
|
D | MediaHeaderBox.java | 59 public String getLanguage() { in getLanguage() method in MediaHeaderBox 126 result.append("language=").append(getLanguage()); in toString()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/vodafone/ |
D | ContentDistributorIdBox.java | 39 public String getLanguage() { in getLanguage() method in ContentDistributorIdBox 68 …return "ContentDistributorIdBox[language=" + getLanguage() + ";contentDistributorId=" + getContent… in toString()
|
D | AlbumArtistBox.java | 41 public String getLanguage() { in getLanguage() method in AlbumArtistBox 76 … return "AlbumArtistBox[language=" + getLanguage() + ";albumArtist=" + getAlbumArtist() + "]"; in toString()
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | ContentLanguage.java | 121 return locale.getLanguage(); in getLanguageTag() 123 return locale.getLanguage() + '-' + locale.getCountry(); in getLanguageTag()
|
D | AcceptLanguage.java | 191 this.languageRange = language.getLanguage(); in setAcceptLanguage() 193 this.languageRange = language.getLanguage() + '-' + language.getCountry(); in setAcceptLanguage()
|
/external/apache-xml/src/main/java/org/apache/xml/utils/res/ |
D | XResourceBundle.java | 102 String lang = locale.getLanguage(); in getResourceSuffix() 105 String suffix = "_" + locale.getLanguage(); in getResourceSuffix()
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
D | LocaleTest.java | 52 assertTrue("Failed to create Locale", x.getLanguage().equals("xx") in test_ConstructorLjava_lang_StringLjava_lang_StringLjava_lang_String() 313 assertTrue("Returned incorrect language: " + testLocale.getLanguage(), in test_getLanguage() 314 testLocale.getLanguage().equals("en")); in test_getLanguage() 396 assertEquals("", root.getLanguage()); in test_constantROOT()
|
/external/smack/src/org/jivesoftware/smack/packet/ |
D | Message.java | 375 public String getLanguage() { in getLanguage() method in Message 414 buf.append(" xml:lang=\"").append(getLanguage()).append("\""); in toXML() 453 buf.append("<body xml:lang=\"").append(body.getLanguage()).append("\">"); in toXML() 531 public String getLanguage() { in getLanguage() method in Message.Subject 594 public String getLanguage() { in getLanguage() method in Message.Body
|
D | Presence.java | 212 public String getLanguage() { in getLanguage() method in Presence 233 buf.append(" xml:lang=\"").append(getLanguage()).append("\""); in toXML()
|