/external/icu/icu4c/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_EXPORT2 [all...] |
filetools.h | 26 U_CAPI UBool U_EXPORT2 29 U_CAPI void U_EXPORT2
|
toolutil.h | 67 U_CAPI const char * U_EXPORT2 77 U_CAPI const char * U_EXPORT2 94 U_CAPI const char * U_EXPORT2 100 U_CAPI int32_t U_EXPORT2 108 U_CAPI void U_EXPORT2 117 U_CAPI UBool U_EXPORT2 125 /*U_CAPI UDate U_EXPORT2 151 U_CAPI UToolMemory * U_EXPORT2 157 U_CAPI void U_EXPORT2 164 U_CAPI void * U_EXPORT2 [all...] |
/external/icu/icu4c/source/common/ |
ustr_cnv.h | 29 U_CAPI UConverter* U_EXPORT2 37 U_CAPI void U_EXPORT2 44 U_CAPI void U_EXPORT2
|
icuplugimp.h | 37 U_INTERNAL void * U_EXPORT2 46 U_INTERNAL void U_EXPORT2 56 U_INTERNAL char * U_EXPORT2 70 U_INTERNAL void U_EXPORT2 77 U_INTERNAL UPlugData* U_EXPORT2 84 U_INTERNAL const char* U_EXPORT2
|
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...] |
wintz.h | 29 U_CFUNC const char* U_EXPORT2
|
/external/icu/icu4c/source/layoutex/layout/ |
plruns.h | 56 U_INTERNAL pl_fontRuns * U_EXPORT2 72 U_INTERNAL pl_fontRuns * U_EXPORT2 83 U_INTERNAL void U_EXPORT2 95 U_INTERNAL le_int32 U_EXPORT2 105 U_INTERNAL void U_EXPORT2 118 U_INTERNAL le_int32 U_EXPORT2 131 U_INTERNAL le_int32 U_EXPORT2 147 U_INTERNAL const le_font * U_EXPORT2 170 U_INTERNAL le_int32 U_EXPORT2 189 U_INTERNAL pl_valueRuns * U_EXPORT2 [all...] |
playout.h | 96 U_INTERNAL pl_paragraph * U_EXPORT2 116 U_INTERNAL void U_EXPORT2 132 U_INTERNAL le_bool U_EXPORT2 147 U_INTERNAL UBiDiLevel U_EXPORT2 161 U_INTERNAL UBiDiDirection U_EXPORT2 179 U_INTERNAL le_int32 U_EXPORT2 192 U_INTERNAL le_int32 U_EXPORT2 205 U_INTERNAL le_int32 U_EXPORT2 215 U_INTERNAL void U_EXPORT2 236 U_INTERNAL pl_line * U_EXPORT2 [all...] |
/external/icu/icu4c/source/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_EXPORT2 [all...] |
zonemeta.h | 37 static UnicodeString& U_EXPORT2 getCanonicalCLDRID(const UnicodeString &tzid, UnicodeString &systemID, UErrorCode& status); 44 static const UChar* U_EXPORT2 getCanonicalCLDRID(const UnicodeString &tzid, UErrorCode& status); 49 static const UChar* U_EXPORT2 getCanonicalCLDRID(const TimeZone& tz); 59 static UnicodeString& U_EXPORT2 getCanonicalCountry(const UnicodeString &tzid, UnicodeString &country, UBool *isPrimary = NULL); 64 static UnicodeString& U_EXPORT2 getMetazoneID(const UnicodeString &tzid, UDate date, UnicodeString &result); 68 static UnicodeString& U_EXPORT2 getZoneIdByMetazone(const UnicodeString &mzid, const UnicodeString ®ion, UnicodeString &result); 70 static const UVector* U_EXPORT2 getMetazoneMappings(const UnicodeString &tzid); 72 static const UVector* U_EXPORT2 getAvailableMetazoneIDs(); 78 static const UChar* U_EXPORT2 findTimeZoneID(const UnicodeString& tzid); 84 static const UChar* U_EXPORT2 findMetaZoneID(const UnicodeString& mzid) [all...] |
decNumber.h | 113 U_INTERNAL decNumber * U_EXPORT2 uprv_decNumberFromInt32(decNumber *, int32_t); 114 U_INTERNAL decNumber * U_EXPORT2 uprv_decNumberFromUInt32(decNumber *, uint32_t); 115 U_INTERNAL decNumber * U_EXPORT2 uprv_decNumberFromString(decNumber *, const char *, decContext *); 116 U_INTERNAL char * U_EXPORT2 uprv_decNumberToString(const decNumber *, char *); 117 U_INTERNAL char * U_EXPORT2 uprv_decNumberToEngString(const decNumber *, char *); 118 U_INTERNAL uint32_t U_EXPORT2 uprv_decNumberToUInt32(const decNumber *, decContext *); 119 U_INTERNAL int32_t U_EXPORT2 uprv_decNumberToInt32(const decNumber *, decContext *); 120 U_INTERNAL uint8_t * U_EXPORT2 uprv_decNumberGetBCD(const decNumber *, uint8_t *); 121 U_INTERNAL decNumber * U_EXPORT2 uprv_decNumberSetBCD(decNumber *, const uint8_t *, uint32_t); 124 U_INTERNAL decNumber * U_EXPORT2 uprv_decNumberAbs(decNumber *, const decNumber *, decContext *) [all...] |
/external/icu/icu4c/source/common/unicode/ |
icuplug.h | 72 * U_CAPI UPlugTokenReturn U_EXPORT2 186 typedef UPlugTokenReturn (U_EXPORT2 UPlugEntrypoint) ( 201 U_INTERNAL void U_EXPORT2 210 U_INTERNAL void U_EXPORT2 219 U_INTERNAL UPlugLevel U_EXPORT2 229 U_INTERNAL UPlugLevel U_EXPORT2 238 U_INTERNAL UErrorCode U_EXPORT2 247 U_INTERNAL void U_EXPORT2 256 U_INTERNAL const char * U_EXPORT2 265 U_INTERNAL const char * U_EXPORT2 [all...] |
putil.h | 67 U_STABLE const char* U_EXPORT2 u_getDataDirectory(void); 89 U_STABLE void U_EXPORT2 u_setDataDirectory(const char *directory); 100 U_INTERNAL const char * U_EXPORT2 u_getTimeZoneFilesDirectory(UErrorCode *status); 110 U_INTERNAL void U_EXPORT2 u_setTimeZoneFilesDirectory(const char *path, UErrorCode *status); 156 U_STABLE void U_EXPORT2 178 U_STABLE void U_EXPORT2
|
uenum.h | 48 U_STABLE void U_EXPORT2 84 U_STABLE int32_t U_EXPORT2 108 U_STABLE const UChar* U_EXPORT2 141 U_STABLE const char* U_EXPORT2 155 U_STABLE void U_EXPORT2 169 U_STABLE UEnumeration* U_EXPORT2 185 U_STABLE UEnumeration* U_EXPORT2 202 U_STABLE UEnumeration* U_EXPORT2
|
locid.h | 188 static const Locale &U_EXPORT2 getRoot(void); 190 static const Locale &U_EXPORT2 getEnglish(void); 192 static const Locale &U_EXPORT2 getFrench(void); 194 static const Locale &U_EXPORT2 getGerman(void); 196 static const Locale &U_EXPORT2 getItalian(void); 198 static const Locale &U_EXPORT2 getJapanese(void); 200 static const Locale &U_EXPORT2 getKorean(void); 202 static const Locale &U_EXPORT2 getChinese(void); 204 static const Locale &U_EXPORT2 getSimplifiedChinese(void); 206 static const Locale &U_EXPORT2 getTraditionalChinese(void) [all...] |
ucnv.h | 198 typedef void (U_EXPORT2 *UConverterToUCallback) ( 221 typedef void (U_EXPORT2 *UConverterFromUCallback) ( 310 U_STABLE int U_EXPORT2 364 U_STABLE UConverter* U_EXPORT2 394 U_STABLE UConverter* U_EXPORT2 462 U_STABLE UConverter* U_EXPORT2 497 U_STABLE UConverter* U_EXPORT2 539 U_STABLE UConverter * U_EXPORT2 568 U_STABLE void U_EXPORT2 607 U_STABLE void U_EXPORT2 [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
ucoleitr.h | 110 U_STABLE UCollationElements* U_EXPORT2 124 U_STABLE int32_t U_EXPORT2 133 U_STABLE void U_EXPORT2 145 U_STABLE void U_EXPORT2 157 U_STABLE int32_t U_EXPORT2 173 U_STABLE int32_t U_EXPORT2 187 U_STABLE int32_t U_EXPORT2 202 U_STABLE void U_EXPORT2 217 U_STABLE int32_t U_EXPORT2 232 U_STABLE void U_EXPORT2 [all...] |
uformattable.h | 74 U_STABLE UFormattable* U_EXPORT2 83 U_STABLE void U_EXPORT2 115 U_STABLE UFormattableType U_EXPORT2 126 U_STABLE UBool U_EXPORT2 139 U_STABLE UDate U_EXPORT2 157 U_STABLE double U_EXPORT2 178 U_STABLE int32_t U_EXPORT2 199 U_STABLE int64_t U_EXPORT2 212 U_STABLE const void *U_EXPORT2 227 U_STABLE const UChar* U_EXPORT2 [all...] |
uregion.h | 132 U_STABLE const URegion* U_EXPORT2 140 U_STABLE const URegion* U_EXPORT2 148 U_STABLE UEnumeration* U_EXPORT2 155 U_STABLE UBool U_EXPORT2 164 U_STABLE const URegion* U_EXPORT2 176 U_STABLE const URegion* U_EXPORT2 189 U_STABLE UEnumeration* U_EXPORT2 201 U_STABLE UEnumeration* U_EXPORT2 209 U_STABLE UBool U_EXPORT2 220 U_STABLE UEnumeration* U_EXPORT2 [all...] |
unumsys.h | 55 U_STABLE UNumberingSystem * U_EXPORT2 76 U_STABLE UNumberingSystem * U_EXPORT2 84 U_STABLE void U_EXPORT2 111 U_STABLE UEnumeration * U_EXPORT2 123 U_STABLE const char * U_EXPORT2 134 U_STABLE UBool U_EXPORT2 145 U_STABLE int32_t U_EXPORT2 164 U_STABLE int32_t U_EXPORT2
|
ucsdet.h | 72 U_STABLE UCharsetDetector * U_EXPORT2 84 U_STABLE void U_EXPORT2 121 U_STABLE void U_EXPORT2 143 U_STABLE void U_EXPORT2 172 U_STABLE const UCharsetMatch * U_EXPORT2 206 U_STABLE const UCharsetMatch ** U_EXPORT2 226 U_STABLE const char * U_EXPORT2 252 U_STABLE int32_t U_EXPORT2 284 U_STABLE const char * U_EXPORT2 310 U_STABLE int32_t U_EXPORT2 [all...] |
/external/icu/icu4c/source/samples/uciter8/ |
uit_len8.h | 26 U_CAPI void U_EXPORT2
|
/external/icu/icu4c/source/io/unicode/ |
ustdio.h | 240 U_STABLE UFILE* U_EXPORT2 263 U_STABLE UFILE* U_EXPORT2 285 U_STABLE UFILE* U_EXPORT2 306 U_STABLE UFILE* U_EXPORT2 325 U_STABLE UFILE* U_EXPORT2 336 U_STABLE void U_EXPORT2 366 U_STABLE UBool U_EXPORT2 379 U_STABLE void U_EXPORT2 396 U_STABLE FILE* U_EXPORT2 409 U_STABLE const char* U_EXPORT2 [all...] |