Home | History | Annotate | Download | only in i18n

Lines Matching refs:UCAlen

545     int32_t UCAlen = 0;
553 UCAlen = u_strlen(ucaRules);
556 ucaRules = ures_getStringByKey(coll->rb,"UCARules",&UCAlen,&status);
559 ucaRules = ures_getStringByKey(uca,"Sequence",&UCAlen,&status);
569 if(UCAlen > 0) {
570 u_memcpy(buffer, ucaRules, uprv_min(UCAlen, bufferLen));
572 if(len > 0 && bufferLen > UCAlen) {
573 u_memcpy(buffer+UCAlen, rules, uprv_min(len, bufferLen-UCAlen));
576 return u_terminateUChars(buffer, bufferLen, len+UCAlen, &status);