Searched refs:DFISCC01 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumberLocal.h352 /* DFISCC01 -- test for coefficient contains only 0s and 1s */
378 #define DFISCC01(df) ((DFWORD(df, 0)&~0xfffc9124)==0 \ macro
395 #define DFISCC01(df) ((DFWORD(df, 0)&~0xffffc912)==0 \ macro
/external/icu4c/i18n/
H A DdecNumberLocal.h340 /* DFISCC01 -- test for coefficient contains only 0s and 1s */
366 #define DFISCC01(df) ((DFWORD(df, 0)&~0xfffc9124)==0 \ macro
383 #define DFISCC01(df) ((DFWORD(df, 0)&~0xffffc912)==0 \ macro

Completed in 53 milliseconds