Searched refs:uar (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c6715 /* uar is the array */
6722 /* No overflow is permitted (that is, the uar array must be known to */
6725 static Int decShiftToMost(Unit *uar, Int digits, Int shift) { argument
6732 *uar=(Unit)(*uar*powers[shift]);
6737 source=uar+D2U(digits)-1; /* where msu comes from */
6741 for (; source>=uar; source--, target--) *target=*source;
6744 first=uar+D2U(digits+shift)-1; /* where msu of source will end up */
6745 for (; source>=uar; source--, target--) {
6761 for (; target>=uar; targe
6781 decShiftToLeast(Unit *uar, Int units, Int shift) argument
7808 decGetDigits(Unit *uar, Int len) argument
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c6717 /* uar is the array */
6724 /* No overflow is permitted (that is, the uar array must be known to */
6727 static Int decShiftToMost(Unit *uar, Int digits, Int shift) { argument
6734 *uar=(Unit)(*uar*powers[shift]);
6739 source=uar+D2U(digits)-1; /* where msu comes from */
6743 for (; source>=uar; source--, target--) *target=*source;
6746 first=uar+D2U(digits+shift)-1; /* where msu of source will end up */
6747 for (; source>=uar; source--, target--) {
6763 for (; target>=uar; targe
6783 decShiftToLeast(Unit *uar, Int units, Int shift) argument
7810 decGetDigits(Unit *uar, Int len) argument
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c2673 static const char *acceptResult(UAcceptResult uar) { argument
2674 return udbg_enumName(UDBG_UAcceptResult, uar);
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c2674 static const char *acceptResult(UAcceptResult uar) { argument
2675 return udbg_enumName(UDBG_UAcceptResult, uar);

Completed in 251 milliseconds