Searched refs:utf8Lengths (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dunisetspan.cpp206 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[
[all...]
H A Dunisetspan.h114 int32_t *utf8Lengths; member in class:UnicodeSetStringSpan
116 // Pointer to the part of the (utf8Lengths) memory block that stores
120 // Pointer to the part of the (utf8Lengths) memory block that stores
/external/icu/icu4c/source/common/
H A Dunisetspan.cpp206 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[
[all...]
H A Dunisetspan.h114 int32_t *utf8Lengths; member in class:UnicodeSetStringSpan
116 // Pointer to the part of the (utf8Lengths) memory block that stores
120 // Pointer to the part of the (utf8Lengths) memory block that stores
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dusettest.cpp2331 utf8Lengths[stringsLength]=length8=
2366 int32_t utf8Lengths[20]; member in class:UnicodeSetWithStrings
2391 nextUTF8Start+=length=fSet.utf8Lengths[nextStringIndex++];
/external/icu/icu4c/source/test/intltest/
H A Dusettest.cpp2331 utf8Lengths[stringsLength]=length8=
2366 int32_t utf8Lengths[20]; member in class:UnicodeSetWithStrings
2391 nextUTF8Start+=length=fSet.utf8Lengths[nextStringIndex++];

Completed in 723 milliseconds