Searched refs:d2utable (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumberLocal.h219 /*extern const uByte d2utable[DECMAXD2U+1];*/
229 #define D2U(d) ((unsigned)((d)<=DECMAXD2U?d2utable[d]:((d)+7)>>3))
231 #define D2U(d) ((unsigned)((d)<=DECMAXD2U?d2utable[d]:((d)+3)>>2))
233 #define D2U(d) ((d)<=DECMAXD2U?d2utable[d]:((d)+DECDPUN-1)/DECDPUN)
H A DdecNumber.c188 static const uByte d2utable[DECMAXD2U+1]=D2UTABLE; variable
/external/icu/icu4c/source/i18n/
H A DdecNumberLocal.h219 /*extern const uByte d2utable[DECMAXD2U+1];*/
229 #define D2U(d) ((unsigned)((d)<=DECMAXD2U?d2utable[d]:((d)+7)>>3))
231 #define D2U(d) ((unsigned)((d)<=DECMAXD2U?d2utable[d]:((d)+3)>>2))
233 #define D2U(d) ((d)<=DECMAXD2U?d2utable[d]:((d)+DECDPUN-1)/DECDPUN)
H A DdecNumber.c188 static const uByte d2utable[DECMAXD2U+1]=D2UTABLE; variable

Completed in 392 milliseconds