HomeSort by relevance Sort by last modified time
    Searched refs:DECPOWERS (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
decContext.c 41 const uInt DECPOWERS[10]={1, 10, 100, 1000, 10000, 100000, 1000000,
decNumberLocal.h 93 extern const uInt DECPOWERS[10]; /* powers of ten table */
271 pow=DECPOWERS[cut]*2; \
    [all...]
decNumber.c 190 #define powers DECPOWERS /* old internal name */
    [all...]
  /external/icu/icu4c/source/i18n/
decNumberLocal.h 259 pow=DECPOWERS[cut]*2; \
    [all...]
decNumber.c 191 #define powers DECPOWERS /* old internal name */
225 static const uInt DECPOWERS[10]={1, 10, 100, 1000, 10000, 100000, 1000000,
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 51 #define DECPOWERS U_ICU_ENTRY_POINT_RENAME(DECPOWERS)
    [all...]

Completed in 94 milliseconds