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

1 2 3

  /external/chromium/third_party/icu/source/common/
putilimp.h 36 U_INTERNAL UBool U_EXPORT2 uprv_isNaN(double d);
41 U_INTERNAL UBool U_EXPORT2 uprv_isInfinite(double d);
46 U_INTERNAL UBool U_EXPORT2 uprv_isPositiveInfinity(double d);
51 U_INTERNAL UBool U_EXPORT2 uprv_isNegativeInfinity(double d);
56 U_INTERNAL double U_EXPORT2 uprv_getNaN(void);
61 U_INTERNAL double U_EXPORT2 uprv_getInfinity(void);
67 U_INTERNAL double U_EXPORT2 uprv_trunc(double d);
72 U_INTERNAL double U_EXPORT2 uprv_floor(double d);
77 U_INTERNAL double U_EXPORT2 uprv_ceil(double d);
82 U_INTERNAL double U_EXPORT2 uprv_fabs(double d)
    [all...]
uinvchar.h 35 U_INTERNAL UBool U_EXPORT2
48 U_INTERNAL UBool U_EXPORT2
uresimp.h 153 U_INTERNAL int32_t U_EXPORT2
166 U_INTERNAL UEnumeration* U_EXPORT2
187 U_INTERNAL UResourceBundle* U_EXPORT2
210 U_INTERNAL const UChar* U_EXPORT2
224 U_INTERNAL void U_EXPORT2
  /external/icu4c/common/
icuplugimp.h 35 U_INTERNAL void * U_EXPORT2
44 U_INTERNAL void U_EXPORT2
54 U_INTERNAL char * U_EXPORT2
68 U_INTERNAL void U_EXPORT2
75 U_INTERNAL UPlugData* U_EXPORT2
82 U_INTERNAL const char* U_EXPORT2
putilimp.h 36 U_INTERNAL UBool U_EXPORT2 uprv_isNaN(double d);
41 U_INTERNAL UBool U_EXPORT2 uprv_isInfinite(double d);
46 U_INTERNAL UBool U_EXPORT2 uprv_isPositiveInfinity(double d);
51 U_INTERNAL UBool U_EXPORT2 uprv_isNegativeInfinity(double d);
56 U_INTERNAL double U_EXPORT2 uprv_getNaN(void);
61 U_INTERNAL double U_EXPORT2 uprv_getInfinity(void);
67 U_INTERNAL double U_EXPORT2 uprv_trunc(double d);
72 U_INTERNAL double U_EXPORT2 uprv_floor(double d);
77 U_INTERNAL double U_EXPORT2 uprv_ceil(double d);
82 U_INTERNAL double U_EXPORT2 uprv_fabs(double d)
    [all...]
uinvchar.h 35 U_INTERNAL UBool U_EXPORT2
48 U_INTERNAL UBool U_EXPORT2
70 U_INTERNAL int32_t U_EXPORT2
uresdata.h 323 U_INTERNAL void U_EXPORT2
343 U_INTERNAL UResType U_EXPORT2
351 U_INTERNAL const UChar * U_EXPORT2
354 U_INTERNAL const UChar * U_EXPORT2
357 U_INTERNAL const uint8_t * U_EXPORT2
360 U_INTERNAL const int32_t * U_EXPORT2
363 U_INTERNAL Resource U_EXPORT2
366 U_INTERNAL int32_t U_EXPORT2
369 U_INTERNAL Resource U_EXPORT2
372 U_INTERNAL Resource U_EXPORT
    [all...]
uresimp.h 167 U_INTERNAL int32_t U_EXPORT2
180 U_INTERNAL UEnumeration* U_EXPORT2
201 U_INTERNAL UResourceBundle* U_EXPORT2
224 U_INTERNAL const UChar* U_EXPORT2
238 U_INTERNAL void U_EXPORT2
ucol_swp.h 32 U_INTERNAL UBool U_EXPORT2
  /external/chromium/third_party/icu/source/tools/toolutil/
pkg_genc.h 12 U_INTERNAL void U_EXPORT2
15 U_INTERNAL UBool U_EXPORT2
18 U_INTERNAL void U_EXPORT2
21 U_INTERNAL void U_EXPORT2
24 U_INTERNAL void U_EXPORT2
  /external/icu4c/tools/toolutil/
pkg_genc.h 12 U_INTERNAL void U_EXPORT2
15 U_INTERNAL UBool U_EXPORT2
18 U_INTERNAL void U_EXPORT2
21 U_INTERNAL void U_EXPORT2
24 U_INTERNAL void U_EXPORT2
  /external/icu4c/layoutex/layout/
plruns.h 53 U_INTERNAL pl_fontRuns * U_EXPORT2
69 U_INTERNAL pl_fontRuns * U_EXPORT2
80 U_INTERNAL void U_EXPORT2
92 U_INTERNAL le_int32 U_EXPORT2
102 U_INTERNAL void U_EXPORT2
115 U_INTERNAL le_int32 U_EXPORT2
128 U_INTERNAL le_int32 U_EXPORT2
144 U_INTERNAL const le_font * U_EXPORT2
167 U_INTERNAL le_int32 U_EXPORT2
186 U_INTERNAL pl_valueRuns * U_EXPORT
    [all...]
playout.h 95 U_INTERNAL pl_paragraph * U_EXPORT2
115 U_INTERNAL void U_EXPORT2
131 U_INTERNAL le_bool U_EXPORT2
146 U_INTERNAL UBiDiLevel U_EXPORT2
160 U_INTERNAL UBiDiDirection U_EXPORT2
178 U_INTERNAL le_int32 U_EXPORT2
191 U_INTERNAL le_int32 U_EXPORT2
204 U_INTERNAL le_int32 U_EXPORT2
214 U_INTERNAL void U_EXPORT2
235 U_INTERNAL pl_line * U_EXPORT
    [all...]
  /external/icu4c/i18n/
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...]
decContext.h 250 U_INTERNAL decContext * U_EXPORT2 uprv_decContextClearStatus(decContext *, uint32_t);
251 U_INTERNAL decContext * U_EXPORT2 uprv_decContextDefault(decContext *, int32_t);
252 U_INTERNAL enum rounding U_EXPORT2 uprv_decContextGetRounding(decContext *);
253 U_INTERNAL uint32_t U_EXPORT2 uprv_decContextGetStatus(decContext *);
254 U_INTERNAL decContext * U_EXPORT2 uprv_decContextRestoreStatus(decContext *, uint32_t, uint32_t);
255 U_INTERNAL uint32_t U_EXPORT2 uprv_decContextSaveStatus(decContext *, uint32_t);
256 U_INTERNAL decContext * U_EXPORT2 uprv_decContextSetRounding(decContext *, enum rounding);
257 U_INTERNAL decContext * U_EXPORT2 uprv_decContextSetStatus(decContext *, uint32_t);
258 U_INTERNAL decContext * U_EXPORT2 uprv_decContextSetStatusFromString(decContext *, const char *);
259 U_INTERNAL decContext * U_EXPORT2 uprv_decContextSetStatusFromStringQuiet(decContext *, const char *)
    [all...]
  /external/icu4c/layout/
loengine.h 51 U_INTERNAL le_engine * U_EXPORT2
66 U_INTERNAL void U_EXPORT2
93 U_INTERNAL le_int32 U_EXPORT2
116 U_INTERNAL le_int32 U_EXPORT2
131 U_INTERNAL void U_EXPORT2
147 U_INTERNAL void U_EXPORT2
164 U_INTERNAL void U_EXPORT2
182 U_INTERNAL void U_EXPORT2
202 U_INTERNAL void U_EXPORT2
219 U_INTERNAL void U_EXPORT
    [all...]
  /external/icu4c/common/unicode/
icudataver.h 45 U_INTERNAL UBool U_EXPORT2 u_isDataOlder(UVersionInfo dataVersionFillin, UBool *isModifiedFillin, UErrorCode *status);
55 U_INTERNAL void U_EXPORT2 u_getDataVersion(UVersionInfo dataVersionFillin, UErrorCode *status);
putil.h 105 U_INTERNAL const char* U_EXPORT2 uprv_getDefaultCodepage(void);
117 U_INTERNAL const char* U_EXPORT2 uprv_getDefaultLocaleID(void);
  /external/chromium/third_party/icu/public/common/unicode/
putil.h 105 U_INTERNAL const char* U_EXPORT2 uprv_getDefaultCodepage(void);
117 U_INTERNAL const char* U_EXPORT2 uprv_getDefaultLocaleID(void);
  /external/webkit/JavaScriptCore/icu/unicode/
putil.h 96 U_INTERNAL const char* U_EXPORT2 uprv_getDefaultCodepage(void);
107 U_INTERNAL const char* U_EXPORT2 uprv_getDefaultLocaleID(void);
  /external/webkit/JavaScriptGlue/icu/unicode/
putil.h 96 U_INTERNAL const char* U_EXPORT2 uprv_getDefaultCodepage(void);
107 U_INTERNAL const char* U_EXPORT2 uprv_getDefaultLocaleID(void);
  /external/webkit/WebCore/icu/unicode/
putil.h 96 U_INTERNAL const char* U_EXPORT2 uprv_getDefaultCodepage(void);
107 U_INTERNAL const char* U_EXPORT2 uprv_getDefaultLocaleID(void);
  /external/webkit/WebKit/mac/icu/unicode/
putil.h 96 U_INTERNAL const char* U_EXPORT2 uprv_getDefaultCodepage(void);
107 U_INTERNAL const char* U_EXPORT2 uprv_getDefaultLocaleID(void);
  /external/chromium/third_party/icu/public/i18n/unicode/
ucoleitr.h 167 U_INTERNAL void U_EXPORT2
214 U_INTERNAL int64_t U_EXPORT2
237 U_INTERNAL int64_t U_EXPORT2
  /external/icu4c/i18n/unicode/
ucoleitr.h 167 U_INTERNAL void U_EXPORT2
214 U_INTERNAL int64_t U_EXPORT2
237 U_INTERNAL int64_t U_EXPORT2

Completed in 664 milliseconds

1 2 3