Searched defs:indexes (Results 1 - 25 of 64) sorted by relevance

123

/external/icu/icu4c/source/common/
H A Dpropname_data.h16 const int32_t PropNameData::indexes[8]={0x20,0x1288,0x430b,0x86fc,0x86fc,0x86fc,0x2f,0}; member in class:PropNameData
H A Duchar_props_data.h3253 static const int32_t indexes[UPROPS_INDEX_COUNT]={0x25b6,0x25b6,0x25b6,0x25b6,0x58e0,3,0x6e70,0x6ea9,0x6ea9,0x6ea9,0xafca6,0x2774191,0,0,0,0}; variable
H A Dpropname.h113 static const int32_t indexes[]; member in class:PropNameData
132 * int32_t indexes[8];
136 * The first 6 indexes are byte offsets from the beginning of the data
137 * (beginning of indexes[]) to following structures.
142 * The last offset (indexes[PropNameData::IX_TOTAL_SIZE]) indicates the
145 * The sixth index (indexes[PropNameData::IX_MAX_NAME_LENGTH]) has the
H A Dsprpimpl.h65 /* indexes[] value names */
87 int32_t indexes[_SPREP_INDEX_TOP]; member in struct:UStringPrepProfile
H A Dbrkeng.cpp313 const int32_t *indexes = (const int32_t *)data; local
314 const int32_t offset = indexes[DictionaryData::IX_STRING_TRIE_OFFSET];
315 const int32_t trieType = indexes[DictionaryData::IX_TRIE_TYPE] & DictionaryData::TRIE_TYPE_MASK;
318 const int32_t transform = indexes[DictionaryData::IX_TRANSFORM];
H A Ddictionarydata.cpp167 int32_t indexes[DictionaryData::IX_COUNT]; local
190 if (length < (int32_t)(sizeof(indexes))) {
198 indexes[i] = udata_readInt32(ds, inIndexes[i]);
201 size = indexes[DictionaryData::IX_TOTAL_SIZE];
215 ds->swapArray32(ds, inBytes, sizeof(indexes), outBytes, pErrorCode);
216 offset = (int32_t)sizeof(indexes);
217 int32_t trieType = indexes[DictionaryData::IX_TRIE_TYPE] & DictionaryData::TRIE_TYPE_MASK;
218 int32_t nextOffset = indexes[DictionaryData::IX_RESERVED1_OFFSET];
233 nextOffset = indexes[DictionaryData::IX_RESERVED2_OFFSET];
235 nextOffset = indexes[DictionaryDat
[all...]
H A Dubidi_props.c32 const int32_t *indexes; member in struct:UBiDiProps
78 length=bdp->indexes[UBIDI_IX_MIRROR_LENGTH];
85 start=bdp->indexes[UBIDI_IX_JG_START];
86 limit=bdp->indexes[UBIDI_IX_JG_LIMIT];
102 if(limit==bdp->indexes[UBIDI_IX_JG_LIMIT]) {
104 start=bdp->indexes[UBIDI_IX_JG_START2];
105 limit=bdp->indexes[UBIDI_IX_JG_LIMIT2];
127 max=bdp->indexes[UBIDI_MAX_VALUES_INDEX];
167 length=bdp->indexes[UBIDI_IX_MIRROR_LENGTH];
214 start=bdp->indexes[UBIDI_IX_JG_STAR
[all...]
H A Ducol_swp.cpp386 int32_t indexes[IX_TOTAL_SIZE+1]; local
397 int32_t indexesLength=indexes[0]=udata_readInt32(ds, inIndexes[0]);
407 indexes[i]=udata_readInt32(ds, inIndexes[i]);
410 indexes[i]=-1;
412 inIndexes=NULL; // Make sure we do not accidentally use these instead of indexes[].
417 size=indexes[IX_TOTAL_SIZE];
419 size=indexes[indexesLength-1];
438 // Swap the int32_t indexes[].
442 // Here we use indexes[] not inIndexes[] because
444 int32_t index; // one of the indexes[] slot
[all...]
/external/smali/util/src/main/java/org/jf/util/
H A DBitSetUtils.java37 public static BitSet bitSetOfIndexes(int... indexes) { argument
39 for (int index: indexes) {
/external/icu/icu4c/source/tools/toolutil/
H A Dcollationinfo.cpp28 CollationInfo::printSizes(int32_t sizeWithHeader, const int32_t indexes[]) { argument
29 int32_t totalSize = indexes[CollationDataReader::IX_TOTAL_SIZE];
34 int32_t length = indexes[CollationDataReader::IX_INDEXES_LENGTH];
35 printf(" indexes: %6ld *4 = %6ld\n", (long)length, (long)length * 4);
37 length = getDataLength(indexes, CollationDataReader::IX_REORDER_CODES_OFFSET);
42 length = getDataLength(indexes, CollationDataReader::IX_REORDER_TABLE_OFFSET);
48 length = getDataLength(indexes, CollationDataReader::IX_TRIE_OFFSET);
53 length = getDataLength(indexes, CollationDataReader::IX_RESERVED8_OFFSET);
58 length = getDataLength(indexes, CollationDataReader::IX_CES_OFFSET);
63 length = getDataLength(indexes, CollationDataReade
113 getDataLength(const int32_t indexes[], int32_t startIndex) argument
[all...]
H A Dswapimpl.cpp106 // formatVersion 2 initially has indexes[8], 32 bytes.
129 // Swap the indexes[] and the valueMaps[].
193 /* the properties file must contain at least the indexes array */
201 /* read the indexes */
209 * indexes[] constants are in uprops.h
236 /* swap the indexes[16] */
316 int32_t indexes[16]; local
361 /* read the first 16 indexes (ICU 3.2/format version 1: UCASE_IX_TOP==16, might grow) */
363 indexes[i]=udata_readInt32(ds, inIndexes[i]);
367 size=indexes[UCASE_IX_LENGT
418 int32_t indexes[16]; local
528 int32_t indexes[32]; local
[all...]
/external/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.h98 return indexes[Normalizer2Impl::IX_MIN_MAYBE_YES]-Normalizer2Impl::MAX_DELTA-1;
112 int32_t indexes[Normalizer2Impl::IX_COUNT]; member in class:Normalizer2DataBuilder
/external/icu/icu4c/source/i18n/
H A Dcollationdatawriter.cpp55 int32_t indexes[CollationDataReader::IX_TOTAL_SIZE + 1]; local
57 *tailoring, *settings, indexes, dest, capacity,
78 int32_t indexes[], uint8_t *dest, int32_t capacity,
83 indexes, dest, capacity, errorCode);
88 int32_t indexes[], uint8_t *dest, int32_t capacity,
93 indexes, dest, capacity, errorCode);
100 int32_t indexes[], uint8_t *dest, int32_t capacity,
109 // the indexes length and writing offsets.
111 // so the indexes length must be at least index-of-start-offset + 2.
126 // For the root collator, we write an even number of indexes
76 writeBase(const CollationData &data, const CollationSettings &settings, const void *rootElements, int32_t rootElementsLength, int32_t indexes[], uint8_t *dest, int32_t capacity, UErrorCode &errorCode) argument
87 writeTailoring(const CollationTailoring &t, const CollationSettings &settings, int32_t indexes[], uint8_t *dest, int32_t capacity, UErrorCode &errorCode) argument
97 write(UBool isBase, const UVersionInfo dataVersion, const CollationData &data, const CollationSettings &settings, const void *rootElements, int32_t rootElementsLength, int32_t indexes[], uint8_t *dest, int32_t capacity, UErrorCode &errorCode) argument
339 copyData(const int32_t indexes[], int32_t startIndex, const void *src, uint8_t *dest) argument
[all...]
H A Dcollationdatareader.cpp37 int32_t getIndex(const int32_t *indexes, int32_t length, int32_t i) { argument
38 return (i < length) ? indexes[i] : -1;
76 errorCode = U_INVALID_FORMAT_ERROR; // Not enough indexes.
86 int32_t index; // one of the indexes[] slots
95 length = 0; // only indexes, and inLength was already checked for them
/external/llvm/lib/CodeGen/
H A DInterferenceCache.cpp45 SlotIndexes *indexes,
53 Entries[i].clear(mf, indexes, lis);
43 init(MachineFunction *mf, LiveIntervalUnion *liuarray, SlotIndexes *indexes, LiveIntervals *lis, const TargetRegisterInfo *tri) argument
H A DInterferenceCache.h99 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) { argument
103 Indexes = indexes;
/external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
H A DFastClassEmitter.java199 private Map indexes = new HashMap(); field in class:FastClassEmitter.GetIndexCallback
205 indexes.put(it.next(), new Integer(index++));
210 e.push(((Integer)indexes.get(key)).intValue());
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
H A DFieldProviderTransformer.java84 int indexes[] = new int[names.length];
85 for (int i = 0; i < indexes.length; i++) {
86 indexes[i] = i;
98 setByIndex(names, indexes);
99 getByIndex(names, indexes);
134 private void setByIndex(final String[] names, final int[] indexes) throws Exception { argument
139 e.process_switch(indexes, new ProcessSwitchCallback() {
153 private void getByIndex(final String[] names, final int[] indexes) throws Exception { argument
157 e.process_switch(indexes, new ProcessSwitchCallback() {
/external/squashfs-tools/squashfs-tools/
H A Dunsquash-2.c47 int indexes = SQUASHFS_FRAGMENT_INDEXES_2(sBlk.s.fragments); local
48 unsigned int fragment_table_index[indexes];
50 TRACE("read_fragment_table: %d fragments, reading %d fragment indexes "
51 "from 0x%llx\n", sBlk.s.fragments, indexes,
65 unsigned int sfragment_table_index[indexes];
76 sfragment_table_index, indexes);
88 for(i = 0; i < indexes; i++) {
89 int expected = (i + 1) != indexes ? SQUASHFS_METADATA_SIZE :
H A Dunsquash-3.c34 int indexes = SQUASHFS_FRAGMENT_INDEXES_3(sBlk.s.fragments); local
35 long long fragment_table_index[indexes];
37 TRACE("read_fragment_table: %d fragments, reading %d fragment indexes "
38 "from 0x%llx\n", sBlk.s.fragments, indexes,
52 long long sfragment_table_index[indexes];
63 sfragment_table_index, indexes);
75 for(i = 0; i < indexes; i++) {
76 int expected = (i + 1) != indexes ? SQUASHFS_METADATA_SIZE :
H A Dunsquash-4.c35 int indexes = SQUASHFS_FRAGMENT_INDEXES(sBlk.s.fragments); local
36 long long fragment_table_index[indexes];
38 TRACE("read_fragment_table: %d fragments, reading %d fragment indexes "
39 "from 0x%llx\n", sBlk.s.fragments, indexes,
60 SQUASHFS_INSWAP_FRAGMENT_INDEXES(fragment_table_index, indexes);
62 for(i = 0; i < indexes; i++) {
63 int expected = (i + 1) != indexes ? SQUASHFS_METADATA_SIZE :
358 int indexes = SQUASHFS_ID_BLOCKS(sBlk.s.no_ids); local
359 long long id_index_table[indexes];
375 SQUASHFS_INSWAP_ID_BLOCKS(id_index_table, indexes);
[all...]
/external/boringssl/src/crypto/bn/
H A Dctx.c95 /* Array of indexes into the bignum stack */
96 unsigned int *indexes; member in struct:bignum_ctx_stack
203 st->indexes = NULL;
208 OPENSSL_free(st->indexes);
221 memcpy(newitems, st->indexes, st->depth * sizeof(unsigned int));
223 OPENSSL_free(st->indexes);
224 st->indexes = newitems;
228 st->indexes[(st->depth)++] = idx;
233 return st->indexes[--(st->depth)];
/external/icu/icu4c/source/test/cintltst/
H A Dsprpdata.c154 int32_t* indexes = data->indexes; local
173 if(idx >= indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] &&
174 idx < indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START]){
176 }else if(idx >= indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] &&
177 idx < indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START]){
179 }else if(idx >= indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] &&
180 idx < indexes[_SPREP_FOUR_UCHARS_MAPPING_INDEX_START]){
/external/icu/icu4c/source/test/intltest/
H A Dtestidn.cpp68 static const int32_t *indexes = NULL; variable
94 indexes = profile->indexes;
348 if(index >= indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] &&
349 index < indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START]){
351 }else if(index >= indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] &&
352 index < indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START]){
354 }else if(index >= indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] &&
355 index < indexes[_SPREP_FOUR_UCHARS_MAPPING_INDEX_START]){
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUBiDiProps.java44 // read indexes[]
48 throw new IOException("indexes[0] too small in "+DATA_FILE_NAME);
50 indexes=new int[count];
52 indexes[0]=count;
54 indexes[i]=bytes.getInt();
59 int expectedTrieLength=indexes[IX_TRIE_SIZE];
68 count=indexes[IX_MIRROR_LENGTH];
77 count=indexes[IX_JG_LIMIT]-indexes[IX_JG_START];
84 count=indexes[IX_JG_LIMIT
258 private int indexes[]; field in class:UBiDiProps
[all...]

Completed in 1144 milliseconds

123