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

  /external/icu4c/i18n/
decNumberLocal.h 129 /* 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)
    [all...]

Completed in 183 milliseconds