Home | History | Annotate | Download | only in i18n

Lines Matching full:uhi

6696 /*   uhi    is the end of the array (highest Unit to include)         */
6698 /* The units ulo through uhi are reversed in place (if the number */
6702 static void decReverse(Unit *ulo, Unit *uhi) {
6704 for (; ulo<uhi; ulo++, uhi--) {
6706 *ulo=*uhi;
6707 *uhi=temp;