HomeSort by relevance Sort by last modified time
    Searched refs:U_CAPI (Results 1 - 25 of 445) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/icu/source/tools/toolutil/
filestrm.h 32 U_CAPI FileStream* U_EXPORT2
36 U_CAPI FileStream* U_EXPORT2
39 U_CAPI void U_EXPORT2
42 U_CAPI UBool U_EXPORT2
46 U_CAPI FileStream* U_EXPORT2
50 U_CAPI int32_t U_EXPORT2
53 U_CAPI int32_t U_EXPORT2
56 U_CAPI void U_EXPORT2
60 U_CAPI char * U_EXPORT2
63 U_CAPI int32_t U_EXPORT
    [all...]
filetools.h 26 U_CAPI UBool U_EXPORT2
29 U_CAPI void U_EXPORT2
dbgutil.h 20 U_CAPI const U_NAMESPACE_QUALIFIER UnicodeString& U_EXPORT2
26 U_CAPI int32_t U_EXPORT2
34 U_CAPI int32_t U_EXPORT2 udbg_stoi(const U_NAMESPACE_QUALIFIER UnicodeString &s);
36 U_CAPI double U_EXPORT2 udbg_stod(const U_NAMESPACE_QUALIFIER UnicodeString &s);
38 U_CAPI U_NAMESPACE_QUALIFIER UnicodeString * U_EXPORT2
udbgutil.h 44 U_CAPI int32_t U_EXPORT2 udbg_enumCount(UDebugEnumType type);
52 U_CAPI const char * U_EXPORT2 udbg_enumName(UDebugEnumType type, int32_t field);
60 U_CAPI int32_t U_EXPORT2 udbg_enumExpectedCount(UDebugEnumType type);
68 U_CAPI int32_t U_EXPORT2 udbg_enumArrayValue(UDebugEnumType type, int32_t field);
76 U_CAPI int32_t U_EXPORT2 udbg_enumByName(UDebugEnumType type, const char *name);
  /external/icu4c/tools/toolutil/
filestrm.h 32 U_CAPI FileStream* U_EXPORT2
36 U_CAPI FileStream* U_EXPORT2
39 U_CAPI void U_EXPORT2
42 U_CAPI UBool U_EXPORT2
46 U_CAPI FileStream* U_EXPORT2
50 U_CAPI int32_t U_EXPORT2
53 U_CAPI int32_t U_EXPORT2
56 U_CAPI void U_EXPORT2
60 U_CAPI char * U_EXPORT2
63 U_CAPI int32_t U_EXPORT
    [all...]
udbgutil.h 44 U_CAPI int32_t U_EXPORT2 udbg_enumCount(UDebugEnumType type);
52 U_CAPI const char * U_EXPORT2 udbg_enumName(UDebugEnumType type, int32_t field);
60 U_CAPI int32_t U_EXPORT2 udbg_enumExpectedCount(UDebugEnumType type);
68 U_CAPI int32_t U_EXPORT2 udbg_enumArrayValue(UDebugEnumType type, int32_t field);
76 U_CAPI int32_t U_EXPORT2 udbg_enumByName(UDebugEnumType type, const char *name);
82 U_CAPI const char *udbg_getPlatform(void);
90 U_CAPI const char *udbg_getSystemParameterNameByIndex(int32_t i);
99 U_CAPI int32_t udbg_getSystemParameterValueByIndex(int32_t i, char *buffer, int32_t bufferCapacity, UErrorCode *status);
104 U_CAPI void udbg_writeIcuInfo(FILE *f);
filetools.h 26 U_CAPI UBool U_EXPORT2
29 U_CAPI void U_EXPORT2
  /external/chromium_org/third_party/icu/source/common/
ustr_cnv.h 29 U_CAPI UConverter* U_EXPORT2
37 U_CAPI void U_EXPORT2
44 U_CAPI void U_EXPORT2
localsvc.h 22 U_CAPI void* uprv_svc_hook(const char *what, UErrorCode *status);
umutex.h 101 U_CAPI void U_EXPORT2 umtx_lock ( UMTX* mutex );
108 U_CAPI void U_EXPORT2 umtx_unlock ( UMTX* mutex );
119 U_CAPI void U_EXPORT2 umtx_init ( UMTX* mutex );
129 U_CAPI void U_EXPORT2 umtx_destroy( UMTX *mutex );
142 U_CAPI int32_t U_EXPORT2 umtx_atomic_inc(int32_t *);
143 U_CAPI int32_t U_EXPORT2 umtx_atomic_dec(int32_t *);
ulist.h 17 U_CAPI UList * U_EXPORT2 ulist_createEmptyList(UErrorCode *status);
19 U_CAPI void U_EXPORT2 ulist_addItemEndList(UList *list, const void *data, UBool forceDelete, UErrorCode *status);
21 U_CAPI void U_EXPORT2 ulist_addItemBeginList(UList *list, const void *data, UBool forceDelete, UErrorCode *status);
23 U_CAPI UBool U_EXPORT2 ulist_containsString(const UList *list, const char *data, int32_t length);
25 U_CAPI void *U_EXPORT2 ulist_getNext(UList *list);
27 U_CAPI int32_t U_EXPORT2 ulist_getListSize(const UList *list);
29 U_CAPI void U_EXPORT2 ulist_resetList(UList *list);
31 U_CAPI void U_EXPORT2 ulist_deleteList(UList *list);
36 U_CAPI void U_EXPORT2 ulist_close_keyword_values_iterator(UEnumeration *en);
38 U_CAPI int32_t U_EXPORT2 ulist_count_keyword_values(UEnumeration *en, UErrorCode *status)
    [all...]
locmap.h 31 U_CAPI const char *uprv_convertToPosix(uint32_t hostid, UErrorCode* status);
34 U_CAPI uint32_t uprv_convertToLCID(const char *langID, const char* posixID, UErrorCode* status);
uhash.h 207 U_CAPI UHashtable* U_EXPORT2
224 U_CAPI UHashtable* U_EXPORT2
241 U_CAPI UHashtable* U_EXPORT2
252 U_CAPI void U_EXPORT2
263 U_CAPI UHashFunction *U_EXPORT2
273 U_CAPI UKeyComparator *U_EXPORT2
283 U_CAPI UValueComparator *U_EXPORT2
296 U_CAPI UObjectDeleter *U_EXPORT2
309 U_CAPI UObjectDeleter *U_EXPORT2
319 U_CAPI void U_EXPORT2
    [all...]
usc_impl.h 82 U_CAPI UScriptRun * U_EXPORT2
93 U_CAPI void U_EXPORT2
104 U_CAPI void U_EXPORT2
124 U_CAPI void U_EXPORT2
146 U_CAPI UBool U_EXPORT2
  /external/icu4c/common/
ustr_cnv.h 29 U_CAPI UConverter* U_EXPORT2
37 U_CAPI void U_EXPORT2
44 U_CAPI void U_EXPORT2
localsvc.h 22 U_CAPI void* uprv_svc_hook(const char *what, UErrorCode *status);
uhash_us.cpp 18 U_CAPI void U_EXPORT2
ulist.h 17 U_CAPI UList * U_EXPORT2 ulist_createEmptyList(UErrorCode *status);
19 U_CAPI void U_EXPORT2 ulist_addItemEndList(UList *list, const void *data, UBool forceDelete, UErrorCode *status);
21 U_CAPI void U_EXPORT2 ulist_addItemBeginList(UList *list, const void *data, UBool forceDelete, UErrorCode *status);
23 U_CAPI UBool U_EXPORT2 ulist_containsString(const UList *list, const char *data, int32_t length);
25 U_CAPI void *U_EXPORT2 ulist_getNext(UList *list);
27 U_CAPI int32_t U_EXPORT2 ulist_getListSize(const UList *list);
29 U_CAPI void U_EXPORT2 ulist_resetList(UList *list);
31 U_CAPI void U_EXPORT2 ulist_deleteList(UList *list);
36 U_CAPI void U_EXPORT2 ulist_close_keyword_values_iterator(UEnumeration *en);
38 U_CAPI int32_t U_EXPORT2 ulist_count_keyword_values(UEnumeration *en, UErrorCode *status)
    [all...]
locmap.h 31 U_CAPI const char *uprv_convertToPosix(uint32_t hostid, UErrorCode* status);
34 U_CAPI uint32_t uprv_convertToLCID(const char *langID, const char* posixID, UErrorCode* status);
  /external/icu4c/i18n/
ztrans.h 38 U_CAPI ZTrans* U_EXPORT2
44 U_CAPI ZTrans* U_EXPORT2
52 U_CAPI void U_EXPORT2
60 U_CAPI ZTrans* U_EXPORT2
70 U_CAPI UBool U_EXPORT2
78 U_CAPI UDate U_EXPORT2
86 U_CAPI void U_EXPORT2
94 U_CAPI void* U_EXPORT2
104 U_CAPI void U_EXPORT2
113 U_CAPI void U_EXPORT
    [all...]
ztrans.cpp 26 U_CAPI ZTrans* U_EXPORT2
31 U_CAPI ZTrans* U_EXPORT2
36 U_CAPI void U_EXPORT2
41 U_CAPI ZTrans* U_EXPORT2
46 U_CAPI UBool U_EXPORT2
51 U_CAPI UDate U_EXPORT2
56 U_CAPI void U_EXPORT2
61 U_CAPI void* U_EXPORT2
66 U_CAPI void U_EXPORT2
71 U_CAPI void U_EXPORT
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
icuplug.h 72 * U_CAPI UPlugTokenReturn U_EXPORT2
196 U_CAPI void U_EXPORT2
205 U_CAPI void U_EXPORT2
214 U_CAPI UPlugLevel U_EXPORT2
224 U_CAPI UPlugLevel U_EXPORT2
233 U_CAPI UErrorCode U_EXPORT2
242 U_CAPI void U_EXPORT2
251 U_CAPI const char * U_EXPORT2
260 U_CAPI const char * U_EXPORT2
270 U_CAPI const char * U_EXPORT
    [all...]
  /external/icu4c/samples/uciter8/
uit_len8.h 26 U_CAPI void U_EXPORT2
  /external/icu4c/io/
locbund.h 44 U_CAPI ULocaleBundle *
52 /*U_CAPI ULocaleBundle *
60 /*U_CAPI ULocaleBundle *
67 U_CAPI void
75 U_CAPI UNumberFormat *
  /external/chromium_org/third_party/icu/source/i18n/
ztrans.cpp 26 U_CAPI ZTrans* U_EXPORT2
31 U_CAPI ZTrans* U_EXPORT2
36 U_CAPI void U_EXPORT2
41 U_CAPI ZTrans* U_EXPORT2
46 U_CAPI UBool U_EXPORT2
51 U_CAPI UDate U_EXPORT2
56 U_CAPI void U_EXPORT2
61 U_CAPI void* U_EXPORT2
66 U_CAPI void U_EXPORT2
71 U_CAPI void U_EXPORT
    [all...]

Completed in 1124 milliseconds

1 2 3 4 5 6 7 8 91011>>