Searched refs:ucase_openBinary (Results 1 - 10 of 10) sorted by relevance

/external/chromium/third_party/icu/source/common/
H A Ducase.h38 ucase_openBinary(const uint8_t *bin, int32_t length, UErrorCode *pErrorCode);
H A Ducase.c158 ucase_openBinary(const uint8_t *bin, int32_t length, UErrorCode *pErrorCode) { function
/external/icu4c/common/
H A Ducase.h38 ucase_openBinary(const uint8_t *bin, int32_t length, UErrorCode *pErrorCode);
H A Ducase.c158 ucase_openBinary(const uint8_t *bin, int32_t length, UErrorCode *pErrorCode) { function
/external/webkit/JavaScriptCore/icu/unicode/
H A Durename.h403 #define ucase_openBinary ucase_openBinary_3_2 macro
/external/webkit/JavaScriptGlue/icu/unicode/
H A Durename.h403 #define ucase_openBinary ucase_openBinary_3_2 macro
/external/webkit/WebCore/icu/unicode/
H A Durename.h403 #define ucase_openBinary ucase_openBinary_3_2 macro
/external/webkit/WebKit/mac/icu/unicode/
H A Durename.h403 #define ucase_openBinary ucase_openBinary_3_2 macro
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcucdtst.c35 #include "udatamem.h" /* for testing ucase_openBinary() */
3063 /* coverage for ucase_openBinary() */
3072 csp=ucase_openBinary((const uint8_t *)pData->pHeader, -1, &errorCode);
3074 log_err("ucase_openBinary() fails for the contents of " UCASE_DATA_NAME "." UCASE_DATA_TYPE ": %s\n",
3081 log_err("ucase_openBinary() does not seem to return working UCaseProps\n");
/external/icu4c/test/cintltst/
H A Dcucdtst.c36 #include "udatamem.h" /* for testing ucase_openBinary() */
3121 /* coverage for ucase_openBinary() */
3130 csp=ucase_openBinary((const uint8_t *)pData->pHeader, -1, &errorCode);
3132 log_err("ucase_openBinary() fails for the contents of " UCASE_DATA_NAME "." UCASE_DATA_TYPE ": %s\n",
3139 log_err("ucase_openBinary() does not seem to return working UCaseProps\n");

Completed in 123 milliseconds