HomeSort by relevance Sort by last modified time
    Searched refs:LANGUAGE (Results 1 - 25 of 322) 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]);
  /device/google/dragon/
init_regions.sh 8 LANGUAGE="en"
27 setprop ro.product.locale "${LANGUAGE}-${COUNTRY}"
  /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/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]);
  /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");
  /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
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));
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
malis-include.s 6 ;; SPECIFICATION FOR Motorola 8- and 16-Bit ASSEMBLY LANGUAGE INPUT STANDARD
  /external/curl/lib/
libcurl.rc 25 LANGUAGE 0x09,0x01
  /external/curl/src/
curl.rc 25 LANGUAGE 0x09,0x01
  /external/libmicrohttpd/src/microhttpd/
microhttpd_dll_res.rc.in 5 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  /external/libmicrohttpd/w32/VS2013/
microhttpd_dll_res_vc.rc 5 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
microhttpd_dll_res_vc.rc.in 5 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  /external/ltp/testcases/network/stress/ns-tools/
check_envval 53 unset LANGUAGE
  /external/parameter-framework/upstream/support/windows/
Resource.rc.in 32 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  /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/lib/ss/
mk_cmds.sh.in 11 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \

Completed in 915 milliseconds

1 2 3 4 5 6 7 8 91011>>