Home | History | Annotate | Download | only in intltest

Lines Matching refs:b1Len

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