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

  /external/chromium/third_party/icu/source/tools/toolutil/
ucm.h 39 * u if uLen==1: Unicode code point
40 * else index to uLen code points
43 * uLen number of code points
56 int8_t uLen, bLen, f, moveFlag;
111 (((m)->uLen==1) ? &(m)->u : (t)->codePoints+(m)->u)
ucm.c 46 for(j=0; j<m->uLen; ++j) {
95 if(l->uLen==1 && r->uLen==1) {
105 if(l->uLen<=r->uLen) {
106 length=l->uLen;
108 length=r->uLen;
120 return l->uLen-r->uLen;
363 } else if( mb->uLen<me->uLen &
    [all...]
  /external/icu4c/tools/toolutil/
ucm.h 39 * u if uLen==1: Unicode code point
40 * else index to uLen code points
43 * uLen number of code points
56 int8_t uLen, bLen, f, moveFlag;
111 (((m)->uLen==1) ? &(m)->u : (t)->codePoints+(m)->u)
ucm.c 46 for(j=0; j<m->uLen; ++j) {
95 if(l->uLen==1 && r->uLen==1) {
105 if(l->uLen<=r->uLen) {
106 length=l->uLen;
108 length=r->uLen;
120 return l->uLen-r->uLen;
363 } else if( mb->uLen<me->uLen &
    [all...]
  /hardware/ti/wlan/wl1271/Txn/
SdioBusDrv.c 419 TI_UINT32 uLen;
421 for (uLen = uRemainderLen; uLen < pBusDrv->uTxnLength; uLen += pBusDrv->uBlkSize)
426 pBusDrv->aTxnParts[uPartNum].pHostAddr = (void *)(pHostBuf + uLen);
  /system/wlan/ti/wilink_6_1/Txn/
SdioBusDrv.c 391 TI_UINT32 uLen;
393 for (uLen = uRemainderLen; uLen < uTxnLength; uLen += pBusDrv->uBlkSize)
398 pBusDrv->aTxnParts[uPartNum].pHostAddr = (void *)(pHostBuf + uLen);

Completed in 708 milliseconds