OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:utf8Lengths
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/common/
unisetspan.cpp
204
utf8Lengths
(NULL), spanLengths(NULL), utf8(NULL),
276
utf8Lengths
=staticLengths;
278
utf8Lengths
=(int32_t *)uprv_malloc(allocSize);
279
if(
utf8Lengths
==NULL) {
287
spanLengths=(uint8_t *)(
utf8Lengths
+stringsLength);
295
spanLengths=(uint8_t *)(
utf8Lengths
+stringsLength);
298
spanLengths=(uint8_t *)
utf8Lengths
;
328
utf8Count+=
utf8Lengths
[i]=length8;
366
utf8Count+=
utf8Lengths
[i]=length8;
368
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/icu4c/test/intltest/
usettest.cpp
[
all
...]
Completed in 753 milliseconds