OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:german
(Results
1 - 4
of
4
) sorted by null
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
CollatorTest.java
30
Collator c = Collator.getInstance(Locale.
GERMAN
);
178
boolean english = false,
german
= false;
182
if (locales[i].equals(Locale.
GERMAN
))
183
german
= true;
199
assertTrue("Missing locales", english &&
german
);
DateFormatTest.java
47
boolean english = false,
german
= false;
51
if (locales[i].equals(Locale.
GERMAN
))
52
german
= true;
58
assertTrue("Missing locales", english &&
german
);
143
DateFormat.SHORT, Locale.
GERMAN
);
146
new DateFormatSymbols(Locale.
GERMAN
)));
151
Locale.
GERMAN
);
154
new DateFormatSymbols(Locale.
GERMAN
)));
159
Locale.
GERMAN
);
162
new DateFormatSymbols(Locale.
GERMAN
)));
[
all
...]
/external/icu4c/test/intltest/
icusvtst.cpp
1041
UnicodeString*
german
= new UnicodeString("
german
");
local
[
all
...]
/external/icu4c/samples/ustring/
ustring.cpp
558
UnicodeString
german
=UNICODE_STRING(
local
561
printUnicodeString("
german
UnicodeString from unescaping:\n ",
german
);
572
printf("
german
C Unicode string from char * unescaping: (length %d)\n ", length);
Completed in 133 milliseconds