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

1 2 3 4 5

  /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/apache-xml/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...]
AttributedCharacterIteratorAttributeTest.java 13 * See the License for the specific language governing permissions and
34 assertSameReserialized(AttributedCharacterIterator.Attribute.LANGUAGE);
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;
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/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
AttributedStringTest.java 14 * See the License for the specific language governing permissions and
121 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, "a", 2,
125 .getRunLimit(AttributedCharacterIterator.Attribute.LANGUAGE));
128 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, null,
132 .getRunLimit(AttributedCharacterIterator.Attribute.LANGUAGE));
136 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE,
AttributedCharacterIteratorTest.java 14 * See the License for the specific language governing permissions and
159 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, "a", 2,
163 2, it.getRunLimit(AttributedCharacterIterator.Attribute.LANGUAGE));
166 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, null,
170 4, it.getRunLimit(AttributedCharacterIterator.Attribute.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),
  /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 \
  /libcore/luni/src/main/java/java/text/
AttributedCharacterIterator.java 14 * See the License for the specific language governing permissions and
54 * The attribute describing the language of a character. The value
57 public static final Attribute LANGUAGE = new Attribute("language");
  /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
88 values.put(Media.LANGUAGE, "en");
123 assertEquals("en", c.getString(c.getColumnIndex(Media.LANGUAGE)));
149 values.put(Media.LANGUAGE, "cn");
176 assertEquals("cn", c.getString(c.getColumnIndex(Media.LANGUAGE)));
  /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)
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 13 * See the License for the specific language governing permissions and
36 LANGUAGE,
148 case LANGUAGE:
223 config.setProperty(Properties.LANGUAGE, "xx");
230 config.setProperty(Properties.LANGUAGE, "xx");
427 config.setProperty(Properties.LANGUAGE, "xx");
434 config.setProperty(Properties.LANGUAGE, "xx");
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url_parser.cc 37 static const char kLanguageElement[] = "Language";
86 LANGUAGE,
222 LANGUAGE;
497 case ParsingContext::LANGUAGE:
  /external/icu4c/tools/genrb/
genrb.c 58 LANGUAGE,
83 UOPTION_DEF("language", 'l', UOPT_REQUIRES_ARG), /* 16 */
110 static const char* language = NULL; variable
210 "\t-l or --language for XLIFF: language code compliant with BCP 47.\n");
286 if(options[LANGUAGE].doesOccur) {
287 language = options[LANGUAGE].value;
602 bundle_write_xml(data,outputDir,outputEnc, filename, outputFileName, sizeof(outputFileName),language, xliffOutputFileName,status);

Completed in 2029 milliseconds

1 2 3 4 5