Searched refs:uiwork (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumberLocal.h129 /* Variables needed are uswork, uiwork, etc. [so do not use at same */
134 #define UBTOUI(b) (memcpy((void *)&uiwork, b, 4), uiwork)
137 /* Returns i, evaluated, for convenience; has to use uiwork because */
140 #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork)
H A DdecNumber.c8106 uInt uiwork; /* for macros */ local
8134 uInt uiwork; /* for macros */ local
/external/icu4c/i18n/
H A DdecNumberLocal.h117 /* Variables needed are uswork, uiwork, etc. [so do not use at same */
122 #define UBTOUI(b) (memcpy((void *)&uiwork, b, 4), uiwork)
125 /* Returns i, evaluated, for convenience; has to use uiwork because */
128 #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork)
H A DdecNumber.c8138 uInt uiwork; /* for macros */ local
8166 uInt uiwork; /* for macros */ local

Completed in 135 milliseconds