Searched refs:U_CALLCONV (Results 1 – 25 of 195) sorted by relevance
12345678
/external/icu/icu4c/source/common/unicode/ |
D | uiter.h | 104 typedef int32_t U_CALLCONV 141 typedef int32_t U_CALLCONV 156 typedef UBool U_CALLCONV 170 typedef UBool U_CALLCONV 185 typedef UChar32 U_CALLCONV 201 typedef UChar32 U_CALLCONV 217 typedef UChar32 U_CALLCONV 231 typedef int32_t U_CALLCONV 278 typedef uint32_t U_CALLCONV 306 typedef void U_CALLCONV
|
D | uclean.h | 111 typedef void *U_CALLCONV UMemAllocFn(const void *context, size_t size); 120 typedef void *U_CALLCONV UMemReallocFn(const void *context, void *mem, size_t size); 131 typedef void U_CALLCONV UMemFreeFn (const void *context, void *mem); 189 typedef void U_CALLCONV UMtxInitFn (const void *context, UMTX *mutex, UErrorCode* status); 201 typedef void U_CALLCONV UMtxFn (const void *context, UMTX *mutex); 234 typedef int32_t U_CALLCONV UMtxAtomicFn(const void *context, int32_t *p);
|
D | utext.h | 998 typedef UText * U_CALLCONV 1010 typedef int64_t U_CALLCONV 1038 typedef UBool U_CALLCONV 1068 typedef int32_t U_CALLCONV 1103 typedef int32_t U_CALLCONV 1137 typedef void U_CALLCONV 1157 typedef int64_t U_CALLCONV 1175 typedef int32_t U_CALLCONV 1196 typedef void U_CALLCONV
|
D | utrace.h | 117 typedef void U_CALLCONV 133 typedef void U_CALLCONV 148 typedef void U_CALLCONV
|
/external/icu/icu4c/source/common/ |
D | uiter.cpp | 36 static int32_t U_CALLCONV 41 static int32_t U_CALLCONV 46 static UBool U_CALLCONV 51 static UChar32 U_CALLCONV 56 static uint32_t U_CALLCONV 61 static void U_CALLCONV 89 static int32_t U_CALLCONV 109 static int32_t U_CALLCONV 142 static UBool U_CALLCONV 147 static UBool U_CALLCONV [all …]
|
D | uset_imp.h | 27 typedef void U_CALLCONV 30 typedef void U_CALLCONV 33 typedef void U_CALLCONV 36 typedef void U_CALLCONV 39 typedef void U_CALLCONV
|
D | uenumimp.h | 42 typedef void U_CALLCONV 55 typedef int32_t U_CALLCONV 70 typedef const UChar* U_CALLCONV 87 typedef const char* U_CALLCONV 101 typedef void U_CALLCONV
|
D | udataswp.h | 87 typedef int32_t U_CALLCONV 96 typedef uint16_t U_CALLCONV 103 typedef uint32_t U_CALLCONV 110 typedef void U_CALLCONV 117 typedef void U_CALLCONV 130 typedef int32_t U_CALLCONV 146 typedef void U_CALLCONV
|
D | udataswp.c | 30 static int32_t U_CALLCONV 60 static int32_t U_CALLCONV 78 static int32_t U_CALLCONV 108 static int32_t U_CALLCONV 126 static int32_t U_CALLCONV 157 static int32_t U_CALLCONV 175 static uint16_t U_CALLCONV 180 static uint16_t U_CALLCONV 185 static uint32_t U_CALLCONV 190 static uint32_t U_CALLCONV [all …]
|
D | ustr_imp.h | 139 typedef int32_t U_CALLCONV 148 U_CFUNC int32_t U_CALLCONV 155 U_CFUNC int32_t U_CALLCONV 164 U_CFUNC int32_t U_CALLCONV 173 U_CFUNC int32_t U_CALLCONV 197 typedef int32_t U_CALLCONV 204 U_CFUNC int32_t U_CALLCONV
|
D | ustrenum.cpp | 191 static void U_CALLCONV in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 200 static int32_t U_CALLCONV 210 static const UChar* U_CALLCONV 221 static const char* U_CALLCONV 232 static void U_CALLCONV 287 static void U_CALLCONV 292 static int32_t U_CALLCONV 298 static const UChar* U_CALLCONV 314 static const char* U_CALLCONV 329 static void U_CALLCONV
|
D | uelement.h | 49 typedef UBool U_CALLCONV UElementsAreEqual(const UElement e1, const UElement e2); 57 typedef int8_t U_CALLCONV UElementComparator(UElement e1, UElement e2); 65 typedef void U_CALLCONV UElementAssigner(UElement *dst, UElement *src);
|
D | locavailable.cpp | 42 static UBool U_CALLCONV locale_available_cleanup(void) in locale_available_cleanup() 60 void U_CALLCONV locale_available_init() { in locale_available_init() 107 static UBool U_CALLCONV uloc_cleanup(void) { in uloc_cleanup() 125 static void U_CALLCONV loadInstalledLocales() { in loadInstalledLocales()
|
D | loadednormalizer2impl.cpp | 39 static UBool U_CALLCONV 51 UBool U_CALLCONV 129 static UBool U_CALLCONV uprv_loaded_normalizer2_cleanup(); 140 static void U_CALLCONV initSingletons(const char *what, UErrorCode &errorCode) { in initSingletons() 153 static void U_CALLCONV deleteNorm2AllModes(void *allModes) { in deleteNorm2AllModes() 157 static UBool U_CALLCONV uprv_loaded_normalizer2_cleanup() { in uprv_loaded_normalizer2_cleanup()
|
D | ucln.h | 70 typedef UBool U_CALLCONV cleanupFunc(void); 71 typedef void U_CALLCONV initFunc(UErrorCode *);
|
D | uinit.cpp | 29 static UBool U_CALLCONV uinit_cleanup() { in uinit_cleanup() 34 static void U_CALLCONV
|
D | utext.cpp | 768 static UText * U_CALLCONV 903 static int64_t U_CALLCONV 929 static UBool U_CALLCONV 1463 static int32_t U_CALLCONV 1521 static int64_t U_CALLCONV 1534 static int32_t U_CALLCONV 1547 static UText * U_CALLCONV 1577 static void U_CALLCONV 1680 static UText * U_CALLCONV 1702 static void U_CALLCONV [all …]
|
D | ucmndata.h | 83 (U_CALLCONV * LookupFn)(const UDataMemory *pData, 89 (U_CALLCONV * NumEntriesFn)(const UDataMemory *pData);
|
/external/icu/icu4c/source/test/intltest/ |
D | ucdtest.h | 11 U_CFUNC void U_CALLCONV unicodeDataLineFn(void *context, 15 U_CFUNC void U_CALLCONV 45 friend void U_CALLCONV unicodeDataLineFn(void *context, 49 friend void U_CALLCONV
|
/external/icu/icu4c/source/samples/uciter8/ |
D | uit_len8.c | 109 static int32_t U_CALLCONV 201 static int32_t U_CALLCONV 374 static UBool U_CALLCONV 379 static UBool U_CALLCONV 384 static UChar32 U_CALLCONV 406 static UChar32 U_CALLCONV 443 static UChar32 U_CALLCONV 479 static uint32_t U_CALLCONV 488 static void U_CALLCONV
|
/external/icu/icu4c/source/test/perf/ucnvavailperf/ |
D | ucnvavailperf.cpp | 51 void *U_CALLCONV 63 void U_CALLCONV 73 void *U_CALLCONV
|
/external/icu/icu4c/source/test/cintltst/ |
D | uenumtst.c | 49 static void U_CALLCONV 58 static int32_t U_CALLCONV 63 static const UChar* U_CALLCONV 80 static const char* U_CALLCONV 92 static void U_CALLCONV 154 static void U_CALLCONV 159 static int32_t U_CALLCONV 164 static const UChar* U_CALLCONV 176 static void U_CALLCONV
|
/external/icu/icu4c/source/i18n/ |
D | csdetect.cpp | 54 static UBool U_CALLCONV csdet_cleanup(void) in csdet_cleanup() 72 static int32_t U_CALLCONV 84 static void U_CALLCONV initRecognizers(UErrorCode &status) { in initRecognizers() 338 static void U_CALLCONV 347 static int32_t U_CALLCONV 375 static const char* U_CALLCONV 415 static void U_CALLCONV
|
D | regextxt.h | 41 U_CFUNC UChar U_CALLCONV 43 U_CFUNC UChar U_CALLCONV
|
D | regextxt.cpp | 17 U_CFUNC UChar U_CALLCONV 41 U_CFUNC UChar U_CALLCONV
|
12345678