Searched refs:utf8Lengths (Results 1 – 3 of 3) sorted by relevance
204 utf8Lengths(NULL), spanLengths(NULL), utf8(NULL), in UnicodeSetStringSpan()276 utf8Lengths=staticLengths; in UnicodeSetStringSpan()278 utf8Lengths=(int32_t *)uprv_malloc(allocSize); in UnicodeSetStringSpan()279 if(utf8Lengths==NULL) { in UnicodeSetStringSpan()287 spanLengths=(uint8_t *)(utf8Lengths+stringsLength); in UnicodeSetStringSpan()295 spanLengths=(uint8_t *)(utf8Lengths+stringsLength); in UnicodeSetStringSpan()298 spanLengths=(uint8_t *)utf8Lengths; in UnicodeSetStringSpan()328 utf8Count+=utf8Lengths[i]=length8; in UnicodeSetStringSpan()366 utf8Count+=utf8Lengths[i]=length8; in UnicodeSetStringSpan()368 utf8Lengths[i]=0; in UnicodeSetStringSpan()[all …]
114 int32_t *utf8Lengths; variable
2330 utf8Lengths[stringsLength]=length8= in UnicodeSetWithStrings()2365 int32_t utf8Lengths[20]; member in UnicodeSetWithStrings2393 nextUTF8Start+=length=fSet.utf8Lengths[nextStringIndex++]; in nextUTF8()