/external/libese/ready_se/google/keymint/KM300/Applet/AndroidSEProvider/src/com/android/javacard/keymaster/ |
D | KMAttestationCertImpl.java | 143 // Buffer indexes in transient array 153 // Data indexes in transient array 167 // State indexes in transient array 180 private static short[] indexes; field in KMAttestationCertImpl 197 indexes = JCSystem.makeTransientShortArray(NUM_INDEX_ENTRIES, JCSystem.CLEAR_ON_RESET); in instance() 208 indexes[i] = 0; in init() 216 indexes[CERT_ATT_KEY_SECRET] = KMType.INVALID_VALUE; in init() 217 indexes[CERT_ATT_KEY_RSA_PUB_MOD] = KMType.INVALID_VALUE; in init() 218 indexes[ISSUER] = KMType.INVALID_VALUE; in init() 219 indexes[SUBJECT_NAME] = KMType.INVALID_VALUE; in init() [all …]
|
/external/libese/ready_se/google/keymint/KM200/Applet/AndroidSEProvider/src/com/android/javacard/keymaster/ |
D | KMAttestationCertImpl.java | 142 // Buffer indexes in transient array 152 // Data indexes in transient array 166 // State indexes in transient array 179 private static short[] indexes; field in KMAttestationCertImpl 196 indexes = JCSystem.makeTransientShortArray(NUM_INDEX_ENTRIES, JCSystem.CLEAR_ON_RESET); in instance() 207 indexes[i] = 0; in init() 215 indexes[CERT_ATT_KEY_SECRET] = KMType.INVALID_VALUE; in init() 216 indexes[CERT_ATT_KEY_RSA_PUB_MOD] = KMType.INVALID_VALUE; in init() 217 indexes[ISSUER] = KMType.INVALID_VALUE; in init() 218 indexes[SUBJECT_NAME] = KMType.INVALID_VALUE; in init() [all …]
|
/external/cronet/third_party/icu/source/i18n/ |
D | collationdatawriter.cpp | 57 int32_t indexes[CollationDataReader::IX_TOTAL_SIZE + 1]; in cloneBinary() local 59 *tailoring, *settings, indexes, dest, capacity, in cloneBinary() 80 int32_t indexes[], uint8_t *dest, int32_t capacity, in writeBase() argument 85 indexes, dest, capacity, errorCode); in writeBase() 90 int32_t indexes[], uint8_t *dest, int32_t capacity, in writeTailoring() argument 95 indexes, dest, capacity, errorCode); in writeTailoring() 102 int32_t indexes[], uint8_t *dest, int32_t capacity, in write() argument 111 // the indexes length and writing offsets. in write() 113 // so the indexes length must be at least index-of-start-offset + 2. in write() 128 // For the root collator, we write an even number of indexes in write() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | collationdatawriter.cpp | 57 int32_t indexes[CollationDataReader::IX_TOTAL_SIZE + 1]; in cloneBinary() local 59 *tailoring, *settings, indexes, dest, capacity, in cloneBinary() 80 int32_t indexes[], uint8_t *dest, int32_t capacity, in writeBase() argument 85 indexes, dest, capacity, errorCode); in writeBase() 90 int32_t indexes[], uint8_t *dest, int32_t capacity, in writeTailoring() argument 95 indexes, dest, capacity, errorCode); in writeTailoring() 102 int32_t indexes[], uint8_t *dest, int32_t capacity, in write() argument 111 // the indexes length and writing offsets. in write() 113 // so the indexes length must be at least index-of-start-offset + 2. in write() 128 // For the root collator, we write an even number of indexes in write() [all …]
|
/external/icu/icu4c/source/tools/toolutil/ |
D | collationinfo.cpp | 30 CollationInfo::printSizes(int32_t sizeWithHeader, const int32_t indexes[]) { in printSizes() argument 31 int32_t totalSize = indexes[CollationDataReader::IX_TOTAL_SIZE]; in printSizes() 36 int32_t length = indexes[CollationDataReader::IX_INDEXES_LENGTH]; in printSizes() 37 printf(" indexes: %6ld *4 = %6ld\n", (long)length, (long)length * 4); in printSizes() 39 length = getDataLength(indexes, CollationDataReader::IX_REORDER_CODES_OFFSET); in printSizes() 44 length = getDataLength(indexes, CollationDataReader::IX_REORDER_TABLE_OFFSET); in printSizes() 50 length = getDataLength(indexes, CollationDataReader::IX_TRIE_OFFSET); in printSizes() 55 length = getDataLength(indexes, CollationDataReader::IX_RESERVED8_OFFSET); in printSizes() 60 length = getDataLength(indexes, CollationDataReader::IX_CES_OFFSET); in printSizes() 65 length = getDataLength(indexes, CollationDataReader::IX_RESERVED10_OFFSET); in printSizes() [all …]
|
D | swapimpl.cpp | 111 // formatVersion 2 initially has indexes[8], 32 bytes. in upname_swap() 134 // Swap the indexes[] and the valueMaps[]. in upname_swap() 198 /* the properties file must contain at least the indexes array */ in uprops_swap() 206 /* read the indexes */ in uprops_swap() 214 * indexes[] constants are in uprops.h in uprops_swap() 241 /* swap the indexes[16] */ in uprops_swap() 321 int32_t indexes[16]; in ucase_swap() local 366 /* read the first 16 indexes (ICU 3.2/format version 1: UCASE_IX_TOP==16, might grow) */ in ucase_swap() 368 indexes[i]=udata_readInt32(ds, inIndexes[i]); in ucase_swap() 372 size=indexes[UCASE_IX_LENGTH]; in ucase_swap() [all …]
|
/external/cronet/third_party/icu/source/tools/toolutil/ |
D | collationinfo.cpp | 30 CollationInfo::printSizes(int32_t sizeWithHeader, const int32_t indexes[]) { in printSizes() argument 31 int32_t totalSize = indexes[CollationDataReader::IX_TOTAL_SIZE]; in printSizes() 36 int32_t length = indexes[CollationDataReader::IX_INDEXES_LENGTH]; in printSizes() 37 printf(" indexes: %6ld *4 = %6ld\n", (long)length, (long)length * 4); in printSizes() 39 length = getDataLength(indexes, CollationDataReader::IX_REORDER_CODES_OFFSET); in printSizes() 44 length = getDataLength(indexes, CollationDataReader::IX_REORDER_TABLE_OFFSET); in printSizes() 50 length = getDataLength(indexes, CollationDataReader::IX_TRIE_OFFSET); in printSizes() 55 length = getDataLength(indexes, CollationDataReader::IX_RESERVED8_OFFSET); in printSizes() 60 length = getDataLength(indexes, CollationDataReader::IX_CES_OFFSET); in printSizes() 65 length = getDataLength(indexes, CollationDataReader::IX_RESERVED10_OFFSET); in printSizes() [all …]
|
D | swapimpl.cpp | 111 // formatVersion 2 initially has indexes[8], 32 bytes. in upname_swap() 134 // Swap the indexes[] and the valueMaps[]. in upname_swap() 198 /* the properties file must contain at least the indexes array */ in uprops_swap() 206 /* read the indexes */ in uprops_swap() 214 * indexes[] constants are in uprops.h in uprops_swap() 241 /* swap the indexes[16] */ in uprops_swap() 321 int32_t indexes[16]; in ucase_swap() local 366 /* read the first 16 indexes (ICU 3.2/format version 1: UCASE_IX_TOP==16, might grow) */ in ucase_swap() 368 indexes[i]=udata_readInt32(ds, inIndexes[i]); in ucase_swap() 372 size=indexes[UCASE_IX_LENGTH]; in ucase_swap() [all …]
|
/external/guava/android/guava/src/com/google/common/math/ |
D | Quantiles.java | 59 * percentiles().indexes(50, 90, 99).compute(myDataset); 77 * of the values which would appear at the indexes floor(x) and ceil(x) weighted by (1-frac(x)) and 114 * <p>The time taken to compute multiple quantiles on the same dataset using {@link Scale#indexes 115 * indexes} is generally less than the total time taken to compute each of them separately, and 184 * Specifies multiple quantile indexes to be calculated, each index being the k in the kth 187 * @param indexes the quantile indexes, each of which must be in the inclusive range [0, q] for 188 * q-quantiles; the order of the indexes is unimportant, duplicates will be ignored, and the 190 * @throws IllegalArgumentException if {@code indexes} is empty 192 public ScaleAndIndexes indexes(int... indexes) { in indexes() argument 193 return new ScaleAndIndexes(scale, indexes.clone()); in indexes() [all …]
|
/external/guava/guava/src/com/google/common/math/ |
D | Quantiles.java | 59 * percentiles().indexes(50, 90, 99).compute(myDataset); 77 * of the values which would appear at the indexes floor(x) and ceil(x) weighted by (1-frac(x)) and 114 * <p>The time taken to compute multiple quantiles on the same dataset using {@link Scale#indexes 115 * indexes} is generally less than the total time taken to compute each of them separately, and 184 * Specifies multiple quantile indexes to be calculated, each index being the k in the kth 187 * @param indexes the quantile indexes, each of which must be in the inclusive range [0, q] for 188 * q-quantiles; the order of the indexes is unimportant, duplicates will be ignored, and the 190 * @throws IllegalArgumentException if {@code indexes} is empty 192 public ScaleAndIndexes indexes(int... indexes) { in indexes() argument 193 return new ScaleAndIndexes(scale, indexes.clone()); in indexes() [all …]
|
/external/guava/android/guava-tests/test/com/google/common/math/ |
D | QuantilesTest.java | 67 * - quartiles with index and with indexes taking int-varargs, and with compute taking a 69 * - scale with index and with indexes taking int-varargs, and with all overloads of compute 71 * - scale with indexes taking integer-collection with compute taking a double-collection and with 74 * - percentiles with index and with indexes taking int-varargs, and with compute taking a 152 assertThat(quartiles().indexes(1, 3).compute(SIXTEEN_SQUARES_DOUBLES)) in testQuartiles_indexes_varargs_compute_doubleCollection() 159 assertThat(quartiles().indexes(1, 3).computeInPlace(dataset)) in testQuartiles_indexes_varargs_computeInPlace() 228 assertThat(Quantiles.scale(10).indexes(0, 10, 5, 1, 8, 1).compute(SIXTEEN_SQUARES_DOUBLES)) in testScale_indexes_varargs_compute_doubleCollection() 240 // array of indexes to be calculated is modified between the calls to indexes and compute: since in testScale_indexes_varargs_compute_doubleCollection_snapshotsIndexes() 242 int[] indexes = {0, 10, 5, 1, 8, 10}; in testScale_indexes_varargs_compute_doubleCollection_snapshotsIndexes() local 243 ScaleAndIndexes intermediate = Quantiles.scale(10).indexes(indexes); in testScale_indexes_varargs_compute_doubleCollection_snapshotsIndexes() [all …]
|
/external/guava/guava-tests/test/com/google/common/math/ |
D | QuantilesTest.java | 67 * - quartiles with index and with indexes taking int-varargs, and with compute taking a 69 * - scale with index and with indexes taking int-varargs, and with all overloads of compute 71 * - scale with indexes taking integer-collection with compute taking a double-collection and with 74 * - percentiles with index and with indexes taking int-varargs, and with compute taking a 152 assertThat(quartiles().indexes(1, 3).compute(SIXTEEN_SQUARES_DOUBLES)) in testQuartiles_indexes_varargs_compute_doubleCollection() 159 assertThat(quartiles().indexes(1, 3).computeInPlace(dataset)) in testQuartiles_indexes_varargs_computeInPlace() 228 assertThat(Quantiles.scale(10).indexes(0, 10, 5, 1, 8, 1).compute(SIXTEEN_SQUARES_DOUBLES)) in testScale_indexes_varargs_compute_doubleCollection() 240 // array of indexes to be calculated is modified between the calls to indexes and compute: since in testScale_indexes_varargs_compute_doubleCollection_snapshotsIndexes() 242 int[] indexes = {0, 10, 5, 1, 8, 10}; in testScale_indexes_varargs_compute_doubleCollection_snapshotsIndexes() local 243 ScaleAndIndexes intermediate = Quantiles.scale(10).indexes(indexes); in testScale_indexes_varargs_compute_doubleCollection_snapshotsIndexes() [all …]
|
/external/python/google-api-python-client/docs/dyn/ |
D | firestore_v1.projects.databases.collectionGroups.indexes.html | 75 …oups</a> . <a href="firestore_v1.projects.databases.collectionGroups.indexes.html">indexes</a></h1> 91 <p class="firstline">Lists composite indexes.</p> 110 { # Cloud Firestore indexes enable simple and complex queries against documents in a database. 111 …indexes, this is always 2 or more fields. The last field entry is always for the field path `__nam… 114 …"fieldPath": "A String", # Can be __name__. For single field indexes, this mus… 118 … indexes will be: `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/… 119 …Indexes with a collection query scope specified allow queries against a collection that is the chi… 157 …ts/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}` (requ… 175 …ts/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}` (requ… 184 { # Cloud Firestore indexes enable simple and complex queries against documents in a database. [all …]
|
D | firestore_v1beta2.projects.databases.collectionGroups.indexes.html | 75 …/a> . <a href="firestore_v1beta2.projects.databases.collectionGroups.indexes.html">indexes</a></h1> 91 <p class="firstline">Lists composite indexes.</p> 110 { # Cloud Firestore indexes enable simple and complex queries against documents in a database. 111 …indexes, this is always 2 or more fields. The last field entry is always for the field path `__nam… 114 …"fieldPath": "A String", # Can be __name__. For single field indexes, this mus… 118 … indexes will be: `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/… 119 …Indexes with a collection query scope specified allow queries against a collection that is the chi… 157 …ts/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}` (requ… 175 …ts/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}` (requ… 184 { # Cloud Firestore indexes enable simple and complex queries against documents in a database. [all …]
|
D | firestore_v1beta2.projects.databases.collectionGroups.fields.html | 113 …stor_field`. To explicitly remove all indexes for this field, specify an index config with an empt… 115 "indexes": [ # The indexes supported for this field. 116 { # Cloud Firestore indexes enable simple and complex queries against documents in a database. 117 …indexes, this is always 2 or more fields. The last field entry is always for the field path `__nam… 120 …eldPath": "A String", # Can be __name__. For single field indexes, this must match … 124 … indexes will be: `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/… 125 …Indexes with a collection query scope specified allow queries against a collection that is the chi… 132 …oject_id}/databases/{database_id}/collectionGroups/__default__/fields/*` Indexes defined on this `… 156 …stor_field`. To explicitly remove all indexes for this field, specify an index config with an empt… 158 "indexes": [ # The indexes supported for this field. [all …]
|
D | firestore_v1.projects.databases.collectionGroups.fields.html | 113 …stor_field`. To explicitly remove all indexes for this field, specify an index config with an empt… 115 "indexes": [ # The indexes supported for this field. 116 { # Cloud Firestore indexes enable simple and complex queries against documents in a database. 117 …indexes, this is always 2 or more fields. The last field entry is always for the field path `__nam… 120 …eldPath": "A String", # Can be __name__. For single field indexes, this must match … 124 … indexes will be: `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/… 125 …Indexes with a collection query scope specified allow queries against a collection that is the chi… 132 …oject_id}/databases/{database_id}/collectionGroups/__default__/fields/*` Indexes defined on this `… 156 …stor_field`. To explicitly remove all indexes for this field, specify an index config with an empt… 158 "indexes": [ # The indexes supported for this field. [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UBiDiProps.java | 46 // read indexes[] in readData() 50 throw new IOException("indexes[0] too small in "+DATA_FILE_NAME); in readData() 52 indexes=new int[count]; in readData() 54 indexes[0]=count; in readData() 56 indexes[i]=bytes.getInt(); in readData() 61 int expectedTrieLength=indexes[IX_TRIE_SIZE]; in readData() 70 count=indexes[IX_MIRROR_LENGTH]; in readData() 76 count=indexes[IX_JG_LIMIT]-indexes[IX_JG_START]; in readData() 81 count=indexes[IX_JG_LIMIT2]-indexes[IX_JG_START2]; in readData() 110 length=indexes[IX_MIRROR_LENGTH]; in addPropertyStarts() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UBiDiProps.java | 50 // read indexes[] in readData() 54 throw new IOException("indexes[0] too small in "+DATA_FILE_NAME); in readData() 56 indexes=new int[count]; in readData() 58 indexes[0]=count; in readData() 60 indexes[i]=bytes.getInt(); in readData() 65 int expectedTrieLength=indexes[IX_TRIE_SIZE]; in readData() 74 count=indexes[IX_MIRROR_LENGTH]; in readData() 80 count=indexes[IX_JG_LIMIT]-indexes[IX_JG_START]; in readData() 85 count=indexes[IX_JG_LIMIT2]-indexes[IX_JG_START2]; in readData() 114 length=indexes[IX_MIRROR_LENGTH]; in addPropertyStarts() [all …]
|
/external/okio/okio/src/commonMain/kotlin/okio/ |
D | Options.kt | 40 // indexes to the caller's indexes. in <lambda>() 43 val indexes = mutableListOf(*byteStrings.map { -1 }.toTypedArray()) in <lambda>() constant 46 indexes[sortedIndex] = callerIndex in <lambda>() 61 if (indexes[b] > indexes[a]) { in <lambda>() 63 indexes.removeAt(b) in <lambda>() 72 buildTrieRecursive(node = trieBytes, byteStrings = list, indexes = indexes) in <lambda>() 91 * - a heterogeneous list of selectChoiceCount result indexes (>= 0) or offsets (< 0) of the in <lambda>() 114 indexes: List<Int> in <lambda>() 128 prefixIndex = indexes[fromIndex] in <lambda>() 171 node.writeInt(indexes[rangeStart]) in <lambda>() [all …]
|
/external/icu/icu4c/source/tools/gennorm2/ |
D | n2builder.cpp | 100 memset(indexes, 0, sizeof(indexes)); in Normalizer2DataBuilder() 441 norm16=indexes[Normalizer2Impl::IX_MIN_YES_NO]+norm.offset*2; in writeNorm16() 444 norm16=indexes[Normalizer2Impl::IX_MIN_YES_NO_MAPPINGS_ONLY]+norm.offset*2; in writeNorm16() 447 norm16=indexes[Normalizer2Impl::IX_MIN_NO_NO]+norm.offset*2; in writeNorm16() 450 norm16=indexes[Normalizer2Impl::IX_MIN_NO_NO_COMP_BOUNDARY_BEFORE]+norm.offset*2; in writeNorm16() 453 norm16=indexes[Normalizer2Impl::IX_MIN_NO_NO_COMP_NO_MAYBE_CC]+norm.offset*2; in writeNorm16() 456 norm16=indexes[Normalizer2Impl::IX_MIN_NO_NO_EMPTY]+norm.offset*2; in writeNorm16() 473 norm16=indexes[Normalizer2Impl::IX_MIN_MAYBE_YES]+norm.offset*2; in writeNorm16() 496 if(isDecompNo && start<indexes[Normalizer2Impl::IX_MIN_DECOMP_NO_CP]) { in writeNorm16() 497 indexes[Normalizer2Impl::IX_MIN_DECOMP_NO_CP]=start; in writeNorm16() [all …]
|
/external/cronet/third_party/icu/source/tools/gennorm2/ |
D | n2builder.cpp | 100 memset(indexes, 0, sizeof(indexes)); in Normalizer2DataBuilder() 441 norm16=indexes[Normalizer2Impl::IX_MIN_YES_NO]+norm.offset*2; in writeNorm16() 444 norm16=indexes[Normalizer2Impl::IX_MIN_YES_NO_MAPPINGS_ONLY]+norm.offset*2; in writeNorm16() 447 norm16=indexes[Normalizer2Impl::IX_MIN_NO_NO]+norm.offset*2; in writeNorm16() 450 norm16=indexes[Normalizer2Impl::IX_MIN_NO_NO_COMP_BOUNDARY_BEFORE]+norm.offset*2; in writeNorm16() 453 norm16=indexes[Normalizer2Impl::IX_MIN_NO_NO_COMP_NO_MAYBE_CC]+norm.offset*2; in writeNorm16() 456 norm16=indexes[Normalizer2Impl::IX_MIN_NO_NO_EMPTY]+norm.offset*2; in writeNorm16() 473 norm16=indexes[Normalizer2Impl::IX_MIN_MAYBE_YES]+norm.offset*2; in writeNorm16() 496 if(isDecompNo && start<indexes[Normalizer2Impl::IX_MIN_DECOMP_NO_CP]) { in writeNorm16() 497 indexes[Normalizer2Impl::IX_MIN_DECOMP_NO_CP]=start; in writeNorm16() [all …]
|
/external/cronet/third_party/icu/source/tools/gensprep/ |
D | store.c | 64 * int32_t indexes[_SPREP_INDEX_TOP]; -- _SPREP_INDEX_TOP=16, see enum in sprpimpl.h file 66 * UTrie stringPrepTrie; -- size in bytes=indexes[_SPREP_INDEX_TRIE_SIZE] 69 …* size in bytes = indexes[_SPREP_INDEX_MAPPING_DAT… 71 * The indexes array contains the following values: 72 * indexes[_SPREP_INDEX_TRIE_SIZE] -- The size of the StringPrep trie in bytes 73 * indexes[_SPREP_INDEX_MAPPING_DATA_SIZE] -- The size of the mappingTable in bytes 74 …* indexes[_SPREP_NORM_CORRECTNS_LAST_UNI_VERSION] -- The index of Unicode version of last entry … 75 …* indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] -- The starting index of 1 UChar mapping inde… 76 …* indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] -- The starting index of 2 UChars mapping inde… 77 …* indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] -- The starting index of 3 UChars mapping inde… [all …]
|
/external/icu/icu4c/source/tools/gensprep/ |
D | store.c | 64 * int32_t indexes[_SPREP_INDEX_TOP]; -- _SPREP_INDEX_TOP=16, see enum in sprpimpl.h file 66 * UTrie stringPrepTrie; -- size in bytes=indexes[_SPREP_INDEX_TRIE_SIZE] 69 …* size in bytes = indexes[_SPREP_INDEX_MAPPING_DAT… 71 * The indexes array contains the following values: 72 * indexes[_SPREP_INDEX_TRIE_SIZE] -- The size of the StringPrep trie in bytes 73 * indexes[_SPREP_INDEX_MAPPING_DATA_SIZE] -- The size of the mappingTable in bytes 74 …* indexes[_SPREP_NORM_CORRECTNS_LAST_UNI_VERSION] -- The index of Unicode version of last entry … 75 …* indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] -- The starting index of 1 UChar mapping inde… 76 …* indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] -- The starting index of 2 UChars mapping inde… 77 …* indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] -- The starting index of 3 UChars mapping inde… [all …]
|
/external/icu/icu4c/source/common/ |
D | ucol_swp.cpp | 313 int32_t indexes[IX_TOTAL_SIZE+1]; in swapFormatVersion4() local 324 int32_t indexesLength=indexes[0]=udata_readInt32(ds, inIndexes[0]); in swapFormatVersion4() 334 indexes[i]=udata_readInt32(ds, inIndexes[i]); in swapFormatVersion4() 337 indexes[i]=-1; in swapFormatVersion4() 339 inIndexes=NULL; // Make sure we do not accidentally use these instead of indexes[]. in swapFormatVersion4() 344 size=indexes[IX_TOTAL_SIZE]; in swapFormatVersion4() 346 size=indexes[indexesLength-1]; in swapFormatVersion4() 365 // Swap the int32_t indexes[]. in swapFormatVersion4() 369 // Here we use indexes[] not inIndexes[] because in swapFormatVersion4() 371 int32_t index; // one of the indexes[] slots in swapFormatVersion4() [all …]
|
/external/cronet/third_party/icu/source/common/ |
D | ucol_swp.cpp | 313 int32_t indexes[IX_TOTAL_SIZE+1]; in swapFormatVersion4() local 324 int32_t indexesLength=indexes[0]=udata_readInt32(ds, inIndexes[0]); in swapFormatVersion4() 334 indexes[i]=udata_readInt32(ds, inIndexes[i]); in swapFormatVersion4() 337 indexes[i]=-1; in swapFormatVersion4() 339 inIndexes=NULL; // Make sure we do not accidentally use these instead of indexes[]. in swapFormatVersion4() 344 size=indexes[IX_TOTAL_SIZE]; in swapFormatVersion4() 346 size=indexes[indexesLength-1]; in swapFormatVersion4() 365 // Swap the int32_t indexes[]. in swapFormatVersion4() 369 // Here we use indexes[] not inIndexes[] because in swapFormatVersion4() 371 int32_t index; // one of the indexes[] slots in swapFormatVersion4() [all …]
|