OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fNumCharsForLength
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/tools/genrb/
reslist.c
950
res->u.fString.
fNumCharsForLength
= 0;
952
res->u.fString.
fNumCharsForLength
= 1;
954
res->u.fString.
fNumCharsForLength
= 2;
956
res->u.fString.
fNumCharsForLength
= 3;
958
bundle->f16BitUnitsLength += res->u.fString.
fNumCharsForLength
+ len + 1; /* +1 for the NUL */
[
all
...]
reslist.h
130
int8_t
fNumCharsForLength
;
Completed in 38 milliseconds