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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c4688 Flag wasodd=0; /* integer was odd */ local
4709 if (*accnext & 0x01) wasodd=1; /* acc is odd */
4763 if (compare>0 || (compare==0 && wasodd)) { /* adjustment needed */
/external/icu/icu4c/source/i18n/
H A DdecNumber.c4690 Flag wasodd=0; /* integer was odd */ local
4711 if (*accnext & 0x01) wasodd=1; /* acc is odd */
4765 if (compare>0 || (compare==0 && wasodd)) { /* adjustment needed */

Completed in 417 milliseconds