HomeSort by relevance Sort by last modified time
    Searched full:uiwork (Results 1 - 1 of 1) 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...]

Completed in 84 milliseconds