OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:codePointsLength
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/tools/toolutil/
ucm.c
906
table->bytesLength=table->
codePointsLength
=0;
963
idx=table->
codePointsLength
;
964
table->
codePointsLength
+=m->uLen;
965
if(table->
codePointsLength
>table->codePointsCapacity) {
[
all
...]
ucm.h
73
int32_t codePointsCapacity,
codePointsLength
;
Completed in 1456 milliseconds