HomeSort by relevance Sort by last modified time
    Searched refs:ucasemap_setOptions (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/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().)
412 * @see ucasemap_setOptions
urename.h     [all...]
  /external/icu/icu4c/source/test/cintltst/
cstrcase.c 757 ucasemap_setOptions(csm, 0x333333, &errorCode);
760 log_err("ucasemap_getOptions(ucasemap_setOptions(0x333333))==0x%lx!=0x333333\n", (long)options);
    [all...]
  /external/icu/icu4c/source/common/
ucasemap.cpp 112 ucasemap_setOptions(UCaseMap *csm, uint32_t options, UErrorCode * /*pErrorCode*/) {

Completed in 89 milliseconds