HomeSort by relevance Sort by last modified time
    Searched defs:LANGUAGE (Results 1 - 25 of 264) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/icu/icu4c/source/samples/datefmt/answers/
main_0.cpp 46 static char* LANGUAGE[] = {
49 static const int32_t N_LANGUAGE = sizeof(LANGUAGE)/sizeof(LANGUAGE[0]);
61 Locale loc(LANGUAGE[i]);
64 printf("Date (%s)\n", LANGUAGE[i]);
main_1.cpp 45 static char* LANGUAGE[] = {
48 static const int32_t N_LANGUAGE = sizeof(LANGUAGE)/sizeof(LANGUAGE[0]);
60 Locale loc(LANGUAGE[i]);
63 printf("Date (%s)\n", LANGUAGE[i]);
main_2.cpp 49 static char* LANGUAGE[] = {
52 static const int32_t N_LANGUAGE = sizeof(LANGUAGE)/sizeof(LANGUAGE[0]);
74 Locale loc(LANGUAGE[i]);
84 printf("Date (%s): ", LANGUAGE[i]);
main_3.cpp 49 static char* LANGUAGE[] = {
52 static const int32_t N_LANGUAGE = sizeof(LANGUAGE)/sizeof(LANGUAGE[0]);
74 Locale loc(LANGUAGE[i]);
90 printf("Date (%s, %s): ", LANGUAGE[i], TIMEZONE[j]);
  /external/icu/icu4c/source/samples/datefmt/
main.cpp 49 static char* LANGUAGE[] = {
52 static const int32_t N_LANGUAGE = sizeof(LANGUAGE)/sizeof(LANGUAGE[0]);
74 Locale loc(LANGUAGE[i]);
90 printf("Date (%s, %s): ", LANGUAGE[i], TIMEZONE[j]);
  /packages/apps/Settings/src/com/android/settings/search/
DeviceIndexFeatureProvider.java 11 * KIND, either express or implied. See the License for the specific language governing
45 String INDEX_LANGUAGE = "settings:language";
50 // When the device language changes, re-index so Slices trigger in device language.
51 Locale LANGUAGE = Locale.getDefault();
125 LANGUAGE.toString());
132 LANGUAGE.toString());
  /frameworks/minikin/libs/minikin/
HyphenatorMap.cpp 13 * See the License for the specific language governing permissions and
25 constexpr SubtagBits LANGUAGE = SubtagBits::LANGUAGE;
82 result = lookupBySubtag(locale, LANGUAGE | REGION | SCRIPT | VARIANT);
87 result = lookupBySubtag(locale, LANGUAGE | REGION | VARIANT);
92 result = lookupBySubtag(locale, LANGUAGE | VARIANT);
96 // If not found, try only with language code.
97 result = lookupBySubtag(locale, LANGUAGE);
Locale.h 13 * See the License for the specific language governing permissions and
32 // The language or region code is encoded to 15 bits.
43 LANGUAGE = 0b00000001,
66 // Locale is a compact representation of a BCP 47 language tag.
121 // 0 = no match, 1 = script match, 2 = script and primary language match.
138 // ISO 639-1 or ISO 639-2 compliant language code.
139 // The two- or three-letter language code is packed into a 15 bit integer.
  /libcore/ojluni/src/main/java/java/text/
AttributedCharacterIterator.java 170 * Attribute key for the language of some text.
174 public static final Attribute LANGUAGE = new Attribute("language");
  /frameworks/base/tools/split-select/
Rule.h 13 * See the License for the specific language governing permissions and
52 LANGUAGE,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ComprehensionTlvTag.java 13 * See the License for the specific language governing permissions and
46 LANGUAGE(0x2d),
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
AttributedCharacterIteratorAttributeTest.java 14 * See the License for the specific language governing permissions and
50 assertTrue(Attribute.LANGUAGE.equals(Attribute.LANGUAGE));
52 assertFalse(Attribute.LANGUAGE.equals(Attribute.READING));
82 dattribute = AttributedCharacterIterator.Attribute.LANGUAGE;
119 * @tests java.text.AttributedCharacterIterator$Attribute#LANGUAGE
127 Attribute language = Attribute.LANGUAGE; local
  /packages/apps/Settings/tests/robotests/src/com/android/settings/search/
DeviceIndexFeatureProviderTest.java 11 * KIND, either express or implied. See the License for the specific language governing
100 DeviceIndexFeatureProvider.LANGUAGE.toString(),
126 DeviceIndexFeatureProvider.INDEX_LANGUAGE, "new language");
141 // Same build and same language
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 13 * See the License for the specific language governing permissions and
38 LANGUAGE,
159 case LANGUAGE:
202 config.setProperty(Properties.LANGUAGE, "en");
250 config.setProperty(Properties.LANGUAGE, "xx");
257 config.setProperty(Properties.LANGUAGE, "xx");
482 config.setProperty(Properties.LANGUAGE, "xx");
489 config.setProperty(Properties.LANGUAGE, "xx");
    [all...]
  /developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/
W3cHints.java 13 * See the License for the specific language governing permissions and
55 public static final String LANGUAGE = "language";
  /external/icu/icu4c/source/tools/genrb/
genrb.cpp 74 LANGUAGE,
99 UOPTION_DEF("language", 'l', UOPT_REQUIRES_ARG), /* 16 */
114 static const char* language = NULL; variable
215 "\t-l or --language for XLIFF: language code compliant with BCP 47.\n");
291 if(options[LANGUAGE].doesOccur) {
292 language = options[LANGUAGE].value;
708 language, xliffOutputFileName, &status);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
LocaleDisplayNamesImpl.java 64 LANGUAGE,
82 contextUsageTypeMap.put("languages", CapitalizationContextUsage.LANGUAGE);
431 return adjustForUsageAndContext(CapitalizationContextUsage.LANGUAGE, resultName);
453 return adjustForUsageAndContext(CapitalizationContextUsage.LANGUAGE, langName);
456 return adjustForUsageAndContext(CapitalizationContextUsage.LANGUAGE, langData.get("Languages", lang));
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
LocaleDisplayNamesImpl.java 60 LANGUAGE,
78 contextUsageTypeMap.put("languages", CapitalizationContextUsage.LANGUAGE);
427 return adjustForUsageAndContext(CapitalizationContextUsage.LANGUAGE, resultName);
449 return adjustForUsageAndContext(CapitalizationContextUsage.LANGUAGE, langName);
452 return adjustForUsageAndContext(CapitalizationContextUsage.LANGUAGE, langData.get("Languages", lang));
  /frameworks/base/core/java/android/provider/
MediaStore.java 13 * See the License for the specific language governing permissions and
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/1.1.0/
builder-model-1.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/1.1.3/
builder-model-1.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/1.2.0/
builder-model-1.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/1.2.0-alpha1/
builder-model-1.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/1.2.0-beta4/
builder-model-1.2.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/1.2.0-rc1/
builder-model-1.2.0-rc1.jar 

Completed in 1966 milliseconds

1 2 3 4 5 6 7 8 91011