OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCLN_I18N_COUNT
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
ucln_in.c
28
static cleanupFunc *gCleanupFunctions[
UCLN_I18N_COUNT
];
34
while (++libType<
UCLN_I18N_COUNT
) {
50
U_ASSERT(UCLN_I18N_START < type && type <
UCLN_I18N_COUNT
);
52
if (UCLN_I18N_START < type && type <
UCLN_I18N_COUNT
)
ucln_in.h
49
UCLN_I18N_COUNT
/* This must be last */
/external/icu4c/i18n/
ucln_in.c
28
static cleanupFunc *gCleanupFunctions[
UCLN_I18N_COUNT
];
34
while (++libType<
UCLN_I18N_COUNT
) {
50
U_ASSERT(UCLN_I18N_START < type && type <
UCLN_I18N_COUNT
);
52
if (UCLN_I18N_START < type && type <
UCLN_I18N_COUNT
)
ucln_in.h
58
UCLN_I18N_COUNT
/* This must be last */
Completed in 593 milliseconds