/external/sl4a/Common/src/com/googlecode/android_scripting/language/ |
SquirrelLanguage.java | 13 * See the License for the specific language governing permissions and 17 package com.googlecode.android_scripting.language; 20 * Represents the Squirrel programming language, by Alberto Demichelis 24 public class SquirrelLanguage extends Language {
|
/frameworks/base/tools/aapt/tests/ |
ResourceFilter_test.cpp | 13 * See the License for the specific language governing permissions and 28 // such as language or density. 39 config.language[0] = 'f'; 40 config.language[1] = 'r'; 60 config.language[0] = 'f'; 61 config.language[1] = 'r'; 71 config.language[0] = 'f'; 72 config.language[1] = 'r'; 83 config.language[0] = 'e'; 84 config.language[1] = 'n' [all...] |
/packages/apps/Settings/src/com/android/settings/support/ |
SupportPhone.java | 13 * See the License for the specific language governing permissions and 32 public final String language; field in class:SupportPhone 37 // Config follows this format: language:[tollfree|tolled]:number 42 language = tokens[0]; 48 language = in.readString(); 68 dest.writeString(language);
|
/packages/apps/TV/proto/ |
track.proto | 13 * See the License for the specific language governing permissions and 24 optional string language = 1; 42 optional string language = 1;
|
/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...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/ |
I18Name.java | 13 * See the License for the specific language governing permissions and 36 * | Length | Language Code | Name | 51 public I18Name(String language, Locale locale, String text) { 52 mLanguage = language; 74 // Read the language string. 75 String language = ByteBufferReader.readString( local 77 Locale locale = Locale.forLanguageTag(language); 82 return new I18Name(language, locale, text);
|
/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/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
BaseLocale.java | 33 private BaseLocale(String language, String script, String region, String variant) { 34 if (language != null) { 35 _language = AsciiUtil.toLowerString(language).intern(); 53 public static BaseLocale getInstance(String language, String script, String region, String variant) { 55 // JDK uses deprecated ISO639.1 language codes for he, yi and id 56 if (AsciiUtil.caseIgnoreMatch(language, "he")) { 57 language = "iw"; 58 } else if (AsciiUtil.caseIgnoreMatch(language, "yi")) { 59 language = "ji"; 60 } 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 | 29 private BaseLocale(String language, String script, String region, String variant) { 30 if (language != null) { 31 _language = AsciiUtil.toLowerString(language).intern(); 49 public static BaseLocale getInstance(String language, String script, String region, String variant) { 51 // JDK uses deprecated ISO639.1 language codes for he, yi and id 52 if (AsciiUtil.caseIgnoreMatch(language, "he")) { 53 language = "iw"; 54 } else if (AsciiUtil.caseIgnoreMatch(language, "yi")) { 55 language = "ji"; 56 } else if (AsciiUtil.caseIgnoreMatch(language, "id")) [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
BaseLocale.java | 29 private BaseLocale(String language, String script, String region, String variant) { 30 if (language != null) { 31 _language = AsciiUtil.toLowerString(language).intern(); 49 public static BaseLocale getInstance(String language, String script, String region, String variant) { 51 // JDK uses deprecated ISO639.1 language codes for he, yi and id 52 if (AsciiUtil.caseIgnoreMatch(language, "he")) { 53 language = "iw"; 54 } else if (AsciiUtil.caseIgnoreMatch(language, "yi")) { 55 language = "ji"; 56 } else if (AsciiUtil.caseIgnoreMatch(language, "id")) [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmSmsCbMessage.java | 13 * See the License for the specific language governing permissions and 111 String language = null; local 115 language = p.first; 123 header.getServiceCategory(), language, sb.toString(), priority, 131 * text into mBody, and optionally the language code into mLanguage 135 * @return a Pair of Strings containing the language and body of the message 139 String language = null; local 143 // Extract encoding and language from DCS, as defined in 3gpp TS 23.038, 148 language = LANGUAGE_CODES_GROUP_0[dataCodingScheme & 0x0f]; 162 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...] |
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/ |
I18NameTest.java | 13 * See the License for the specific language governing permissions and 45 * @param language The language code string 50 private byte[] getTestData(String language, String text) throws IOException { 52 stream.write(language.getBytes(StandardCharsets.US_ASCII)); 53 stream.write(new byte[]{(byte) 0x0}); // Padding for language code. 59 * Helper function for generating default test data. The test data include the language code 138 * a non-English (French) language. 145 String language = "fr"; local 147 byte[] data = getTestData(language, text) [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/boringssl/src/crypto/x509v3/ |
v3_pci.c | 73 BIO_printf(out, "%*sPolicy Language: ", indent, ""); 83 ASN1_OBJECT **language, ASN1_INTEGER **pathlen, 88 if (strcmp(val->name, "language") == 0) { 89 if (*language) { 95 if (!(*language = OBJ_txt2obj(val->value, 0))) { 201 ASN1_OBJECT *language = NULL; local 228 &language, &pathlen, &policy); 234 if (!process_pci_value(cnf, &language, &pathlen, &policy)) { 241 /* Language is mandatory */ 242 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/libcups/cups/ |
language.h | 2 * Multi-language support for CUPS. 35 typedef enum cups_encoding_e /**** Language Encodings ****/ 85 typedef struct cups_lang_s /**** Language Cache Structure ****/ 87 struct cups_lang_s *next; /* Next language in cache */ 90 char language[16]; /* Language/locale name */ member in struct:cups_lang_s 103 extern cups_lang_t *cupsLangGet(const char *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...] |