HomeSort by relevance Sort by last modified time
    Searched refs:utf8Lengths (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/icu/source/common/
unisetspan.cpp 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
    [all...]
unisetspan.h 114 int32_t *utf8Lengths;
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/
unisetspan.cpp 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
    [all...]
unisetspan.h 114 int32_t *utf8Lengths;
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/
usettest.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
usettest.cpp     [all...]

Completed in 2087 milliseconds