Searched refs:U_INTERNAL (Results 1 – 25 of 32) sorted by relevance
12
/external/icu/icu4c/source/i18n/ |
D | decNumber.h | 115 U_INTERNAL decNumber * U_EXPORT2 uprv_decNumberFromInt32(decNumber *, int32_t); 116 U_INTERNAL decNumber * U_EXPORT2 uprv_decNumberFromUInt32(decNumber *, uint32_t); 117 …U_INTERNAL decNumber * U_EXPORT2 uprv_decNumberFromString(decNumber *, const char *, decContext *); 118 U_INTERNAL char * U_EXPORT2 uprv_decNumberToString(const decNumber *, char *); 119 U_INTERNAL char * U_EXPORT2 uprv_decNumberToEngString(const decNumber *, char *); 120 U_INTERNAL uint32_t U_EXPORT2 uprv_decNumberToUInt32(const decNumber *, decContext *); 121 U_INTERNAL int32_t U_EXPORT2 uprv_decNumberToInt32(const decNumber *, decContext *); 122 U_INTERNAL uint8_t * U_EXPORT2 uprv_decNumberGetBCD(const decNumber *, uint8_t *); 123 U_INTERNAL decNumber * U_EXPORT2 uprv_decNumberSetBCD(decNumber *, const uint8_t *, uint32_t); 126 U_INTERNAL decNumber * U_EXPORT2 uprv_decNumberAbs(decNumber *, const decNumber *, decContext *); [all …]
|
D | decContext.h | 253 U_INTERNAL decContext * U_EXPORT2 uprv_decContextClearStatus(decContext *, uint32_t); 254 U_INTERNAL decContext * U_EXPORT2 uprv_decContextDefault(decContext *, int32_t); 255 U_INTERNAL enum rounding U_EXPORT2 uprv_decContextGetRounding(decContext *); 256 U_INTERNAL uint32_t U_EXPORT2 uprv_decContextGetStatus(decContext *); 257 U_INTERNAL decContext * U_EXPORT2 uprv_decContextRestoreStatus(decContext *, uint32_t, uint32_t); 258 U_INTERNAL uint32_t U_EXPORT2 uprv_decContextSaveStatus(decContext *, uint32_t); 259 U_INTERNAL decContext * U_EXPORT2 uprv_decContextSetRounding(decContext *, enum rounding); 260 U_INTERNAL decContext * U_EXPORT2 uprv_decContextSetStatus(decContext *, uint32_t); 261 U_INTERNAL decContext * U_EXPORT2 uprv_decContextSetStatusFromString(decContext *, const char *); 262 …U_INTERNAL decContext * U_EXPORT2 uprv_decContextSetStatusFromStringQuiet(decContext *, const cha… [all …]
|
D | ucol_imp.h | 47 U_INTERNAL UBool U_EXPORT2
|
D | vzone.h | 286 U_INTERNAL UBool U_EXPORT2
|
/external/icu/icu4c/source/layoutex/layout/ |
D | playout.h | 98 U_INTERNAL pl_paragraph * U_EXPORT2 118 U_INTERNAL void U_EXPORT2 134 U_INTERNAL le_bool U_EXPORT2 149 U_INTERNAL UBiDiLevel U_EXPORT2 163 U_INTERNAL UBiDiDirection U_EXPORT2 181 U_INTERNAL le_int32 U_EXPORT2 194 U_INTERNAL le_int32 U_EXPORT2 207 U_INTERNAL le_int32 U_EXPORT2 217 U_INTERNAL void U_EXPORT2 238 U_INTERNAL pl_line * U_EXPORT2 [all …]
|
D | plruns.h | 58 U_INTERNAL pl_fontRuns * U_EXPORT2 74 U_INTERNAL pl_fontRuns * U_EXPORT2 85 U_INTERNAL void U_EXPORT2 97 U_INTERNAL le_int32 U_EXPORT2 107 U_INTERNAL void U_EXPORT2 120 U_INTERNAL le_int32 U_EXPORT2 133 U_INTERNAL le_int32 U_EXPORT2 149 U_INTERNAL const le_font * U_EXPORT2 172 U_INTERNAL le_int32 U_EXPORT2 191 U_INTERNAL pl_valueRuns * U_EXPORT2 [all …]
|
/external/icu/icu4c/source/common/ |
D | putilimp.h | 282 U_INTERNAL UBool U_EXPORT2 uprv_isNaN(double d); 287 U_INTERNAL UBool U_EXPORT2 uprv_isInfinite(double d); 292 U_INTERNAL UBool U_EXPORT2 uprv_isPositiveInfinity(double d); 297 U_INTERNAL UBool U_EXPORT2 uprv_isNegativeInfinity(double d); 302 U_INTERNAL double U_EXPORT2 uprv_getNaN(void); 307 U_INTERNAL double U_EXPORT2 uprv_getInfinity(void); 313 U_INTERNAL double U_EXPORT2 uprv_trunc(double d); 318 U_INTERNAL double U_EXPORT2 uprv_floor(double d); 323 U_INTERNAL double U_EXPORT2 uprv_ceil(double d); 328 U_INTERNAL double U_EXPORT2 uprv_fabs(double d); [all …]
|
D | icuplugimp.h | 39 U_INTERNAL void * U_EXPORT2 48 U_INTERNAL void U_EXPORT2 58 U_INTERNAL char * U_EXPORT2 72 U_INTERNAL void U_EXPORT2 79 U_INTERNAL UPlugData* U_EXPORT2 86 U_INTERNAL const char* U_EXPORT2
|
D | uinvchar.h | 40 U_INTERNAL UBool U_EXPORT2 53 U_INTERNAL UBool U_EXPORT2 65 U_INTERNAL inline UBool U_EXPORT2 91 U_INTERNAL int32_t U_EXPORT2 111 U_INTERNAL char U_EXPORT2 132 U_INTERNAL uint8_t* U_EXPORT2 141 U_INTERNAL uint8_t* U_EXPORT2
|
D | uresdata.h | 403 U_INTERNAL void U_EXPORT2 423 U_INTERNAL UResType U_EXPORT2 431 U_INTERNAL const UChar * U_EXPORT2 434 U_INTERNAL const UChar * U_EXPORT2 437 U_INTERNAL const uint8_t * U_EXPORT2 440 U_INTERNAL const int32_t * U_EXPORT2 443 U_INTERNAL Resource U_EXPORT2 446 U_INTERNAL int32_t U_EXPORT2 449 U_INTERNAL Resource U_EXPORT2 452 U_INTERNAL Resource U_EXPORT2 [all …]
|
D | umutex.h | 411 U_INTERNAL void U_EXPORT2 umtx_lock(UMutex* mutex); 417 U_INTERNAL void U_EXPORT2 umtx_unlock (UMutex* mutex); 428 U_INTERNAL void U_EXPORT2 umtx_condWait(UConditionVar *cond, UMutex *mutex); 438 U_INTERNAL void U_EXPORT2 umtx_condBroadcast(UConditionVar *cond); 444 U_INTERNAL void U_EXPORT2 umtx_condSignal(UConditionVar *cond);
|
D | putil.cpp | 2125 U_INTERNAL void * U_EXPORT2 2139 U_INTERNAL void U_EXPORT2 2145 U_INTERNAL UVoidFunction* U_EXPORT2 2167 U_INTERNAL void * U_EXPORT2 2174 U_INTERNAL void U_EXPORT2 2182 U_INTERNAL UVoidFunction* U_EXPORT2 2196 U_INTERNAL void * U_EXPORT2 2211 U_INTERNAL void U_EXPORT2 2222 U_INTERNAL UVoidFunction* U_EXPORT2 2248 U_INTERNAL void * U_EXPORT2 [all …]
|
D | ucol_swp.h | 34 U_INTERNAL UBool U_EXPORT2
|
D | icuplug.cpp | 148 U_INTERNAL char * U_EXPORT2 164 U_INTERNAL void * U_EXPORT2 212 U_INTERNAL void U_EXPORT2 510 U_INTERNAL UPlugData* U_EXPORT2 710 U_INTERNAL const char* U_EXPORT2
|
D | uinvchar.c | 568 U_INTERNAL uint8_t* U_EXPORT2 589 U_INTERNAL uint8_t* U_EXPORT2
|
D | utrie2.h | 827 U_INTERNAL int32_t U_EXPORT2 836 U_INTERNAL int32_t U_EXPORT2
|
/external/icu/icu4c/source/common/unicode/ |
D | icuplug.h | 211 U_INTERNAL void U_EXPORT2 220 U_INTERNAL void U_EXPORT2 229 U_INTERNAL UPlugLevel U_EXPORT2 239 U_INTERNAL UPlugLevel U_EXPORT2 248 U_INTERNAL UErrorCode U_EXPORT2 257 U_INTERNAL void U_EXPORT2 266 U_INTERNAL const char * U_EXPORT2 275 U_INTERNAL const char * U_EXPORT2 285 U_INTERNAL const char * U_EXPORT2 295 U_INTERNAL void * U_EXPORT2 [all …]
|
D | putil.h | 102 U_INTERNAL const char * U_EXPORT2 u_getTimeZoneFilesDirectory(UErrorCode *status); 112 U_INTERNAL void U_EXPORT2 u_setTimeZoneFilesDirectory(const char *path, UErrorCode *status);
|
D | umachine.h | 142 #define U_INTERNAL U_CAPI macro
|
/external/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.h | 71 U_INTERNAL void U_EXPORT2 74 U_INTERNAL UBool U_EXPORT2 77 U_INTERNAL void U_EXPORT2 80 U_INTERNAL void U_EXPORT2 83 U_INTERNAL void U_EXPORT2
|
/external/icu/icu4c/source/test/perf/howExpensiveIs/ |
D | sieve.h | 23 U_INTERNAL double uprv_calcSieveTime(void); 32 U_INTERNAL double uprv_getMeanTime(double *times, uint32_t *timeCount, double *marginOfError); 39 U_INTERNAL double uprv_getSieveTime(double *marginOfError);
|
/external/icu/icu4c/source/i18n/unicode/ |
D | udat.h | 1588 U_INTERNAL int32_t U_EXPORT2 1605 U_INTERNAL int32_t U_EXPORT2 1623 U_INTERNAL void U_EXPORT2 1648 U_INTERNAL void U_EXPORT2 1655 U_INTERNAL UDateFormatOpener U_EXPORT2
|
D | ucsdet.h | 392 U_INTERNAL UEnumeration * U_EXPORT2 408 U_INTERNAL void U_EXPORT2
|
D | usearch.h | 822 U_INTERNAL UBool U_EXPORT2 usearch_search(UStringSearch *strsrch, 882 U_INTERNAL UBool U_EXPORT2 usearch_searchBackwards(UStringSearch *strsrch,
|
D | ucol.h | 1424 U_INTERNAL int32_t U_EXPORT2 1449 U_INTERNAL void U_EXPORT2
|
12