Home
last modified time | relevance | path

Searched refs:utf8Lengths (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/common/
Dunisetspan.cpp204 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 …]
Dunisetspan.h114 int32_t *utf8Lengths; variable
/external/icu4c/test/intltest/
Dusettest.cpp2330 utf8Lengths[stringsLength]=length8= in UnicodeSetWithStrings()
2365 int32_t utf8Lengths[20]; member in UnicodeSetWithStrings
2393 nextUTF8Start+=length=fSet.utf8Lengths[nextStringIndex++]; in nextUTF8()