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

  /external/icu/icu4c/source/i18n/
decNumberLocal.h 120 /* Variables needed are uswork, uiwork, etc. [so do not use at same */
125 #define UBTOUI(b) (memcpy((void *)&uiwork, b, 4), uiwork)
128 /* Returns i, evaluated, for convenience; has to use uiwork because */
131 #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork)
    [all...]
decNumber.cpp 8142 uInt uiwork; \/* for macros *\/ local
8170 uInt uiwork; \/* for macros *\/ local
    [all...]

Completed in 249 milliseconds