OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ucasemap_setOptions
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/icu/source/common/unicode/
ucasemap.h
143
ucasemap_setOptions
(UCaseMap *csm, uint32_t options, UErrorCode *pErrorCode);
153
* @see
ucasemap_setOptions
177
* @see
ucasemap_setOptions
223
* except that it takes
ucasemap_setOptions
() into account and has performance
230
* all others. (This can be modified with
ucasemap_setOptions
().)
340
* all others. (This can be modified with
ucasemap_setOptions
().)
410
* @see
ucasemap_setOptions
urename.h
[
all
...]
/external/icu4c/common/unicode/
ucasemap.h
143
ucasemap_setOptions
(UCaseMap *csm, uint32_t options, UErrorCode *pErrorCode);
153
* @see
ucasemap_setOptions
177
* @see
ucasemap_setOptions
223
* except that it takes
ucasemap_setOptions
() into account and has performance
230
* all others. (This can be modified with
ucasemap_setOptions
().)
340
* all others. (This can be modified with
ucasemap_setOptions
().)
412
* @see
ucasemap_setOptions
urename.h
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
cstrcase.c
756
ucasemap_setOptions
(csm, 0x333333, &errorCode);
759
log_err("ucasemap_getOptions(
ucasemap_setOptions
(0x333333))==0x%lx!=0x333333\n", (long)options);
[
all
...]
/external/icu4c/test/cintltst/
cstrcase.c
756
ucasemap_setOptions
(csm, 0x333333, &errorCode);
759
log_err("ucasemap_getOptions(
ucasemap_setOptions
(0x333333))==0x%lx!=0x333333\n", (long)options);
[
all
...]
/external/icu4c/common/
ucasemap.cpp
112
ucasemap_setOptions
(UCaseMap *csm, uint32_t options, UErrorCode * /*pErrorCode*/) {
/external/chromium_org/third_party/icu/source/common/
ucasemap.c
105
ucasemap_setOptions
(UCaseMap *csm, uint32_t options, UErrorCode *pErrorCode) {
Completed in 254 milliseconds