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 146 ucasemap_setOptions(UCaseMap *csm, uint32_t options, UErrorCode *pErrorCode);
185 * except that it takes ucasemap_setOptions() into account and has performance
192 * all others. (This can be modified with ucasemap_setOptions().)
302 * all others. (This can be modified with ucasemap_setOptions().)
374 * @see ucasemap_setOptions
urename.h     [all...]
  /external/icu/icu4c/source/test/cintltst/
cstrcase.c 761 ucasemap_setOptions(csm, 0x333333, &errorCode);
764 log_err("ucasemap_getOptions(ucasemap_setOptions(0x333333))==0x%lx!=0x333333\n", (long)options);
    [all...]
  /external/icu/icu4c/source/common/
ucasemap.cpp 125 ucasemap_setOptions(UCaseMap *csm, uint32_t options, UErrorCode *pErrorCode) {

Completed in 119 milliseconds