Searched refs:ucasemap_setOptions (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Ducasemap.h143 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
H A Durename.h577 #define ucasemap_setOptions U_ICU_ENTRY_POINT_RENAME(ucasemap_setOptions) macro
/external/icu/icu4c/source/common/unicode/
H A Ducasemap.h143 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
H A Durename.h567 #define ucasemap_setOptions U_ICU_ENTRY_POINT_RENAME(ucasemap_setOptions) macro
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcstrcase.c758 ucasemap_setOptions(csm, 0x333333, &errorCode);
761 log_err("ucasemap_getOptions(ucasemap_setOptions(0x333333))==0x%lx!=0x333333\n", (long)options);
910 ucasemap_setOptions(csm, U_TITLECASE_NO_BREAK_ADJUSTMENT, &errorCode);
912 log_err_status(errorCode, "error: ucasemap_setOptions(U_TITLECASE_NO_BREAK_ADJUSTMENT) failed - %s\n", u_errorName(errorCode));
945 ucasemap_setOptions(csm, U_TITLECASE_NO_LOWERCASE, &errorCode);
947 log_err("error: ucasemap_setOptions(U_TITLECASE_NO_LOWERCASE) failed - %s\n", u_errorName(errorCode));
/external/icu/icu4c/source/test/cintltst/
H A Dcstrcase.c758 ucasemap_setOptions(csm, 0x333333, &errorCode);
761 log_err("ucasemap_getOptions(ucasemap_setOptions(0x333333))==0x%lx!=0x333333\n", (long)options);
910 ucasemap_setOptions(csm, U_TITLECASE_NO_BREAK_ADJUSTMENT, &errorCode);
912 log_err_status(errorCode, "error: ucasemap_setOptions(U_TITLECASE_NO_BREAK_ADJUSTMENT) failed - %s\n", u_errorName(errorCode));
945 ucasemap_setOptions(csm, U_TITLECASE_NO_LOWERCASE, &errorCode);
947 log_err("error: ucasemap_setOptions(U_TITLECASE_NO_LOWERCASE) failed - %s\n", u_errorName(errorCode));
/external/chromium_org/third_party/icu/source/common/
H A Ducasemap.cpp112 ucasemap_setOptions(UCaseMap *csm, uint32_t options, UErrorCode * /*pErrorCode*/) { function
/external/icu/icu4c/source/common/
H A Ducasemap.cpp112 ucasemap_setOptions(UCaseMap *csm, uint32_t options, UErrorCode * /*pErrorCode*/) { function

Completed in 444 milliseconds