Searched refs:unorm_concatenate (Results 1 - 11 of 11) sorted by relevance
/external/icu4c/common/unicode/ |
H A D | unorm.h | 457 unorm_concatenate(const UChar *left, int32_t leftLength,
|
H A D | urename.h | 1113 #define unorm_concatenate U_ICU_ENTRY_POINT_RENAME(unorm_concatenate) macro
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
H A D | unorm.h | 471 unorm_concatenate(const UChar *left, int32_t leftLength,
|
H A D | urename.h | 831 #define unorm_concatenate unorm_concatenate_3_2 macro
|
/external/webkit/Source/WebCore/icu/unicode/ |
H A D | unorm.h | 471 unorm_concatenate(const UChar *left, int32_t leftLength,
|
H A D | urename.h | 831 #define unorm_concatenate unorm_concatenate_3_2 macro
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
H A D | unorm.h | 471 unorm_concatenate(const UChar *left, int32_t leftLength,
|
H A D | urename.h | 831 #define unorm_concatenate unorm_concatenate_3_2 macro
|
/external/icu4c/common/ |
H A D | unorm.cpp | 221 unorm_concatenate(const UChar *left, int32_t leftLength, function
|
/external/icu4c/test/cintltst/ |
H A D | cnormtst.c | 958 /* API test for unorm_concatenate() - for real test strings see intltest/tstnorm.cpp */ 979 length=unorm_concatenate(left, 2, right, -1, buffer, 100, UNORM_NFC, 0, &errorCode); 981 log_data_err("error: unorm_concatenate()=%ld (expect 6) failed with %s - (Are you missing data?)\n", length, u_errorName(errorCode)); 986 length=unorm_concatenate(left, 2, right, -1, NULL, 0, UNORM_NFC, 0, &errorCode); 988 log_data_err("error: unorm_concatenate(preflighting)=%ld (expect 6) failed with %s - (Are you missing data?)\n", length, u_errorName(errorCode)); 993 length=unorm_concatenate(left, 2, right, -1, buffer, 1, UNORM_NFC, 0, &errorCode); 995 log_data_err("error: unorm_concatenate(preflighting 2)=%ld (expect 6) failed with %s - (Are you missing data?)\n", length, u_errorName(errorCode)); 1001 length=unorm_concatenate(left, 2, right, -1, buffer, 100, UNORM_NFC, 0, &errorCode); 1003 log_err("error: unorm_concatenate(failure)=%ld failed with %s\n", length, u_errorName(errorCode)); 1009 length=unorm_concatenate(NUL [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
H A D | urename.h | 831 #define unorm_concatenate unorm_concatenate_3_2 macro
|
Completed in 3629 milliseconds