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

  /external/chromium/third_party/icu/source/i18n/
astro.cpp 56 // must use double parens, i.e.: U_DEBUG_ASTRO_MSG(("four is: %d",4));
57 #define U_DEBUG_ASTRO_MSG(x) {debug_astro_loc(__FILE__,__LINE__);debug_astro_msg x;}
59 #define U_DEBUG_ASTRO_MSG(x)
303 U_DEBUG_ASTRO_MSG(("setTime(%.1lf, %sL)\n", aTime, debug_astro_date(aTime+fGmtOffset)));
751 U_DEBUG_ASTRO_MSG(("Noon=%.2lf, %sL, gmtoff %.2lf\n", noon, debug_astro_date(noon+fGmtOffset), fGmtOffset));
753 U_DEBUG_ASTRO_MSG(("added %.2lf ms as a guess,\n", ((rise ? -6. : 6.) * HOUR_MS)));
    [all...]
  /external/icu4c/i18n/
astro.cpp 56 // must use double parens, i.e.: U_DEBUG_ASTRO_MSG(("four is: %d",4));
57 #define U_DEBUG_ASTRO_MSG(x) {debug_astro_loc(__FILE__,__LINE__);debug_astro_msg x;}
59 #define U_DEBUG_ASTRO_MSG(x)
303 U_DEBUG_ASTRO_MSG(("setTime(%.1lf, %sL)\n", aTime, debug_astro_date(aTime+fGmtOffset)));
751 U_DEBUG_ASTRO_MSG(("Noon=%.2lf, %sL, gmtoff %.2lf\n", noon, debug_astro_date(noon+fGmtOffset), fGmtOffset));
753 U_DEBUG_ASTRO_MSG(("added %.2lf ms as a guess,\n", ((rise ? -6. : 6.) * HOUR_MS)));
    [all...]

Completed in 30 milliseconds