OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fIndexLength
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/tools/genrb/
reslist.c
772
indexes[URES_INDEX_LENGTH]= bundle->
fIndexLength
;
790
if (URES_INDEX_16BIT_TOP < bundle->
fIndexLength
) {
793
if (URES_INDEX_POOL_CHECKSUM < bundle->
fIndexLength
) {
807
udata_writeBlock(mem, indexes, bundle->
fIndexLength
*4);
[
all
...]
reslist.h
44
int32_t
fIndexLength
;
/external/icu4c/tools/genrb/
reslist.c
774
indexes[URES_INDEX_LENGTH]= bundle->
fIndexLength
;
792
if (URES_INDEX_16BIT_TOP < bundle->
fIndexLength
) {
795
if (URES_INDEX_POOL_CHECKSUM < bundle->
fIndexLength
) {
809
udata_writeBlock(mem, indexes, bundle->
fIndexLength
*4);
[
all
...]
reslist.h
44
int32_t
fIndexLength
;
Completed in 26 milliseconds