Home | History | Annotate | Download | only in makeconv

Lines Matching refs:bLen

369     if(m->bLen>extData->maxInBytes) {
370 extData->maxInBytes=m->bLen;
376 ratio=(u16Length+(m->bLen-1))/m->bLen;
513 if(m->bLen==unitIndex+1) {
517 if(subStart<subLimit && mappings[map[subStart]].bLen==unitIndex+1) {
609 if(flag==0 || flag==1 || (flag==2 && m->bLen==1)) {
655 switch(m->bLen) {
665 /* the parser enforces m->bLen<=UCNV_EXT_MAX_BYTES */
668 resultBytes=utm_allocN(extData->fromUBytes, m->bLen);
669 uprv_memcpy(resultBytes, bytes, m->bLen);
672 value|=(uint32_t)m->bLen<<UCNV_EXT_FROM_U_LENGTH_SHIFT;
688 if(m->bLen>extData->maxOutBytes) {
689 extData->maxOutBytes=m->bLen;
692 ratio=(m->bLen+(u16Length-1))/u16Length;