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

  /external/icu4c/io/
ustream.cpp 52 const UChar *uLimit = us + str.length();
57 ucnv_fromUnicode(converter, &s, sLimit, &us, uLimit, 0, FALSE, &errorCode);
92 const UChar *uLimit = uBuffer + sizeof(uBuffer)/sizeof(*uBuffer);
118 ucnv_toUnicode(converter, &us, uLimit, &s, sLimit, 0, !continueReading, &errorCode);
  /hardware/ti/wlan/wl1271/utils/
queue.h 60 TI_HANDLE que_Create (TI_HANDLE hOs, TI_HANDLE hReport, TI_UINT32 uLimit, TI_UINT32 uNodeHeaderOffset);
queue.c 55 TI_UINT32 uLimit; /* Upper limit of nodes in queue */
132 * \param uLimit - Maximum items to store in queue
137 TI_HANDLE que_Create (TI_HANDLE hOs, TI_HANDLE hReport, TI_UINT32 uLimit, TI_UINT32 uNodeHeaderOffset)
158 pQue->uLimit = uLimit;
239 if(pQue->uCount < pQue->uLimit)
342 if (pQue->uCount < pQue->uLimit)
421 pQue->uCount, pQue->uMaxCount, pQue->uLimit, pQue->uOverflow,

Completed in 542 milliseconds