HomeSort by relevance Sort by last modified time
    Searched refs:U_CALLCONV (Results 26 - 50 of 328) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/icu/source/common/
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
uiter.cpp 33 static int32_t U_CALLCONV
38 static int32_t U_CALLCONV
43 static UBool U_CALLCONV
48 static UChar32 U_CALLCONV
53 static uint32_t U_CALLCONV
58 static void U_CALLCONV
86 static int32_t U_CALLCONV
106 static int32_t U_CALLCONV
139 static UBool U_CALLCONV
144 static UBool U_CALLCONV
    [all...]
uarrsort.h 39 typedef int32_t U_CALLCONV
ustrenum.cpp 166 static void U_CALLCONV
175 static int32_t U_CALLCONV
185 static const UChar* U_CALLCONV
196 static const char* U_CALLCONV
207 static void U_CALLCONV
262 static void U_CALLCONV
267 static int32_t U_CALLCONV
273 static const char* U_CALLCONV
288 static void U_CALLCONV
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 uint16_t U_CALLCONV
131 static uint16_t U_CALLCONV
136 static uint32_t U_CALLCONV
141 static uint32_t U_CALLCONV
146 static void U_CALLCONV
151 static void U_CALLCONV
    [all...]
propsvec.h 126 typedef void U_CALLCONV
168 U_CAPI void U_CALLCONV
  /external/icu4c/common/
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
ustr_imp.h 120 typedef int32_t U_CALLCONV
129 U_CFUNC int32_t U_CALLCONV
136 U_CFUNC int32_t U_CALLCONV
145 U_CFUNC int32_t U_CALLCONV
154 U_CFUNC int32_t U_CALLCONV
178 typedef int32_t U_CALLCONV
185 U_CFUNC int32_t U_CALLCONV
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...]
uarrsort.h 39 typedef int32_t U_CALLCONV
ustrenum.cpp 175 static void U_CALLCONV
184 static int32_t U_CALLCONV
194 static const UChar* U_CALLCONV
205 static const char* U_CALLCONV
216 static void U_CALLCONV
271 static void U_CALLCONV
276 static int32_t U_CALLCONV
282 static const UChar* U_CALLCONV
298 static const char* U_CALLCONV
313 static void U_CALLCONV
    [all...]
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 uint16_t U_CALLCONV
131 static uint16_t U_CALLCONV
136 static uint32_t U_CALLCONV
141 static uint32_t U_CALLCONV
146 static void U_CALLCONV
151 static void U_CALLCONV
    [all...]
propsvec.h 126 typedef void U_CALLCONV
168 U_CAPI void U_CALLCONV
  /external/chromium_org/third_party/icu/source/test/cintltst/
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
hpmufn.c 88 static void * U_CALLCONV myMemAlloc(const void *context, size_t size) {
97 static void U_CALLCONV myMemFree(const void *context, void *mem) {
107 static void * U_CALLCONV myMemRealloc(const void *context, void *mem, size_t size) {
221 static void U_CALLCONV myMutexInit(const void *context, UMTX *mutex, UErrorCode *status) {
235 static void U_CALLCONV myMutexDestroy(const void *context, UMTX *mutex) {
246 static void U_CALLCONV myMutexLock(const void *context, UMTX *mutex) {
254 static void U_CALLCONV myMutexUnlock(const void *context, UMTX *mutex) {
377 static int32_t U_CALLCONV myIncFunc(const void *context, int32_t *p) {
385 static int32_t U_CALLCONV myDecFunc(const void *context, int32_t *p) {
  /external/chromium_org/third_party/icu/source/common/unicode/
utext.h     [all...]
  /external/icu4c/common/unicode/
utext.h     [all...]
  /external/icu4c/test/cintltst/
hpmufn.c 88 static void * U_CALLCONV myMemAlloc(const void *context, size_t size) {
97 static void U_CALLCONV myMemFree(const void *context, void *mem) {
107 static void * U_CALLCONV myMemRealloc(const void *context, void *mem, size_t size) {
221 static void U_CALLCONV myMutexInit(const void *context, UMTX *mutex, UErrorCode *status) {
235 static void U_CALLCONV myMutexDestroy(const void *context, UMTX *mutex) {
246 static void U_CALLCONV myMutexLock(const void *context, UMTX *mutex) {
254 static void U_CALLCONV myMutexUnlock(const void *context, UMTX *mutex) {
377 static int32_t U_CALLCONV myIncFunc(const void *context, int32_t *p) {
385 static int32_t U_CALLCONV myDecFunc(const void *context, int32_t *p) {
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/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
ctest.h 20 typedef void (U_CALLCONV *TestFunctionPtr)(void);
21 typedef int (U_CALLCONV *ArgHandlerPtr)(int arg, int argc, const char* const argv[], void *context);
  /external/icu4c/tools/ctestfw/unicode/
ctest.h 20 typedef void (U_CALLCONV *TestFunctionPtr)(void);
21 typedef int (U_CALLCONV *ArgHandlerPtr)(int arg, int argc, const char* const argv[], void *context);
  /external/chromium_org/third_party/icu/source/i18n/
csdetect.cpp 40 static UBool U_CALLCONV csdet_cleanup(void)
56 static int32_t U_CALLCONV
347 static void U_CALLCONV
356 static int32_t U_CALLCONV
361 static const char* U_CALLCONV
378 static void U_CALLCONV
  /external/icu4c/i18n/
csdetect.cpp 40 static UBool U_CALLCONV csdet_cleanup(void)
56 static int32_t U_CALLCONV
301 static void U_CALLCONV
310 static int32_t U_CALLCONV
315 static const char* U_CALLCONV
332 static void U_CALLCONV
  /external/icu4c/samples/uciter8/
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/chromium_org/third_party/icu/source/tools/icuinfo/
testplug.c 156 static void * U_CALLCONV myMemAlloc(const void *context, size_t size) {
163 static void U_CALLCONV myMemFree(const void *context, void *mem) {
170 static void * U_CALLCONV myMemRealloc(const void *context, void *mem, size_t size) {

Completed in 1399 milliseconds

12 3 4 5 6 7 8 91011>>