Home
last modified time | relevance | path

Searched refs:u_getFC_NFKC_Closure (Results 1 – 16 of 16) sorted by relevance

/external/chromium/third_party/icu/source/test/cintltst/
Dcnormtst.c1375 length=u_getFC_NFKC_Closure(tests[i].c, buffer, LENGTHOF(buffer), &errorCode); in TestFCNFKCClosure()
1383 length=u_getFC_NFKC_Closure(0x5c, NULL, LENGTHOF(buffer), &errorCode); in TestFCNFKCClosure()
1388 length=u_getFC_NFKC_Closure(0x5c, buffer, LENGTHOF(buffer), &errorCode); in TestFCNFKCClosure()
/external/icu4c/test/cintltst/
Dcnormtst.c1365 length=u_getFC_NFKC_Closure(tests[i].c, buffer, LENGTHOF(buffer), &errorCode); in TestFCNFKCClosure()
1373 length=u_getFC_NFKC_Closure(0x5c, NULL, LENGTHOF(buffer), &errorCode); in TestFCNFKCClosure()
1378 length=u_getFC_NFKC_Closure(0x5c, buffer, LENGTHOF(buffer), &errorCode); in TestFCNFKCClosure()
/external/icu4c/common/
Duprops.cpp595 u_getFC_NFKC_Closure(UChar32 c, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) { in u_getFC_NFKC_Closure() function
/external/webkit/JavaScriptCore/icu/unicode/
Duchar.h2793 u_getFC_NFKC_Closure(UChar32 c, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode);
Durename.h174 #define u_getFC_NFKC_Closure u_getFC_NFKC_Closure_3_2 macro
/external/webkit/WebCore/icu/unicode/
Duchar.h2793 u_getFC_NFKC_Closure(UChar32 c, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode);
Durename.h174 #define u_getFC_NFKC_Closure u_getFC_NFKC_Closure_3_2 macro
/external/webkit/WebKit/mac/icu/unicode/
Duchar.h2793 u_getFC_NFKC_Closure(UChar32 c, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode);
Durename.h174 #define u_getFC_NFKC_Closure u_getFC_NFKC_Closure_3_2 macro
/external/webkit/JavaScriptGlue/icu/unicode/
Duchar.h2793 u_getFC_NFKC_Closure(UChar32 c, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode);
Durename.h174 #define u_getFC_NFKC_Closure u_getFC_NFKC_Closure_3_2 macro
/external/icu4c/common/unicode/
Duchar.h3118 u_getFC_NFKC_Closure(UChar32 c, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode);
Durename.h271 #define u_getFC_NFKC_Closure U_ICU_ENTRY_POINT_RENAME(u_getFC_NFKC_Closure) macro
/external/chromium/third_party/icu/public/common/unicode/
Duchar.h3057 u_getFC_NFKC_Closure(UChar32 c, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode);
Durename.h239 #define u_getFC_NFKC_Closure u_getFC_NFKC_Closure_4_2 macro
/external/chromium/third_party/icu/source/common/
Dunorm.cpp1075 u_getFC_NFKC_Closure(UChar32 c, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) { function