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

  /external/chromium/third_party/icu/public/common/unicode/
ucasemap.h 123 ucasemap_setOptions(UCaseMap *csm, uint32_t options, UErrorCode *pErrorCode);
133 * @see ucasemap_setOptions
157 * @see ucasemap_setOptions
203 * except that it takes ucasemap_setOptions() into account and has performance
210 * all others. (This can be modified with ucasemap_setOptions().)
320 * all others. (This can be modified with ucasemap_setOptions().)
390 * @see ucasemap_setOptions
urename.h 527 #define ucasemap_setOptions ucasemap_setOptions_4_2
    [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().)
410 * @see ucasemap_setOptions
urename.h     [all...]
  /external/chromium/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/chromium/third_party/icu/source/common/
ucasemap.c 105 ucasemap_setOptions(UCaseMap *csm, uint32_t options, UErrorCode *pErrorCode) {
  /external/icu4c/common/
ucasemap.c 105 ucasemap_setOptions(UCaseMap *csm, uint32_t options, UErrorCode *pErrorCode) {

Completed in 1338 milliseconds