OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doTestDisplayNames
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/test/cintltst/
cloctst.h
82
static void
doTestDisplayNames
(const char* inLocale, int32_t compareIndex);
cloctst.c
664
doTestDisplayNames
("en_US", DLANG_EN);
666
doTestDisplayNames
("fr_FR", DLANG_FR);
668
doTestDisplayNames
("ca_ES", DLANG_CA);
670
doTestDisplayNames
("el_GR", DLANG_EL);
[
all
...]
/external/icu/icu4c/source/test/intltest/
loctest.h
118
void
doTestDisplayNames
(Locale& inLocale, int32_t compareIndex);
loctest.cpp
463
doTestDisplayNames
(english, DLANG_EN);
465
doTestDisplayNames
(french, DLANG_FR);
467
doTestDisplayNames
(croatian, DLANG_CA);
469
doTestDisplayNames
(greek, DLANG_EL);
728
void LocaleTest::
doTestDisplayNames
(Locale& displayLocale, int32_t compareIndex) {
[
all
...]
Completed in 186 milliseconds