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

  /external/chromium_org/third_party/icu/source/i18n/
decNumberLocal.h 352 /* DFISCC01 -- test for coefficient contains only 0s and 1s */
378 #define DFISCC01(df) ((DFWORD(df, 0)&~0xfffc9124)==0 \
395 #define DFISCC01(df) ((DFWORD(df, 0)&~0xffffc912)==0 \
    [all...]
  /external/icu4c/i18n/
decNumberLocal.h 340 /* DFISCC01 -- test for coefficient contains only 0s and 1s */
366 #define DFISCC01(df) ((DFWORD(df, 0)&~0xfffc9124)==0 \
383 #define DFISCC01(df) ((DFWORD(df, 0)&~0xffffc912)==0 \
    [all...]

Completed in 3630 milliseconds