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

1234

/external/chromium_org/third_party/icu/source/common/
H A Dpropname_data.h16 const int32_t PropNameData::indexes[8]={0x20,0x1180,0x3e91,0x7a9f,0x7a9f,0x7a9f,0x2f,0}; member in class:PropNameData
H A Duchar_props_data.h2956 static const int32_t indexes[UPROPS_INDEX_COUNT]={0x2318,0x2318,0x2318,0x2318,0x50d6,3,0x6408,0x642d,0x642d,0x642d,0xadca0,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.cpp310 const int32_t *indexes = (const int32_t *)data; local
311 const int32_t offset = indexes[DictionaryData::IX_STRING_TRIE_OFFSET];
312 const int32_t trieType = indexes[DictionaryData::IX_TRIE_TYPE] & DictionaryData::TRIE_TYPE_MASK;
315 const int32_t transform = indexes[DictionaryData::IX_TRANSFORM];
H A Ddictionarydata.cpp160 int32_t indexes[DictionaryData::IX_COUNT]; local
183 if (length < (int32_t)(sizeof(indexes))) {
191 indexes[i] = udata_readInt32(ds, inIndexes[i]);
194 size = indexes[DictionaryData::IX_TOTAL_SIZE];
208 ds->swapArray32(ds, inBytes, sizeof(indexes), outBytes, pErrorCode);
209 offset = (int32_t)sizeof(indexes);
210 int32_t trieType = indexes[DictionaryData::IX_TRIE_TYPE] & DictionaryData::TRIE_TYPE_MASK;
211 int32_t nextOffset = indexes[DictionaryData::IX_RESERVED1_OFFSET];
226 nextOffset = indexes[DictionaryData::IX_RESERVED2_OFFSET];
228 nextOffset = indexes[DictionaryDat
[all...]
H A Dubidi_props.c32 const int32_t *indexes; member in struct:UBiDiProps
77 length=bdp->indexes[UBIDI_IX_MIRROR_LENGTH];
84 start=bdp->indexes[UBIDI_IX_JG_START];
85 limit=bdp->indexes[UBIDI_IX_JG_LIMIT];
116 max=bdp->indexes[UBIDI_MAX_VALUES_INDEX];
156 length=bdp->indexes[UBIDI_IX_MIRROR_LENGTH];
203 start=bdp->indexes[UBIDI_IX_JG_START];
204 limit=bdp->indexes[UBIDI_IX_JG_LIMIT];
/external/icu/icu4c/source/common/
H A Dpropname_data.h16 const int32_t PropNameData::indexes[8]={0x20,0x1180,0x3e91,0x7a9f,0x7a9f,0x7a9f,0x2f,0}; member in class:PropNameData
H A Duchar_props_data.h2956 static const int32_t indexes[UPROPS_INDEX_COUNT]={0x231a,0x231a,0x231a,0x231a,0x50da,3,0x640f,0x6434,0x6434,0x6434,0xadca0,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
/external/icu/icu4c/source/tools/toolutil/
H A Dcollationinfo.cpp26 CollationInfo::printSizes(int32_t sizeWithHeader, const int32_t indexes[]) { argument
27 int32_t totalSize = indexes[CollationDataReader::IX_TOTAL_SIZE];
32 int32_t length = indexes[CollationDataReader::IX_INDEXES_LENGTH];
33 printf(" indexes: %6ld *4 = %6ld\n", (long)length, (long)length * 4);
35 length = getDataLength(indexes, CollationDataReader::IX_REORDER_CODES_OFFSET);
40 length = getDataLength(indexes, CollationDataReader::IX_REORDER_TABLE_OFFSET);
46 length = getDataLength(indexes, CollationDataReader::IX_TRIE_OFFSET);
51 length = getDataLength(indexes, CollationDataReader::IX_RESERVED8_OFFSET);
56 length = getDataLength(indexes, CollationDataReader::IX_CES_OFFSET);
61 length = getDataLength(indexes, CollationDataReade
111 getDataLength(const int32_t indexes[], int32_t startIndex) argument
[all...]
H A Dswapimpl.cpp108 // formatVersion 2 initially has indexes[8], 32 bytes.
131 // Swap the indexes[] and the valueMaps[].
195 /* the properties file must contain at least the indexes array */
203 /* read the indexes */
211 * indexes[] constants are in uprops.h
238 /* swap the indexes[16] */
318 int32_t indexes[16]; local
363 /* read the first 16 indexes (ICU 3.2/format version 1: UCASE_IX_TOP==16, might grow) */
365 indexes[i]=udata_readInt32(ds, inIndexes[i]);
369 size=indexes[UCASE_IX_LENGT
420 int32_t indexes[16]; local
528 int32_t indexes[32]; local
[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/chromium_org/third_party/WebKit/public/platform/
H A DWebIDBMetadata.h63 WebVector<Index> indexes; member in struct:blink::WebIDBMetadata::ObjectStore
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_metadata.h55 IndexMap indexes; member in struct:content::IndexedDBObjectStoreMetadata
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBMetadata.h75 IndexMap indexes; member in struct:blink::IDBObjectStoreMetadata
/external/chromium_org/third_party/icu/source/tools/gennorm2/
H A Dn2builder.h97 return indexes[Normalizer2Impl::IX_MIN_MAYBE_YES]-Normalizer2Impl::MAX_DELTA-1;
111 int32_t indexes[Normalizer2Impl::IX_COUNT]; member in class:Normalizer2DataBuilder
/external/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.h97 return indexes[Normalizer2Impl::IX_MIN_MAYBE_YES]-Normalizer2Impl::MAX_DELTA-1;
111 int32_t indexes[Normalizer2Impl::IX_COUNT]; member in class:Normalizer2DataBuilder
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dswapimpl.cpp108 // formatVersion 2 initially has indexes[8], 32 bytes.
131 // Swap the indexes[] and the valueMaps[].
195 /* the properties file must contain at least the indexes array */
203 /* read the indexes */
211 * indexes[] constants are in uprops.h
238 /* swap the indexes[16] */
318 int32_t indexes[16]; local
363 /* read the first 16 indexes (ICU 3.2/format version 1: UCASE_IX_TOP==16, might grow) */
365 indexes[i]=udata_readInt32(ds, inIndexes[i]);
369 size=indexes[UCASE_IX_LENGT
420 int32_t indexes[16]; local
528 int32_t indexes[32]; local
[all...]
/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
318 copyData(const int32_t indexes[], int32_t startIndex, const void *src, uint8_t *dest) argument
[all...]
/external/llvm/lib/CodeGen/
H A DInterferenceCache.cpp44 SlotIndexes *indexes,
52 Entries[i].clear(mf, indexes, lis);
42 init(MachineFunction *mf, LiveIntervalUnion *liuarray, SlotIndexes *indexes, LiveIntervals *lis, const TargetRegisterInfo *tri) argument
/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/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dctx.c93 /* Array of indexes into the bignum stack */
94 unsigned int *indexes; member in struct:bignum_ctx_stack
201 st->indexes = NULL;
207 OPENSSL_free(st->indexes);
221 memcpy(newitems, st->indexes, st->depth * sizeof(unsigned int));
224 OPENSSL_free(st->indexes);
226 st->indexes = newitems;
230 st->indexes[(st->depth)++] = idx;
235 return st->indexes[--(st->depth)];

Completed in 464 milliseconds

1234