HomeSort by relevance Sort by last modified time
    Searched refs:uiwork (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
decNumberLocal.h 117 /* 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)
    [all...]
decNumber.c 8138 uInt uiwork; \/* for macros *\/ local
8166 uInt uiwork; \/* for macros *\/ local
    [all...]

Completed in 38 milliseconds