OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:codePointsLength
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/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
72
int32_t codePointsCapacity,
codePointsLength
;
/external/icu4c/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 70 milliseconds