Lines Matching refs:b1Len
204 int32_t b1Len; in process() local
210 b1Len = map(src, srcLength, b1, b1String.getCapacity(), allowUnassigned, parseError, status); in process()
211 b1String.releaseBuffer(b1Len); in process()
216 b1 = b1String.getBuffer(b1Len); in process()
218 … b1Len = map(src, srcLength, b1, b1String.getCapacity(), allowUnassigned, parseError, status); in process()
219 b1String.releaseBuffer(b1Len); in process()
223 b1Len = 0; in process()
228 for(; b1Index<b1Len; ){ in process()
232 U16_NEXT(b1, b1Index, b1Len, ch); in process()
236 b1Len = 0; in process()
255 b1Len = 0; in process()
268 if(b1Len <= destCapacity){ in process()
269 u_memmove(dest, b1, b1Len); in process()
273 return u_terminateUChars(dest, destCapacity, b1Len, &status); in process()