Searched refs:udata_getInfo (Results 1 - 10 of 10) sorted by relevance
/external/chromium_org/third_party/icu/source/common/unicode/ |
H A D | udata.h | 307 udata_getInfo(UDataMemory *pData, UDataInfo *pInfo);
|
H A D | urename.h | 856 #define udata_getInfo U_ICU_ENTRY_POINT_RENAME(udata_getInfo) macro
|
/external/icu/icu4c/source/common/unicode/ |
H A D | udata.h | 307 udata_getInfo(UDataMemory *pData, UDataInfo *pInfo);
|
H A D | urename.h | 820 #define udata_getInfo U_ICU_ENTRY_POINT_RENAME(udata_getInfo) macro
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
H A D | udatatst.c | 778 log_verbose("Testing udata_getInfo() for cnvalias.icu\n"); 784 udata_getInfo(result, &dataInfo); 795 log_verbose("PASS: udata_getInfo() filled in the right values\n"); 797 log_err("FAIL: udata_getInfo() filled in the wrong values\n"); 802 log_verbose("Testing udata_getInfo() for test.icu\n"); 808 udata_getInfo(result, &dataInfo); 820 log_verbose("PASS: udata_getInfo() filled in the right values\n"); 822 log_err("FAIL: udata_getInfo() filled in the wrong values\n"); 964 /*Try udata_getInfo with UDataMemory=NULL*/ 966 udata_getInfo(NUL [all...] |
/external/icu/icu4c/source/test/cintltst/ |
H A D | udatatst.c | 812 log_verbose("Testing udata_getInfo() for cnvalias.icu\n"); 818 udata_getInfo(result, &dataInfo); 829 log_verbose("PASS: udata_getInfo() filled in the right values\n"); 831 log_err("FAIL: udata_getInfo() filled in the wrong values\n"); 836 log_verbose("Testing udata_getInfo() for test.icu\n"); 842 udata_getInfo(result, &dataInfo); 854 log_verbose("PASS: udata_getInfo() filled in the right values\n"); 856 log_err("FAIL: udata_getInfo() filled in the wrong values\n"); 998 /*Try udata_getInfo with UDataMemory=NULL*/ 1000 udata_getInfo(NUL [all...] |
/external/chromium_org/third_party/icu/source/common/ |
H A D | udata.cpp | 1334 udata_getInfo(UDataMemory *pData, UDataInfo *pInfo) { function
|
H A D | ucnvmbcs.c | 1643 udata_getInfo((UDataMemory *)sharedData->dataMemory, &info);
|
/external/icu/icu4c/source/common/ |
H A D | udata.cpp | 1345 udata_getInfo(UDataMemory *pData, UDataInfo *pInfo) { function
|
H A D | ucnvmbcs.c | 1640 udata_getInfo((UDataMemory *)sharedData->dataMemory, &info);
|
Completed in 240 milliseconds