OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:doTestDisplayNames
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
loctest.cpp
469
doTestDisplayNames
(english, DLANG_EN);
471
doTestDisplayNames
(french, DLANG_FR);
473
doTestDisplayNames
(croatian, DLANG_CA);
475
doTestDisplayNames
(greek, DLANG_EL);
734
void LocaleTest::
doTestDisplayNames
(Locale& displayLocale, int32_t compareIndex) {
[
all
...]
/external/icu4c/test/intltest/
loctest.cpp
470
doTestDisplayNames
(english, DLANG_EN);
472
doTestDisplayNames
(french, DLANG_FR);
474
doTestDisplayNames
(croatian, DLANG_CA);
476
doTestDisplayNames
(greek, DLANG_EL);
735
void LocaleTest::
doTestDisplayNames
(Locale& displayLocale, int32_t compareIndex) {
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
cloctst.c
578
doTestDisplayNames
("en_US", DLANG_EN);
580
doTestDisplayNames
("fr_FR", DLANG_FR);
582
doTestDisplayNames
("ca_ES", DLANG_CA);
584
doTestDisplayNames
("el_GR", DLANG_EL);
711
static void
doTestDisplayNames
(const char* displayLocale, int32_t compareIndex)
[
all
...]
/external/icu4c/test/cintltst/
cloctst.c
655
doTestDisplayNames
("en_US", DLANG_EN);
657
doTestDisplayNames
("fr_FR", DLANG_FR);
659
doTestDisplayNames
("ca_ES", DLANG_CA);
661
doTestDisplayNames
("el_GR", DLANG_EL);
[
all
...]
Completed in 259 milliseconds