OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ucasemap_setLocale
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/common/unicode/
ucasemap.h
129
ucasemap_setLocale
(UCaseMap *csm, const char *locale, UErrorCode *pErrorCode);
urename.h
[
all
...]
/external/icu/icu4c/source/common/
ucasemap.cpp
55
ucasemap_setLocale
(csm, locale, pErrorCode);
87
ucasemap_setLocale
(UCaseMap *csm, const char *locale, UErrorCode *pErrorCode) {
/external/icu/icu4c/source/test/cintltst/
cstrcase.c
746
ucasemap_setLocale
(csm, "I-kLInGOn-the-quick-brown-fox-jumps-over-the-lazy-dog", &errorCode);
749
log_err("ucasemap_getLocale(
ucasemap_setLocale
(\"I-kLInGOn-the-quick-br...\"))==%s!=\"i-klingon\"\n", locale);
[
all
...]
Completed in 358 milliseconds