Home | History | Annotate | Download | only in common

Lines Matching refs:utf8Lengths

206           utf8Lengths(NULL), spanLengths(NULL), utf8(NULL),
278 utf8Lengths=staticLengths;
280 utf8Lengths=(int32_t *)uprv_malloc(allocSize);
281 if(utf8Lengths==NULL) {
289 spanLengths=(uint8_t *)(utf8Lengths+stringsLength);
297 spanLengths=(uint8_t *)(utf8Lengths+stringsLength);
300 spanLengths=(uint8_t *)utf8Lengths;
330 utf8Count+=utf8Lengths[i]=length8;
368 utf8Count+=utf8Lengths[i]=length8;
370 utf8Lengths[i]=0;
394 utf8Lengths(NULL), spanLengths(NULL), utf8(NULL),
409 utf8Lengths=staticLengths;
411 utf8Lengths=(int32_t *)uprv_malloc(allocSize);
412 if(utf8Lengths==NULL) {
418 spanLengths=(uint8_t *)(utf8Lengths+stringsLength);
420 uprv_memcpy(utf8Lengths, otherStringSpan.utf8Lengths, allocSize);
427 if(utf8Lengths!=NULL && utf8Lengths!=staticLengths) {
428 uprv_free(utf8Lengths);
980 length8=utf8Lengths[i];
1028 length8=utf8Lengths[i];
1160 length8=utf8Lengths[i];
1209 length8=utf8Lengths[i];
1451 length8=utf8Lengths[i];
1494 length8=utf8Lengths[i];