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

  /external/icu4c/samples/datefmt/answers/
main_0.cpp 42 static char* LANGUAGE[] = {
45 static const int32_t N_LANGUAGE = sizeof(LANGUAGE)/sizeof(LANGUAGE[0]);
57 Locale loc(LANGUAGE[i]);
60 printf("Date (%s)\n", LANGUAGE[i]);
main_1.cpp 41 static char* LANGUAGE[] = {
44 static const int32_t N_LANGUAGE = sizeof(LANGUAGE)/sizeof(LANGUAGE[0]);
56 Locale loc(LANGUAGE[i]);
59 printf("Date (%s)\n", LANGUAGE[i]);
main_2.cpp 45 static char* LANGUAGE[] = {
48 static const int32_t N_LANGUAGE = sizeof(LANGUAGE)/sizeof(LANGUAGE[0]);
70 Locale loc(LANGUAGE[i]);
80 printf("Date (%s): ", LANGUAGE[i]);
main_3.cpp 45 static char* LANGUAGE[] = {
48 static const int32_t N_LANGUAGE = sizeof(LANGUAGE)/sizeof(LANGUAGE[0]);
70 Locale loc(LANGUAGE[i]);
86 printf("Date (%s, %s): ", LANGUAGE[i], TIMEZONE[j]);
  /external/icu4c/samples/datefmt/
main.cpp 45 static char* LANGUAGE[] = {
48 static const int32_t N_LANGUAGE = sizeof(LANGUAGE)/sizeof(LANGUAGE[0]);
70 Locale loc(LANGUAGE[i]);
86 printf("Date (%s, %s): ", LANGUAGE[i], TIMEZONE[j]);
  /libcore/luni/src/main/java/java/text/
AttributedCharacterIterator.java 14 * See the License for the specific language governing permissions and
52 * The attribute describing the language of a character. The value
55 public static final Attribute LANGUAGE = new Attribute("language");
129 if (name.equals(LANGUAGE.getName())) {
130 return LANGUAGE;
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 13 * See the License for the specific language governing permissions and
35 LANGUAGE,
146 case LANGUAGE:
197 config.setProperty(Properties.LANGUAGE, "xx");
204 config.setProperty(Properties.LANGUAGE, "xx");
464 config.setProperty(Properties.LANGUAGE, "xx");
473 config.setProperty(Properties.LANGUAGE, "xx");
508 config.setProperty(Properties.LANGUAGE, "xx");
519 config.setProperty(Properties.LANGUAGE, "xx");
527 config.setProperty(Properties.LANGUAGE, "xx")
    [all...]
  /external/chromium/third_party/icu/source/tools/genrb/
genrb.c 56 LANGUAGE,
77 UOPTION_DEF( "language", 'l', UOPT_REQUIRES_ARG), /* 16 */
87 static const char* language = NULL; variable
156 "\t-l or --language for XLIFF: language code compliant with BCP 47.\n");
240 if(options[LANGUAGE].doesOccur) {
241 language = options[LANGUAGE].value;
396 bundle_write_xml(data,outputDir,outputEnc, filename, outputFileName, sizeof(outputFileName),language, xliffOutputFileName,status);
  /external/icu4c/tools/genrb/
genrb.c 58 LANGUAGE,
82 UOPTION_DEF("language", 'l', UOPT_REQUIRES_ARG), /* 16 */
109 static const char* language = NULL; variable
196 "\t-l or --language for XLIFF: language code compliant with BCP 47.\n");
288 if(options[LANGUAGE].doesOccur) {
289 language = options[LANGUAGE].value;
592 bundle_write_xml(data,outputDir,outputEnc, filename, outputFileName, sizeof(outputFileName),language, xliffOutputFileName,status);
  /external/srec/srec/cfront/
nisthdr.h 15 * See the License for the specific language governing permissions and *
104 LANGUAGE,
226 Nist1AHeaderSetDef(setLanguage, char*, s, LANGUAGE)
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
StkService.java 13 * See the License for the specific language governing permissions and
61 LANGUAGE(0x2d),
  /frameworks/base/core/java/android/provider/
MediaStore.java 13 * See the License for the specific language governing permissions and
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/9/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 615 milliseconds