Searched defs:FASTLAZY (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c4888 #define FASTLAZY 18 /* carry resolution point [1->18] */ macro
4892 #define FASTLAZY 1844 /* carry resolution point [1->1844] */ macro
5053 /* (The count is set via FASTLAZY to simplify experiments to */
5056 lazy=FASTLAZY; /* carry delay count */
5064 lazy=FASTLAZY; /* reset delay count */
5071 /* it allows FASTLAZY to be increased to 18 rather than 4 */
/external/icu/icu4c/source/i18n/
H A DdecNumber.c4890 #define FASTLAZY 18 /* carry resolution point [1->18] */ macro
4894 #define FASTLAZY 1844 /* carry resolution point [1->1844] */ macro
5055 /* (The count is set via FASTLAZY to simplify experiments to */
5058 lazy=FASTLAZY; /* carry delay count */
5066 lazy=FASTLAZY; /* reset delay count */
5073 /* it allows FASTLAZY to be increased to 18 rather than 4 */

Completed in 119 milliseconds