Lines Matching refs:utf8Lengths

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