HomeSort by relevance Sort by last modified time
    Searched refs:language (Results 76 - 100 of 4591) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/doc/
conf.py 59 # The language for content autogenerated by Sphinx. Refer to documentation
61 language = 'en' variable
  /external/harfbuzz_ng/src/
hb-ot-tag.h 51 hb_ot_tag_from_language (hb_language_t language);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
IsoTypeWriter.java 13 * See the License for the specific language governing permissions and
79 public static void writeIso639(ByteBuffer bb, String language) {
80 if (language.getBytes().length != 3) {
81 throw new IllegalArgumentException("\"" + language + "\" language string isn't exactly 3 characters long!");
85 bits += (language.getBytes()[i] - 0x60) << (2 - i) * 5;
  /external/sl4a/Common/src/com/googlecode/android_scripting/language/
SupportedLanguages.java 13 * License for the specific language governing permissions and limitations under
17 package com.googlecode.android_scripting.language;
27 // SHELL(".sh", ShellLanguage.class), // We don't really support Shell language
35 private final Class<? extends Language> mmClass;
37 private KnownLanguage(String ext, Class<? extends Language> clazz) {
46 private Class<? extends Language> getLanguageClass() {
51 private static Map<String, Class<? extends Language>> sSupportedLanguages;
54 sSupportedLanguages = new HashMap<String, Class<? extends Language>>();
55 for (KnownLanguage language : KnownLanguage.values()) {
56 sSupportedLanguages.put(language.getExtension(), language.getLanguageClass())
    [all...]
TclLanguage.java 13 * License for the specific language governing permissions and limitations under
17 package com.googlecode.android_scripting.language;
20 * Represents the Tcl programming language.
24 public class TclLanguage extends Language {
  /packages/apps/TV/tests/unit/src/com/android/tv/util/
UtilsTest_GetMultiAudioString.java 13 * See the License for the specific language governing permissions and
38 assertEquals("Unknown language",
40 assertEquals("Unknown language",
76 private static TvTrackInfo createAudioTrackInfo(String language) {
77 return createAudioTrackInfo(language, 0);
80 private static TvTrackInfo createAudioTrackInfo(String language, int channelCount) {
82 .setLanguage(language).setAudioChannelCount(channelCount)
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar 
  /prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar 
  /frameworks/base/tools/aapt2/
Locale.h 13 * See the License for the specific language governing permissions and
32 char language[4]; member in struct:aapt::LocaleValue
72 void setLanguage(const char* language);
73 void setRegion(const char* language);
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
hetero-nodes.rb 12 language=Ruby;
31 language=Ruby;
50 language=Ruby;
69 language=Ruby;
88 language=Ruby;
108 language=Ruby;
128 language=Ruby;
148 language=Ruby;
168 language=Ruby;
188 language=Ruby
    [all...]
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.9/
commons-codec-1.9.jar 
  /external/e2fsprogs/intl/
explodename.c 53 const char **language, const char **modifier,
71 look for the language. Termination symbols are `_' and `@' if
75 *language = cp = name;
76 cp = _nl_find_language (*language);
78 if (*language == cp)
79 /* This does not make sense: language has to be specified. Use
81 cp = strchr (*language, '\0');
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
main-scripts.rb 15 options { language = Ruby; }
43 options { language = Ruby; }
67 options { language = Ruby; }
81 options { language = Ruby; }
102 language = Ruby;
125 language = Ruby;
138 language=Ruby;
162 language = Ruby;
175 language=Ruby;
199 options { language=Ruby;
    [all...]
  /frameworks/base/tools/aapt/
ResourceFilter.cpp 64 // language and country. If we could not compute it, we assume it's either a
65 // new language we don't know about, or a private use language. We return true
80 localeDataComputeScript(scriptBuffer, config.language, config.country);
87 scriptBuffer, entry.language, entry.country);
116 // the locale we are matching only has a language specified,
124 if (config.language[0] != '\0' &&
127 config.language[0] == entry.first.language[0] &&
128 config.language[1] == entry.first.language[1] &
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
debug-mode.rb 93 options {language=Ruby;} // line 2
116 options {language=Ruby;} // line 2
146 options { language=Ruby; }
183 options { language=Ruby; }
216 options { language=Ruby; }
287 options { language=Ruby; }
357 options { language=Ruby; }
394 options { language=Ruby; }
446 options { language=Ruby; }
492 options { language=Ruby;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
LocalePriorityList.java 25 * The string format is based on the Accept-Language format
30 * <p>In theory, Accept-Language indicates the relative 'quality' of each item,
35 * original. Accept-Language also doesn't
52 * comes first. If exactly the same language tag appears multiple times,
61 * This is to match the effect of the Accept-Language semantics as used in browsers, and results in the following:
79 * Add a language code to the list being built, with weight 1.0.
81 * @param languageCode locale/language to be added
89 * Add a language code to the list being built, with specified weight.
91 * @param languageCode locale/language to be added
100 * Add a language priority list
320 final ULocale language = new ULocale(itemMatcher.group(1)); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
LocalePriorityList.java 24 * The string format is based on the Accept-Language format
29 * <p>In theory, Accept-Language indicates the relative 'quality' of each item,
34 * original. Accept-Language also doesn't
51 * comes first. If exactly the same language tag appears multiple times,
60 * This is to match the effect of the Accept-Language semantics as used in browsers, and results in the following:
78 * Add a language code to the list being built, with weight 1.0.
80 * @param languageCode locale/language to be added
89 * Add a language code to the list being built, with specified weight.
91 * @param languageCode locale/language to be added
101 * Add a language priority list
336 final ULocale language = new ULocale(itemMatcher.group(1)); local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
Utils.java 18 String language = s; local
22 int x = language.indexOf("_");
24 region = language.substring(x+1);
25 language = language.substring(0, x);
32 return new Locale(language, region, variant);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
Utils.java 14 String language = s; local
18 int x = language.indexOf("_");
20 region = language.substring(x+1);
21 language = language.substring(0, x);
28 return new Locale(language, region, variant);
  /frameworks/base/libs/androidfw/
LocaleData.cpp 13 * See the License for the specific language governing permissions and
30 inline uint32_t packLocale(const char* language, const char* region) {
31 return (((uint8_t) language[0]) << 24u) | (((uint8_t) language[1]) << 16u) |
153 // the last ancestor is just the language by itself. We will use the
178 void localeDataComputeScript(char out[4], const char* language, const char* region) {
179 if (language[0] == '\0') {
183 uint32_t lookup_key = packLocale(language, region);
  /libcore/ojluni/src/main/java/sun/util/locale/
InternalLocaleBuilder.java 46 private String language = ""; field in class:InternalLocaleBuilder
59 public InternalLocaleBuilder setLanguage(String language) throws LocaleSyntaxException {
60 if (LocaleUtils.isEmpty(language)) {
61 this.language = "";
63 if (!LanguageTag.isLanguage(language)) {
64 throw new LocaleSyntaxException("Ill-formed language: " + language, 0);
66 this.language = language;
346 * Reset Builder's internal state with the given language ta
377 String language = base.getLanguage(); local
491 String language = this.language; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/
template-output.rb 37 language = Ruby;
64 language = Ruby;
85 language=Ruby;
104 language=Ruby;
125 language=Ruby;
143 language=Ruby;
160 # language=Ruby;
188 language=Ruby;
209 language=Ruby;
233 language=Ruby
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
LocaleIDs.java 14 * Utilities for mapping between old and new language, country, and other
29 * Returns a list of all 2-letter language codes defined in ISO 639
62 * Returns a three-letter abbreviation for the language. If language is
64 * a lowercase ISO 639-2/T language code.
65 * The ISO 639-2 language codes can be found on-line at
68 * three-letter language abbreviation is not available for this locale.
70 public static String getISO3Language(String language) {
72 int offset = findIndex(_languages, language);
76 offset = findIndex(_obsoleteLanguages, language);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
LocaleIDs.java 13 * Utilities for mapping between old and new language, country, and other
28 * Returns a list of all 2-letter language codes defined in ISO 639
63 * Returns a three-letter abbreviation for the language. If language is
65 * a lowercase ISO 639-2/T language code.
66 * The ISO 639-2 language codes can be found on-line at
69 * three-letter language abbreviation is not available for this locale.
72 public static String getISO3Language(String language) {
74 int offset = findIndex(_languages, language);
78 offset = findIndex(_obsoleteLanguages, language);
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
xml.rb 9 options { language = Ruby; }

Completed in 993 milliseconds

1 2 34 5 6 7 8 91011>>