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

1 2 3

  /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]);
  /libcore/luni/src/main/java/org/apache/xalan/processor/
XSLProcessorVersion.src 15 * See the License for the specific language governing permissions and
49 * Implementation Language.
51 public static final String LANGUAGE = "Java";
107 * Version String like <CODE>"<B>Xalan</B> <B>Language</B>
111 public static final String S_VERSION = PRODUCT+" "+LANGUAGE+" "
  /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/test/java/libcore/java/text/
OldAttributedCharacterIteratorTest.java 14 * See the License for the specific language governing permissions and
34 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, "a", 2,
39 attr.add(AttributedCharacterIterator.Attribute.LANGUAGE);
44 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, null,
64 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE,
71 assertEquals(AttributedCharacterIterator.Attribute.LANGUAGE, attr);
78 it.getAttribute(AttributedCharacterIterator.Attribute.LANGUAGE);
94 attributes.get(AttributedCharacterIterator.Attribute.LANGUAGE));
119 AttributedCharacterIterator.Attribute.LANGUAGE));
122 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE,
    [all...]
OldAttributedStringTest.java 14 * See the License for the specific language governing permissions and
284 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, "a", 2,
288 .getRunLimit(AttributedCharacterIterator.Attribute.LANGUAGE));
291 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, null,
295 .getRunLimit(AttributedCharacterIterator.Attribute.LANGUAGE));
299 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE,
331 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, "english");
OldAttributedCharacterIteratorAttributeTest.java 14 * See the License for the specific language governing permissions and
165 attr1 = AttributedCharacterIterator.Attribute.LANGUAGE;
  /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;
  /development/host/windows/usb/api/
AdbWinApi.rc 13 * See the License for the specific language governing permissions and
32 LANGUAGE 9, 1
  /development/host/windows/usb/winusb/
AdbWinUsbApi.rc 13 * See the License for the specific language governing permissions and
32 LANGUAGE 9, 1
  /external/e2fsprogs/tests/
test_config 5 unset LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE LC_TIME PAGER
  /external/e2fsprogs/lib/ss/
mk_cmds.sh.in 12 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
  /external/e2fsprogs/lib/et/
compile_et.sh.in 21 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Video_MediaTest.java 13 * See the License for the specific language governing permissions and
72 values.put(Media.LANGUAGE, "en");
107 assertEquals("en", c.getString(c.getColumnIndex(Media.LANGUAGE)));
133 values.put(Media.LANGUAGE, "cn");
160 assertEquals("cn", c.getString(c.getColumnIndex(Media.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/srec/srec/cfront/
nisthdr.h 15 * See the License for the specific language governing permissions and *
104 LANGUAGE,
226 Nist1AHeaderSetDef(setLanguage, char*, s, LANGUAGE)
  /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/grub/docs/
help2man 158 @ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3;
  /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),
  /external/qemu/android/
hw-events.h 302 KEY_CODE(LANGUAGE ,0x170) \
  /frameworks/base/core/java/android/provider/
MediaStore.java 13 * See the License for the specific language governing permissions and
    [all...]
  /external/elfutils/
config.status 43 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
    [all...]

Completed in 440 milliseconds

1 2 3