Lines Matching refs:b1Len
202 int32_t b1Len; in process() local
208 b1Len = map(src, srcLength, b1, b1String.getCapacity(), allowUnassigned, parseError, status); in process()
209 b1String.releaseBuffer(b1Len); in process()
214 b1 = b1String.getBuffer(b1Len); in process()
216 … b1Len = map(src, srcLength, b1, b1String.getCapacity(), allowUnassigned, parseError, status); in process()
217 b1String.releaseBuffer(b1Len); in process()
221 b1Len = 0; in process()
226 for(; b1Index<b1Len; ){ in process()
230 U16_NEXT(b1, b1Index, b1Len, ch); in process()
234 b1Len = 0; in process()
253 b1Len = 0; in process()
266 if(b1Len <= destCapacity){ in process()
267 uprv_memmove(dest,b1, b1Len*U_SIZEOF_UCHAR); in process()
271 return u_terminateUChars(dest, destCapacity, b1Len, &status); in process()