Home | History | Annotate | Download | only in liblunicode

Lines Matching defs:ulen

334 	int i, l1, l2, len, ulen, res = 0;
420 for ( i = 0, ulen = 0; i < l1; i += len, ulen++ ) {
421 ucs[ulen] = ldap_x_utf8_to_ucs4( s1 + i );
422 if ( ucs[ulen] == LDAP_UCS4_INVALID ) {
431 l1 = ulen;
438 uccompatdecomp( ucs, ulen, &ucsout1, &l1, ctx );
443 for ( i = 0, ulen = 0; i < l2; i += len, ulen++ ) {
444 ucs[ulen] = ldap_x_utf8_to_ucs4( s2 + i );
445 if ( ucs[ulen] == LDAP_UCS4_INVALID ) {
455 l2 = ulen;
457 uccompatdecomp( ucs, ulen, &ucsout2, &l2, ctx );