Home
last modified time | relevance | path

Searched refs:d2utable (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
DdecNumberLocal.h232 #define D2U(d) ((unsigned)((d)<=DECMAXD2U?d2utable[d]:((d)+7)>>3))
234 #define D2U(d) ((unsigned)((d)<=DECMAXD2U?d2utable[d]:((d)+3)>>2))
236 #define D2U(d) ((d)<=DECMAXD2U?d2utable[d]:((d)+DECDPUN-1)/DECDPUN)
DdecNumber.cpp190 static const uByte d2utable[DECMAXD2U+1]=D2UTABLE; variable