OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:genericLocaleStarterWithOptionsAndResult
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
callcoll.h
52
void
genericLocaleStarterWithOptionsAndResult
(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result);
callcoll.c
658
void
genericLocaleStarterWithOptionsAndResult
(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result) {
681
genericLocaleStarterWithOptionsAndResult
(locale, s, size, attrs, values, attsize, UCOL_LESS);
[
all
...]
cmsccoll.c
[
all
...]
/external/icu4c/test/cintltst/
callcoll.h
52
void
genericLocaleStarterWithOptionsAndResult
(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result);
callcoll.c
686
void
genericLocaleStarterWithOptionsAndResult
(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result) {
709
genericLocaleStarterWithOptionsAndResult
(locale, s, size, attrs, values, attsize, UCOL_LESS);
[
all
...]
cmsccoll.c
[
all
...]
Completed in 446 milliseconds