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

  /external/icu4c/tools/toolutil/
swapimpl.cpp 117 const int32_t *inIndexes=reinterpret_cast<const int32_t *>(inBytes);
118 int32_t totalSize=udata_readInt32(ds, inIndexes[PropNameData::IX_TOTAL_SIZE]);
129 udata_readInt32(ds, inIndexes[PropNameData::IX_BYTE_TRIES_OFFSET]);
317 const int32_t *inIndexes;
351 inIndexes=(const int32_t *)inBytes;
365 indexes[i]=udata_readInt32(ds, inIndexes[i]);
419 const int32_t *inIndexes;
453 inIndexes=(const int32_t *)inBytes;
467 indexes[i]=udata_readInt32(ds, inIndexes[i]);
527 const int32_t *inIndexes;
    [all...]
  /external/icu4c/common/
dictionarydata.cpp 154 const int32_t *inIndexes;
175 inIndexes = (const int32_t *)inBytes;
186 indexes[i] = udata_readInt32(ds, inIndexes[i]);
normalizer2impl.cpp 293 const int32_t *inIndexes=(const int32_t *)inBytes;
294 int32_t indexesLength=inIndexes[IX_NORM_TRIE_OFFSET]/4;
300 minDecompNoCP=inIndexes[IX_MIN_DECOMP_NO_CP];
301 minCompNoMaybeCP=inIndexes[IX_MIN_COMP_NO_MAYBE_CP];
303 minYesNo=inIndexes[IX_MIN_YES_NO];
304 minYesNoMappingsOnly=inIndexes[IX_MIN_YES_NO_MAPPINGS_ONLY];
305 minNoNo=inIndexes[IX_MIN_NO_NO];
306 limitNoNo=inIndexes[IX_LIMIT_NO_NO];
307 minMaybeYes=inIndexes[IX_MIN_MAYBE_YES];
309 int32_t offset=inIndexes[IX_NORM_TRIE_OFFSET]
    [all...]
uresdata.c 979 const int32_t *inIndexes;
    [all...]
usprep.cpp 830 const int32_t *inIndexes;
861 inIndexes=(const int32_t *)inBytes;
875 indexes[i]=udata_readInt32(ds, inIndexes[i]);
ucnvsel.cpp 411 const int32_t *inIndexes = (const int32_t *)inBytes;
415 indexes[i] = udata_readInt32(ds, inIndexes[i]);

Completed in 333 milliseconds