HomeSort by relevance Sort by last modified time
    Searched defs:unext (Results 1 - 3 of 3) sorted by null

  /external/icu4c/common/
ustrenum.cpp 60 StringEnumeration::unext(int32_t *resultLength, UErrorCode &status) { function in class:StringEnumeration
191 return THIS(en)->unext(resultLength, *ec);
  /external/quake/quake/src/QW/client/
d_sprite.c 266 float du, dv, vtop, vbottom, slope, uvert, unext, vvert, vnext; local
301 unext = pnext->u;
302 if (unext < r_refdef.fvrectx_adj)
303 unext = r_refdef.fvrectx_adj;
304 if (unext > r_refdef.fvrectright_adj)
305 unext = r_refdef.fvrectright_adj;
307 du = unext - uvert;
  /external/quake/quake/src/WinQuake/
d_sprite.cpp 266 float du, dv, vtop, vbottom, slope, uvert, unext, vvert, vnext; local
301 unext = pnext->u;
302 if (unext < r_refdef.fvrectx_adj)
303 unext = r_refdef.fvrectx_adj;
304 if (unext > r_refdef.fvrectright_adj)
305 unext = r_refdef.fvrectright_adj;
307 du = unext - uvert;

Completed in 99 milliseconds