HomeSort by relevance Sort by last modified time
    Searched defs:uShort (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
decNumberLocal.h 72 #define uShort uint16_t
95 extern const uShort DPD2BIN[1024]; /* DPD -> 0-999 */
96 extern const uShort BIN2DPD[1000]; /* 0-999 -> DPD */
101 extern const uShort BCD2DPD[2458]; /* 0-0x999 -> DPD (0x999=2457)*/
    [all...]
  /external/icu/icu4c/source/i18n/
decNumberLocal.h 72 #define uShort uint16_t
    [all...]
  /external/valgrind/main/none/tests/amd64/
pcmpstr64w.c 13 typedef unsigned short UShort;
23 UShort uShort[8];
111 res |= ((arg->uShort[i] == 0) ? 1 : 0) << i;
232 UShort* argL = (UShort*)argLV;
233 UShort* argR = (UShort*)argRV;
236 UShort cL = argL[i];
237 UShort cR = argR[i]
    [all...]

Completed in 1428 milliseconds