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

/external/icu4c/i18n/
H A DdecNumber.c6675 /* uar is the array */
6682 /* No overflow is permitted (that is, the uar array must be known to */
6685 static Int decShiftToMost(Unit *uar, Int digits, Int shift) { argument
6692 *uar=(Unit)(*uar*powers[shift]);
6697 source=uar+D2U(digits)-1; /* where msu comes from */
6701 for (; source>=uar; source--, target--) *target=*source;
6704 first=uar+D2U(digits+shift)-1; /* where msu of source will end up */
6705 for (; source>=uar; source--, target--) {
6721 for (; target>=uar; targe
6741 decShiftToLeast(Unit *uar, Int units, Int shift) argument
7767 decGetDigits(Unit *uar, Int len) argument
[all...]
/external/icu4c/test/cintltst/
H A Dcloctst.c2412 static const char *acceptResult(UAcceptResult uar) { argument
2413 return udbg_enumName(UDBG_UAcceptResult, uar);

Completed in 191 milliseconds