/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
MediaHeaderBox.java | 13 * See the License for the specific language governing permissions and 37 private String language; field in class:MediaHeaderBox 60 return language; 92 public void setLanguage(String language) { 93 this.language = language; 110 language = IsoTypeReader.readIso639(content); 126 result.append("language=").append(getLanguage()); 144 IsoTypeWriter.writeIso639(byteBuffer, language);
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/threegpp26244/ |
LocationInformationBox.java | 16 private String language; field in class:LocationInformationBox 30 return language; 33 public void setLanguage(String language) { 34 this.language = language; 100 language = IsoTypeReader.readIso639(content); 114 IsoTypeWriter.writeIso639(byteBuffer, language);
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/ |
rewrites.rb | 62 options {language=Ruby;output=AST;} 75 options {language=Ruby;output=AST;} 89 options {language=Ruby;output=AST;} 103 options {language=Ruby;output=AST;} 117 options {language=Ruby;output=AST;} 130 options {language=Ruby;output=AST;} 144 options {language=Ruby;output=AST;} 158 options {language=Ruby;output=AST;} 173 options {language=Ruby;output=AST;} 187 options {language=Ruby;output=AST; [all...] |
auto-ast.rb | 63 options {language=Ruby;output=AST;} 75 options {language=Ruby;output=AST;} 87 options {language=Ruby;output=AST;} 99 options {language=Ruby;output=AST;} 111 options {language=Ruby;output=AST;} 124 options {language=Ruby;output=AST;} 136 options {language=Ruby;output=AST;} 148 options {language=Ruby;output=AST;} 160 options {language=Ruby;output=AST;} 172 options {language=Ruby;output=AST; [all...] |
/external/robolectric/v1/lib/main/ |
commons-codec-1.6.jar | |
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.6/ |
commons-codec-1.6.jar | |
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/util/ |
Locale.java | 14 * See the License for the specific language governing permissions and 29 * {@code Locale} represents a language/country/variant combination. Locales are used to 33 * <p>The language codes are two-letter lowercase ISO language codes (such as "en") as defined by 39 * <p>Note that Java uses several deprecated two-letter codes. The Hebrew ("he") language 55 * any locales with the same language but different countries (such as en_GB or es_ES), 192 * Locale constant for the root locale. The root locale has an empty language, 231 // String language = System.getProperty("user.language", "en"); 234 // defaultLocale = new Locale(language, region, variant) [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
BaseLocale.java | 31 private BaseLocale(String language, String script, String region, String variant) { 32 if (language != null) { 33 _language = AsciiUtil.toLowerString(language).intern(); 51 public static BaseLocale getInstance(String language, String script, String region, String variant) { 53 // JDK uses deprecated ISO639.1 language codes for he, yi and id 54 if (AsciiUtil.caseIgnoreMatch(language, "he")) { 55 language = "iw"; 56 } else if (AsciiUtil.caseIgnoreMatch(language, "yi")) { 57 language = "ji"; 58 } else if (AsciiUtil.caseIgnoreMatch(language, "id")) [all...] |
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/ |
BaseLocale.java | 27 private BaseLocale(String language, String script, String region, String variant) { 28 if (language != null) { 29 _language = AsciiUtil.toLowerString(language).intern(); 47 public static BaseLocale getInstance(String language, String script, String region, String variant) { 49 // JDK uses deprecated ISO639.1 language codes for he, yi and id 50 if (AsciiUtil.caseIgnoreMatch(language, "he")) { 51 language = "iw"; 52 } else if (AsciiUtil.caseIgnoreMatch(language, "yi")) { 53 language = "ji"; 54 } else if (AsciiUtil.caseIgnoreMatch(language, "id")) [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
BaseLocale.java | 27 private BaseLocale(String language, String script, String region, String variant) { 28 if (language != null) { 29 _language = AsciiUtil.toLowerString(language).intern(); 47 public static BaseLocale getInstance(String language, String script, String region, String variant) { 49 // JDK uses deprecated ISO639.1 language codes for he, yi and id 50 if (AsciiUtil.caseIgnoreMatch(language, "he")) { 51 language = "iw"; 52 } else if (AsciiUtil.caseIgnoreMatch(language, "yi")) { 53 language = "ji"; 54 } else if (AsciiUtil.caseIgnoreMatch(language, "id")) [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GsmSmsCbMessage.java | 13 * See the License for the specific language governing permissions and 76 String language = null; local 80 language = p.first; 88 header.getServiceCategory(), language, sb.toString(), priority, 109 * text into mBody, and optionally the language code into mLanguage 113 * @return a Pair of Strings containing the language and body of the message 117 String language = null; local 121 // Extract encoding and language from DCS, as defined in 3gpp TS 23.038, 126 language = LANGUAGE_CODES_GROUP_0[dataCodingScheme & 0x0f]; 140 language = LANGUAGE_CODES_GROUP_2[dataCodingScheme & 0x0f] [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/delegation/ |
import.rb | 19 options { language=Ruby; } 29 options { language=Ruby; } 50 language=Ruby; 61 options {language=Ruby;} 81 language=Ruby; 97 language=Ruby; 115 language=Ruby; 128 language=Ruby; 140 language=Ruby; 158 language=Ruby [all...] |
/toolchain/binutils/binutils-2.25/intl/ |
explodename.c | 53 _nl_explode_name (name, language, modifier, territory, codeset, 56 const char **language; 78 look for the language. Termination symbols are `_' and `@' if 82 *language = cp = name; 83 cp = _nl_find_language (*language); 85 if (*language == cp) 86 /* This does not make sense: language has to be specified. Use 88 cp = strchr (*language, '\0');
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/support/ |
layer1.py | 206 cc_email_addresses=None, language=None, issue_type=None, 234 #. **Language.** The human language in which AWS Support 272 :type language: string 273 :param language: The ISO 639-1 code for the language in which AWS 275 Japanese ("ja"). Language parameters must be passed explicitly for 300 if language is not None: 301 params['language'] = language [all...] |
/external/boringssl/src/crypto/x509v3/ |
v3_pci.c | 71 BIO_printf(out, "%*sPolicy Language: ", indent, ""); 81 ASN1_OBJECT **language, ASN1_INTEGER **pathlen, 86 if (strcmp(val->name, "language") == 0) 88 if (*language) 94 if (!(*language = OBJ_txt2obj(val->value, 0))) 253 ASN1_OBJECT *language = NULL; local 285 &language, &pathlen, &policy); 294 &language, &pathlen, &policy)) 302 /* Language is mandatory */ 303 if (!language) [all...] |
/external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/ |
MappingFileProvider.java | 13 * See the License for the specific language governing permissions and 38 * organized by country calling code and language that the text descriptions are in. 144 * the language specified. 148 * @param language two-letter lowercase ISO language codes as defined by ISO 639-1 154 String getFileName(int countryCallingCode, String language, String script, String region) { 155 if (language.length() == 0) { 164 String languageCode = findBestMatchingLanguageCode(setOfLangs, language, script, region); 175 Set<String> setOfLangs, String language, String script, String region) { 176 StringBuilder fullLocale = constructFullLocale(language, script, region) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/ |
FastSimpleExpression.g3 | 37 language=CSharp3;
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/ |
nuances.rb | 9 options { language = Ruby; } 35 language = Ruby;
|
/external/e2fsprogs/intl/ |
loadinfo.h | 92 MASK, LANGUAGE, TERRITORY, CODESET, NORMALIZED_CODESET, MODIFIER, 104 const char *language, const char *territory, 115 /* Split a locale name NAME into its pieces: language, modifier, 118 there. *LANGUAGE gets assigned NAME. Each of *MODIFIER, *TERRITORY, 133 extern int _nl_explode_name (char *name, const char **language, 140 /* Split a locale name NAME into a leading language part and all the 141 rest. Return a pointer to the first character after the language,
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
ContentLanguage.java | 40 * 14.12 Content-Language 42 * The Content-Language entity-header field describes the natural 43 * language(s) of the intended audience for the enclosed entity. Note 47 * Content-Language = "Content-Language" ":" 1#language-tag 49 * Language tags are defined in section 3.10. The primary purpose of 50 * Content-Language is to allow a user to identify and differentiate 51 * entities according to the user's own preferred language. Thus, if the 55 * Content-Language: d [all...] |
/frameworks/base/docs/html/ |
jd_extras_es.js | 10 * Static metadata collections for this language.
|
jd_extras_ru.js | 10 * Static metadata collections for this language.
|
jd_extras_zh-tw.js | 10 * Static metadata collections for this language.
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/ |
GoogleSearch.java | 13 * See the License for the specific language governing permissions and 73 * Construct the language code (hl= paramater) for the given locale. 76 String language = locale.getLanguage(); local 77 StringBuilder hl = new StringBuilder(language); 80 if (!TextUtils.isEmpty(country) && useLangCountryHl(language, country)) { 85 if (DBG) Log.d(TAG, "language " + language + ", country " + country + " -> hl=" + hl); 90 private static boolean useLangCountryHl(String language, String country) { 92 if ("en".equals(language)) { 94 } else if ("zh".equals(language)) { [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
FlagManager.java | 13 * See the License for the specific language governing permissions and 76 * Returns the globe icon used to indicate "any" language 78 * @return the globe icon used to indicate "any" language 85 * Returns the flag for the given language and region. 87 * @param language the language, or null (if null, region must not be null), 88 * the 2 letter language code (ISO 639-1), in lower case 89 * @param region the region, or null (if null, language must not be null), 94 public Image getFlag(@Nullable String language, @Nullable String region) { 95 assert region != null || language != null [all...] |