HomeSort by relevance Sort by last modified time
    Searched refs:fIndexLength (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/tools/genrb/
reslist.h 43 int32_t fIndexLength;
reslist.c 871 indexes[URES_INDEX_LENGTH]= bundle->fIndexLength;
889 if (URES_INDEX_16BIT_TOP < bundle->fIndexLength) {
892 if (URES_INDEX_POOL_CHECKSUM < bundle->fIndexLength) {
906 udata_writeBlock(mem, indexes, bundle->fIndexLength*4);
    [all...]
  /external/chromium_org/third_party/icu/source/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 69 milliseconds