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

12

/external/icu4c/common/
H A Dpropname_data.h16 const int32_t PropNameData::indexes[8]={0x20,0xfb8,0x37ed,0x6850,0x6850,0x6850,0x2f,0}; member in class:PropNameData
H A Duchar_props_data.c2821 static const int32_t indexes[UPROPS_INDEX_COUNT]={0x21ae,0x21ae,0x21ae,0x21ae,0x4d66,3,0x5f6c,0x5f80,0x5f80,0x5f80,0xad19b,0x2473171,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 Dubidi_props.c33 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];
155 length=bdp->indexes[UBIDI_IX_MIRROR_LENGTH];
196 start=bdp->indexes[UBIDI_IX_JG_START];
197 limit=bdp->indexes[UBIDI_IX_JG_LIMIT];
H A Ducase.c34 const int32_t *indexes; member in struct:UCaseProps
H A Ducnvsel.cpp272 * int32_t indexes[UCNVSEL_INDEX_COUNT]; // see index entry constants above
273 * serialized UTrie2; // indexes[UCNVSEL_INDEX_TRIE_SIZE] bytes
274 * uint32_t pv[indexes[UCNVSEL_INDEX_PV_COUNT]]; // bit vectors
275 * char* encodingNames[indexes[UCNVSEL_INDEX_NAMES_LENGTH]]; // NUL-terminated strings + padding
308 int32_t indexes[UCNVSEL_INDEX_COUNT] = { local
317 (int32_t)sizeof(indexes) +
321 indexes[UCNVSEL_INDEX_SIZE] = totalSize - header.dataHeader.headerSize;
332 length = (int32_t)sizeof(indexes);
333 uprv_memcpy(p, indexes, length);
410 /* read the indexes */
412 int32_t indexes[16]; local
540 const int32_t *indexes = (const int32_t *)p; local
[all...]
H A Dusprep.cpp270 uprv_memcpy(&profile->indexes, p, sizeof(profile->indexes));
277 profile->mappingData=(uint16_t *)((uint8_t *)(p+_SPREP_INDEX_TOP)+profile->indexes[_SPREP_INDEX_TRIE_SIZE]);
284 normCorrVer = profile->indexes[_SPREP_NORM_CORRECTNS_LAST_UNI_VERSION];
292 ((profile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0) /* normalization turned on*/
353 newProfile->doNFKC = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0);
354 newProfile->checkBiDi = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_CHECK_BIDI_ON) > 0);
531 const int32_t* indexes = profile->indexes; local
560 if(index >= indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_STAR
834 int32_t indexes[16]; local
[all...]
H A Duresdata.c161 /* formatVersion 1.1 must have a root item and at least 5 indexes */
179 /* bundles with formatVersion 1.1 and later contain an indexes[] array */
180 const int32_t *indexes=pResData->pRoot+1; local
181 int32_t indexLength=indexes[URES_INDEX_LENGTH]&0xff;
189 length<(indexes[URES_INDEX_BUNDLE_TOP]<<2))
195 if(indexes[URES_INDEX_KEYS_TOP]>(1+indexLength)) {
196 pResData->localKeyLimit=indexes[URES_INDEX_KEYS_TOP]<<2;
199 int32_t att=indexes[URES_INDEX_ATTRIBUTES];
210 indexes[URES_INDEX_16BIT_TOP]>indexes[URES_INDEX_KEYS_TO
[all...]
H A Dnormalizer2impl.cpp296 errorCode=U_INVALID_FORMAT_ERROR; // Not enough indexes.
1940 int32_t indexes[Normalizer2Impl::IX_MIN_MAYBE_YES+1]; local
1974 if(length<(int32_t)sizeof(indexes)) {
1982 /* read the first few indexes */
1984 indexes[i]=udata_readInt32(ds, inIndexes[i]);
1988 size=indexes[Normalizer2Impl::IX_TOTAL_SIZE];
2005 /* swap the int32_t indexes[] */
2006 nextOffset=indexes[Normalizer2Impl::IX_NORM_TRIE_OFFSET];
2011 nextOffset=indexes[Normalizer2Impl::IX_EXTRA_DATA_OFFSET];
2016 nextOffset=indexes[Normalizer2Imp
[all...]
H A Dunames.c89 * @param names (const UCharNames *) pointer to the UCharNames indexes
785 uint16_t indexes[8], /* output fields from here */
802 indexes[i]=(uint16_t)(code%factor);
809 indexes[0]=(uint16_t)code;
817 /* skip indexes[i] strings */
818 factor=indexes[i];
838 factor=(uint16_t)(factors[i]-indexes[i]-1);
913 uint16_t indexes[8]; local
925 s, code-range->start, indexes, NULL, NULL, buffer, bufferLength);
1002 uint16_t indexes[ local
782 writeFactorSuffix(const uint16_t *factors, uint16_t count, const char *s, uint32_t code, uint16_t indexes[8], const char *elementBases[8], const char *elements[8], char *buffer, uint16_t bufferLength) argument
1131 uint16_t indexes[8]; local
[all...]
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
H A DRealmChoiceCallbackTest.java46 private static final int indexes[] = { Integer.MIN_VALUE, -1, 0, 100, field in class:RealmChoiceCallbackTest
124 assertNull("Incorrect selected indexes", ind);
136 for (int j = 0; j < indexes.length; j++) {
137 rCCB.setSelectedIndex(indexes[j]);
140 assertEquals("Incorrect index", ind[0], indexes[j]);
164 assertNull("Incorrect selected indexes", ind);
165 rCCB.setSelectedIndexes(indexes);
167 assertEquals("Incorrect index length", ind.length, indexes.length);
168 for (int j = 0; j < indexes.length; j++) {
170 ind[j], indexes[
[all...]
/external/icu4c/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/icu4c/tools/toolutil/
H A Dswapimpl.cpp107 // formatVersion 2 initially has indexes[8], 32 bytes.
130 // Swap the indexes[] and the valueMaps[].
194 /* the properties file must contain at least the indexes array */
202 /* read the indexes */
210 * indexes[] constants are in uprops.h
237 /* swap the indexes[16] */
317 int32_t indexes[16]; local
362 /* read the first 16 indexes (ICU 3.2/format version 1: UCASE_IX_TOP==16, might grow) */
364 indexes[i]=udata_readInt32(ds, inIndexes[i]);
368 size=indexes[UCASE_IX_LENGT
419 int32_t indexes[16]; local
527 int32_t indexes[32]; local
[all...]
/external/llvm/lib/CodeGen/
H A DInterferenceCache.cpp27 SlotIndexes *indexes,
35 Entries[i].clear(mf, indexes, lis);
25 init(MachineFunction *mf, LiveIntervalUnion *liuarray, SlotIndexes *indexes, LiveIntervals *lis, const TargetRegisterInfo *tri) argument
H A DInterferenceCache.h80 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) { argument
84 Indexes = indexes;
/external/icu4c/test/cintltst/
H A Dsprpdata.c153 int32_t* indexes = data->indexes; local
172 if(index >= indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] &&
173 index < indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START]){
175 }else if(index >= indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] &&
176 index < indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START]){
178 }else if(index >= indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] &&
179 index < indexes[_SPREP_FOUR_UCHARS_MAPPING_INDEX_START]){
/external/icu4c/test/intltest/
H A Dtestidn.cpp67 static const int32_t *indexes = NULL; variable
93 indexes = profile->indexes;
346 if(index >= indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] &&
347 index < indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START]){
349 }else if(index >= indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] &&
350 index < indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START]){
352 }else if(index >= indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] &&
353 index < indexes[_SPREP_FOUR_UCHARS_MAPPING_INDEX_START]){
/external/openssl/crypto/bn/
H A Dbn_ctx.c121 /* Array of indexes into the bignum stack */
122 unsigned int *indexes; member in struct:bignum_ctx_stack
173 while(bnidx++ < stack->indexes[fpidx])
314 st->indexes = NULL;
320 if(st->size) OPENSSL_free(st->indexes);
341 memcpy(newitems, st->indexes, st->depth *
343 if(st->size) OPENSSL_free(st->indexes);
344 st->indexes = newitems;
347 st->indexes[(st->depth)++] = idx;
353 return st->indexes[
[all...]
/external/v8/src/
H A Dsafepoint-table.cc185 // Emit sorted table of pc offsets together with deoptimization indexes.
195 ZoneList<int>* indexes = indexes_[i]; local
217 // Run through the indexes and build a bitmap.
218 for (int j = 0; j < indexes->length(); j++) {
219 int index = bits_per_entry - 1 - indexes->at(j);
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-bind.cpp231 typedef typename make_indexes<BoundArgs...>::type indexes; typedef in class:bound_functor
329 return apply_functor(f, bound_args, indexes(), tie(args...));
/external/icu4c/tools/gensprep/
H A Dstore.c59 * int32_t indexes[_SPREP_INDEX_TOP]; -- _SPREP_INDEX_TOP=16, see enum in sprpimpl.h file
61 * UTrie stringPrepTrie; -- size in bytes=indexes[_SPREP_INDEX_TRIE_SIZE]
64 * size in bytes = indexes[_SPREP_INDEX_MAPPING_DATA_SIZE]
66 * The indexes array contains the following values:
67 * indexes[_SPREP_INDEX_TRIE_SIZE] -- The size of the StringPrep trie in bytes
68 * indexes[_SPREP_INDEX_MAPPING_DATA_SIZE] -- The size of the mappingTable in bytes
69 * indexes[_SPREP_NORM_CORRECTNS_LAST_UNI_VERSION] -- The index of Unicode version of last entry in NormalizationCorrections.txt
70 * indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] -- The starting index of 1 UChar mapping index in the mapping table
71 * indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] -- The starting index of 2 UChars mapping index in the mapping table
72 * indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_STAR
150 static int32_t indexes[_SPREP_INDEX_TOP]={ 0 }; variable
[all...]
/external/icu4c/tools/makeconv/
H A Dgencnvex.c60 uint16_t stage3[0x10000<<UCNV_EXT_STAGE_2_LEFT_SHIFT]; /* 0x10000 because of 16-bit stage 2/3 indexes */
119 int32_t indexes[UCNV_EXT_INDEXES_MIN_LENGTH]={ 0 }; local
145 /* fill indexes[] - offsets/indexes are in units of the target array */
148 indexes[UCNV_EXT_INDEXES_LENGTH]=length=UCNV_EXT_INDEXES_MIN_LENGTH;
151 indexes[UCNV_EXT_TO_U_INDEX]=top;
152 indexes[UCNV_EXT_TO_U_LENGTH]=length=utm_countItems(extData->toUTable);
155 indexes[UCNV_EXT_TO_U_UCHARS_INDEX]=top;
156 indexes[UCNV_EXT_TO_U_UCHARS_LENGTH]=length=utm_countItems(extData->toUUChars);
159 indexes[UCNV_EXT_FROM_U_UCHARS_INDE
[all...]
/external/opencv/cvaux/src/
H A Dcvlmeds.cpp168 int indexes[7], i, j; local
176 indexes[i] = (int) ((double) rand() / RAND_MAX * num);
181 if( indexes[i] == indexes[j] )
189 ml7[i] = ml[3 * indexes[i / 3] + i % 3];
190 mr7[i] = mr[3 * indexes[i / 3] + i % 3];
/external/icu4c/tools/genrb/
H A Dreslist.c655 int32_t indexes[URES_INDEX_TOP]; local
768 * write int32_t indexes[] after root and before the strings
771 uprv_memset(indexes, 0, sizeof(indexes));
772 indexes[URES_INDEX_LENGTH]= bundle->fIndexLength;
773 indexes[URES_INDEX_KEYS_TOP]= bundle->fKeysTop>>2;
774 indexes[URES_INDEX_RESOURCES_TOP]= (int32_t)(top>>2);
775 indexes[URES_INDEX_BUNDLE_TOP]= indexes[URES_INDEX_RESOURCES_TOP];
776 indexes[URES_INDEX_MAX_TABLE_LENGT
[all...]

Completed in 969 milliseconds

12