Home
last modified time | relevance | path

Searched full:indexes (Results 1 – 25 of 1024) sorted by relevance

12345678910>>...41

/external/icu/icu4c/source/i18n/
Dcollationdatawriter.cpp55 int32_t indexes[CollationDataReader::IX_TOTAL_SIZE + 1]; in cloneBinary() local
57 *tailoring, *settings, indexes, dest, capacity, in cloneBinary()
78 int32_t indexes[], uint8_t *dest, int32_t capacity, in writeBase() argument
83 indexes, dest, capacity, errorCode); in writeBase()
88 int32_t indexes[], uint8_t *dest, int32_t capacity, in writeTailoring() argument
93 indexes, dest, capacity, errorCode); in writeTailoring()
100 int32_t indexes[], uint8_t *dest, int32_t capacity, in write() argument
109 // the indexes length and writing offsets. in write()
111 // so the indexes length must be at least index-of-start-offset + 2. in write()
126 // For the root collator, we write an even number of indexes in write()
[all …]
/external/icu/icu4c/source/tools/toolutil/
Dcollationinfo.cpp26 CollationInfo::printSizes(int32_t sizeWithHeader, const int32_t indexes[]) { in printSizes() argument
27 int32_t totalSize = indexes[CollationDataReader::IX_TOTAL_SIZE]; in printSizes()
32 int32_t length = indexes[CollationDataReader::IX_INDEXES_LENGTH]; in printSizes()
33 printf(" indexes: %6ld *4 = %6ld\n", (long)length, (long)length * 4); in printSizes()
35 length = getDataLength(indexes, CollationDataReader::IX_REORDER_CODES_OFFSET); in printSizes()
40 length = getDataLength(indexes, CollationDataReader::IX_REORDER_TABLE_OFFSET); in printSizes()
46 length = getDataLength(indexes, CollationDataReader::IX_TRIE_OFFSET); in printSizes()
51 length = getDataLength(indexes, CollationDataReader::IX_RESERVED8_OFFSET); in printSizes()
56 length = getDataLength(indexes, CollationDataReader::IX_CES_OFFSET); in printSizes()
61 length = getDataLength(indexes, CollationDataReader::IX_RESERVED10_OFFSET); in printSizes()
[all …]
Dswapimpl.cpp108 // formatVersion 2 initially has indexes[8], 32 bytes. in upname_swap()
131 // Swap the indexes[] and the valueMaps[]. in upname_swap()
195 /* the properties file must contain at least the indexes array */ in uprops_swap()
203 /* read the indexes */ in uprops_swap()
211 * indexes[] constants are in uprops.h in uprops_swap()
238 /* swap the indexes[16] */ in uprops_swap()
318 int32_t indexes[16]; in ucase_swap() local
363 /* read the first 16 indexes (ICU 3.2/format version 1: UCASE_IX_TOP==16, might grow) */ in ucase_swap()
365 indexes[i]=udata_readInt32(ds, inIndexes[i]); in ucase_swap()
369 size=indexes[UCASE_IX_LENGTH]; in ucase_swap()
[all …]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
DDirectoryContentView.js37 const indexes = WebInspector.DirectoryContentView.columnIndexes;
39 …{id: indexes.Name, title: WebInspector.UIString("Name"), sortable: true, sort: WebInspector.DataGr…
40 {id: indexes.URL, title: WebInspector.UIString("URL"), sortable: true, width: "20%"},
41 {id: indexes.Type, title: WebInspector.UIString("Type"), sortable: true, width: "15%"},
42 {id: indexes.Size, title: WebInspector.UIString("Size"), sortable: true, width: "10%"},
43 …{id: indexes.ModificationTime, title: WebInspector.UIString("Modification Time"), sortable: true, …
64 const indexes = WebInspector.DirectoryContentView.columnIndexes;
86 const indexes = WebInspector.DirectoryContentView.columnIndexes;
88 data[indexes.Name] = entry.name;
89 data[indexes.URL] = entry.url;
[all …]
/external/lldb/source/Symbol/
DSymtab.cpp162 Symtab::Dump(Stream *s, Target *target, std::vector<uint32_t>& indexes) const in Dump()
169 s->Printf("Symtab %lu symbol indexes (%lu symbols total):\n", indexes.size(), m_symbols.size()); in Dump()
172 if (!indexes.empty()) in Dump()
175 std::vector<uint32_t>::const_iterator end = indexes.end(); in Dump()
177 for (pos = indexes.begin(); pos != end; ++pos) in Dump()
444 Symtab::AppendSymbolNamesToMap (const IndexCollection &indexes, in AppendSymbolNamesToMap() argument
456 const size_t num_indexes = indexes.size(); in AppendSymbolNamesToMap()
459 entry.value = indexes[i]; in AppendSymbolNamesToMap()
482 Symtab::AppendSymbolIndexesWithType (SymbolType symbol_type, std::vector<uint32_t>& indexes, uint32… in AppendSymbolIndexesWithType() argument
486 uint32_t prev_size = indexes.size(); in AppendSymbolIndexesWithType()
[all …]
/external/icu/icu4c/source/tools/gensprep/
Dstore.c60 * int32_t indexes[_SPREP_INDEX_TOP]; -- _SPREP_INDEX_TOP=16, see enum in sprpimpl.h file
62 * UTrie stringPrepTrie; -- size in bytes=indexes[_SPREP_INDEX_TRIE_SIZE]
65 …* size in bytes = indexes[_SPREP_INDEX_MAPPING_DAT…
67 * The indexes array contains the following values:
68 * indexes[_SPREP_INDEX_TRIE_SIZE] -- The size of the StringPrep trie in bytes
69 * indexes[_SPREP_INDEX_MAPPING_DATA_SIZE] -- The size of the mappingTable in bytes
70 …* indexes[_SPREP_NORM_CORRECTNS_LAST_UNI_VERSION] -- The index of Unicode version of last entry …
71 …* indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] -- The starting index of 1 UChar mapping inde…
72 …* indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] -- The starting index of 2 UChars mapping inde…
73 …* indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] -- The starting index of 3 UChars mapping inde…
[all …]
/external/chromium_org/third_party/icu/source/common/
Dunormimp.h88 /* canonStartSets[0..31] contains indexes for what is in the array */
107 /* 14 bit indexes to canonical USerializedSets */
114 /* indexes[] value names */
195 * int32_t indexes[_NORM_INDEX_TOP]; -- _NORM_INDEX_TOP=32, see enum in this file
197 * UTrie normTrie; -- size in bytes=indexes[_NORM_INDEX_TRIE_SIZE]
199 * uint16_t extraData[extraDataTop]; -- extraDataTop=indexes[_NORM_INDEX_UCHAR_COUNT]
203 …* uint16_t combiningTable[combiningTableTop]; -- combiningTableTop=indexes[_NORM_INDEX_COMBINE_DA…
207 * UTrie fcdTrie; -- size in bytes=indexes[_NORM_INDEX_FCD_TRIE_SIZE]
209 * UTrie auxTrie; -- size in bytes=indexes[_NORM_INDEX_AUX_TRIE_SIZE]
211 …* uint16_t canonStartSets[canonStartSetsTop] -- canonStartSetsTop=indexes[_NORM_INDEX_CANON_SET_…
[all …]
Ducnv_ext.h95 * int32_t indexes[>=32];
97 * Array of indexes and lengths etc. The length of the array is at least 32.
98 * The actual length is stored in indexes[0] to be forward compatible.
100 * Each index to another array is the number of bytes from indexes[].
103 * Some of the structures may not be present, in which case their indexes
106 * Usage of indexes[i]:
107 * [0] length of indexes[]
126 * [13] index of fromUStage3[] (array of uint16_t indexes into fromUStage3b[])
150 * [>31] reserved; there are indexes[0] indexes
177 * and match the next unit; (value indexes toUTable[value])
[all …]
Ducnvsel.cpp270 * int32_t indexes[UCNVSEL_INDEX_COUNT]; // see index entry constants above
271 * serialized UTrie2; // indexes[UCNVSEL_INDEX_TRIE_SIZE] bytes
272 * uint32_t pv[indexes[UCNVSEL_INDEX_PV_COUNT]]; // bit vectors
273 * char* encodingNames[indexes[UCNVSEL_INDEX_NAMES_LENGTH]]; // NUL-terminated strings + padding
306 int32_t indexes[UCNVSEL_INDEX_COUNT] = { in ucnvsel_serialize() local
315 (int32_t)sizeof(indexes) + in ucnvsel_serialize()
319 indexes[UCNVSEL_INDEX_SIZE] = totalSize - header.dataHeader.headerSize; in ucnvsel_serialize()
330 length = (int32_t)sizeof(indexes); in ucnvsel_serialize()
331 uprv_memcpy(p, indexes, length); in ucnvsel_serialize()
408 /* read the indexes */ in ucnvsel_swap()
[all …]
/external/icu/icu4c/source/common/
Dunormimp.h88 /* canonStartSets[0..31] contains indexes for what is in the array */
107 /* 14 bit indexes to canonical USerializedSets */
114 /* indexes[] value names */
186 * int32_t indexes[_NORM_INDEX_TOP]; -- _NORM_INDEX_TOP=32, see enum in this file
188 * UTrie normTrie; -- size in bytes=indexes[_NORM_INDEX_TRIE_SIZE]
190 * uint16_t extraData[extraDataTop]; -- extraDataTop=indexes[_NORM_INDEX_UCHAR_COUNT]
194 …* uint16_t combiningTable[combiningTableTop]; -- combiningTableTop=indexes[_NORM_INDEX_COMBINE_DA…
198 * UTrie fcdTrie; -- size in bytes=indexes[_NORM_INDEX_FCD_TRIE_SIZE]
200 * UTrie auxTrie; -- size in bytes=indexes[_NORM_INDEX_AUX_TRIE_SIZE]
202 …* uint16_t canonStartSets[canonStartSetsTop] -- canonStartSetsTop=indexes[_NORM_INDEX_CANON_SET_…
[all …]
Ducol_swp.cpp387 int32_t indexes[IX_TOTAL_SIZE+1]; in swapFormatVersion4() local
398 int32_t indexesLength=indexes[0]=udata_readInt32(ds, inIndexes[0]); in swapFormatVersion4()
408 indexes[i]=udata_readInt32(ds, inIndexes[i]); in swapFormatVersion4()
411 indexes[i]=-1; in swapFormatVersion4()
413 inIndexes=NULL; // Make sure we do not accidentally use these instead of indexes[]. in swapFormatVersion4()
418 size=indexes[IX_TOTAL_SIZE]; in swapFormatVersion4()
420 size=indexes[indexesLength-1]; in swapFormatVersion4()
439 // Swap the int32_t indexes[]. in swapFormatVersion4()
443 // Here we use indexes[] not inIndexes[] because in swapFormatVersion4()
445 int32_t index; // one of the indexes[] slots in swapFormatVersion4()
[all …]
Ducnv_ext.h97 * int32_t indexes[>=32];
99 * Array of indexes and lengths etc. The length of the array is at least 32.
100 * The actual length is stored in indexes[0] to be forward compatible.
102 * Each index to another array is the number of bytes from indexes[].
105 * Some of the structures may not be present, in which case their indexes
108 * Usage of indexes[i]:
109 * [0] length of indexes[]
128 * [13] index of fromUStage3[] (array of uint16_t indexes into fromUStage3b[])
152 * [>31] reserved; there are indexes[0] indexes
179 * and match the next unit; (value indexes toUTable[value])
[all …]
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] = { in ucnvsel_serialize() local
317 (int32_t)sizeof(indexes) + in ucnvsel_serialize()
321 indexes[UCNVSEL_INDEX_SIZE] = totalSize - header.dataHeader.headerSize; in ucnvsel_serialize()
332 length = (int32_t)sizeof(indexes); in ucnvsel_serialize()
333 uprv_memcpy(p, indexes, length); in ucnvsel_serialize()
410 /* read the indexes */ in ucnvsel_swap()
[all …]
Ddictionarydata.cpp160 int32_t indexes[DictionaryData::IX_COUNT]; in udict_swap() local
183 if (length < (int32_t)(sizeof(indexes))) { in udict_swap()
191 indexes[i] = udata_readInt32(ds, inIndexes[i]); in udict_swap()
194 size = indexes[DictionaryData::IX_TOTAL_SIZE]; in udict_swap()
208 ds->swapArray32(ds, inBytes, sizeof(indexes), outBytes, pErrorCode); in udict_swap()
209 offset = (int32_t)sizeof(indexes); in udict_swap()
210 int32_t trieType = indexes[DictionaryData::IX_TRIE_TYPE] & DictionaryData::TRIE_TYPE_MASK; in udict_swap()
211 int32_t nextOffset = indexes[DictionaryData::IX_RESERVED1_OFFSET]; in udict_swap()
226 nextOffset = indexes[DictionaryData::IX_RESERVED2_OFFSET]; in udict_swap()
228 nextOffset = indexes[DictionaryData::IX_TOTAL_SIZE]; in udict_swap()
/external/chromium_org/third_party/icu/source/tools/toolutil/
Dswapimpl.cpp109 /* the properties file must contain at least the indexes array */ in uprops_swap()
117 /* read the indexes */ in uprops_swap()
125 * indexes[] constants are in uprops.h in uprops_swap()
152 /* swap the indexes[16] */ in uprops_swap()
232 int32_t indexes[16]; in ucase_swap() local
277 /* read the first 16 indexes (ICU 3.2/format version 1: UCASE_IX_TOP==16, might grow) */ in ucase_swap()
279 indexes[i]=udata_readInt32(ds, inIndexes[i]); in ucase_swap()
283 size=indexes[UCASE_IX_LENGTH]; in ucase_swap()
300 /* swap the int32_t indexes[] */ in ucase_swap()
301 count=indexes[UCASE_IX_INDEX_TOP]*4; in ucase_swap()
[all …]
/external/chromium_org/third_party/icu/source/tools/gensprep/
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_DAT…
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 …
70 …* indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] -- The starting index of 1 UChar mapping inde…
71 …* indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] -- The starting index of 2 UChars mapping inde…
72 …* indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] -- The starting index of 3 UChars mapping inde…
[all …]
/external/chromium_org/third_party/WebKit/Source/web/
DWebIDBMetadata.cpp54 webObjectStore.indexes = WebVector<Index>(static_cast<size_t>(objectStore.indexes.size())); in WebIDBMetadata()
58 …exMap::const_iterator indexIterator = objectStore.indexes.begin(); indexIterator != objectStore.in… in WebIDBMetadata()
66 webObjectStore.indexes[j++] = webIndex; in WebIDBMetadata()
79 for (size_t j = 0; j < webObjectStore.indexes.size(); ++j) { in operator IDBDatabaseMetadata()
80 const Index webIndex = webObjectStore.indexes[j]; in operator IDBDatabaseMetadata()
82 objectStore.indexes.set(index.id, index); in operator IDBDatabaseMetadata()
/external/icu/icu4c/source/tools/gennorm2/
Dn2builder.cpp178 memset(indexes, 0, sizeof(indexes)); in Normalizer2DataBuilder()
954 norm16=indexes[Normalizer2Impl::IX_MIN_MAYBE_YES]+offset; in writeNorm16()
961 norm16=indexes[Normalizer2Impl::IX_MIN_YES_NO]+offset; in writeNorm16()
965 norm16=indexes[Normalizer2Impl::IX_MIN_YES_NO_MAPPINGS_ONLY]+offset; in writeNorm16()
969 norm16=indexes[Normalizer2Impl::IX_MIN_NO_NO]+offset; in writeNorm16()
981 if(isDecompNo && start<indexes[Normalizer2Impl::IX_MIN_DECOMP_NO_CP]) { in writeNorm16()
982 indexes[Normalizer2Impl::IX_MIN_DECOMP_NO_CP]=start; in writeNorm16()
984 if(isCompNoMaybe && start<indexes[Normalizer2Impl::IX_MIN_COMP_NO_MAYBE_CP]) { in writeNorm16()
985 indexes[Normalizer2Impl::IX_MIN_COMP_NO_MAYBE_CP]=start; in writeNorm16()
1011 … norm16=(uint16_t)indexes[Normalizer2Impl::IX_MIN_YES_NO]; // Hangul LV/LVT encoded as minYesNo in setHangulData()
[all …]
/external/chromium_org/third_party/icu/source/tools/gennorm2/
Dn2builder.cpp167 memset(indexes, 0, sizeof(indexes)); in Normalizer2DataBuilder()
854 norm16=indexes[Normalizer2Impl::IX_MIN_MAYBE_YES]+offset; in writeNorm16()
861 norm16=indexes[Normalizer2Impl::IX_MIN_YES_NO]+offset; in writeNorm16()
865 norm16=indexes[Normalizer2Impl::IX_MIN_NO_NO]+offset; in writeNorm16()
877 if(isDecompNo && start<indexes[Normalizer2Impl::IX_MIN_DECOMP_NO_CP]) { in writeNorm16()
878 indexes[Normalizer2Impl::IX_MIN_DECOMP_NO_CP]=start; in writeNorm16()
880 if(isCompNoMaybe && start<indexes[Normalizer2Impl::IX_MIN_COMP_NO_MAYBE_CP]) { in writeNorm16()
881 indexes[Normalizer2Impl::IX_MIN_COMP_NO_MAYBE_CP]=start; in writeNorm16()
907 … norm16=(uint16_t)indexes[Normalizer2Impl::IX_MIN_YES_NO]; // Hangul LV/LVT encoded as minYesNo in setHangulData()
908 if(range->start<indexes[Normalizer2Impl::IX_MIN_DECOMP_NO_CP]) { in setHangulData()
[all …]
/external/llvm/lib/CodeGen/
DLiveRangeCalc.cpp28 Indexes = SI; in reset()
41 assert(MRI && Indexes && "call reset() first"); in createDeadDefs()
51 Idx = Indexes->getMBBStartIdx(MI->getParent()); in createDeadDefs()
54 Idx = Indexes->getInstructionIndex(MI) in createDeadDefs()
64 assert(MRI && Indexes && "call reset() first"); in extendToUses()
85 Idx = Indexes->getMBBEndIdx(MI->getOperand(OpNo+1).getMBB()); in extendToUses()
88 Idx = Indexes->getInstructionIndex(MI).getRegSlot(); in extendToUses()
116 std::tie(Start, End) = Indexes->getMBBRange(MBB); in updateLiveIns()
136 assert(Indexes && "Missing SlotIndexes"); in extend()
139 MachineBasicBlock *KillMBB = Indexes->getMBBFromIndex(Kill.getPrevSlot()); in extend()
[all …]
/external/chromium_org/components/policy/core/common/
Dschema_internal.h24 // SchemaData::properties_nodes that indexes the PropertiesNode describing
28 // SchemaData::schema_nodes that indexes the SchemaNode describing the items
33 // |extra| is an offset into SchemaData::restriction_nodes that indexes the
45 // An offset into SchemaData::schema_nodes that indexes the SchemaNode
52 // An offset into SchemaData::property_nodes that indexes the PropertyNode
56 // An offset into SchemaData::property_nodes that indexes the PropertyNode
66 // An offset into SchemaData::property_nodes that indexes the PropertyNode
75 // into SchemaData::schema_nodes that indexes the SchemaNode describing the
/external/mesa3d/src/mesa/main/
Dpixeltransfer.c104 * Map color indexes to float rgba values.
196 GLuint n, GLuint indexes[]) in _mesa_shift_and_offset_ci() argument
203 indexes[i] = (indexes[i] << shift) + offset; in _mesa_shift_and_offset_ci()
209 indexes[i] = (indexes[i] >> shift) + offset; in _mesa_shift_and_offset_ci()
214 indexes[i] = indexes[i] + offset; in _mesa_shift_and_offset_ci()
223 * of color indexes;
228 GLuint n, GLuint indexes[]) in _mesa_apply_ci_transfer_ops() argument
231 _mesa_shift_and_offset_ci(ctx, n, indexes); in _mesa_apply_ci_transfer_ops()
237 const GLuint j = indexes[i] & mask; in _mesa_apply_ci_transfer_ops()
238 indexes[i] = F_TO_I(ctx->PixelMaps.ItoI.Map[j]); in _mesa_apply_ci_transfer_ops()
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dpixeltransfer.c104 * Map color indexes to float rgba values.
196 GLuint n, GLuint indexes[]) in _mesa_shift_and_offset_ci() argument
203 indexes[i] = (indexes[i] << shift) + offset; in _mesa_shift_and_offset_ci()
209 indexes[i] = (indexes[i] >> shift) + offset; in _mesa_shift_and_offset_ci()
214 indexes[i] = indexes[i] + offset; in _mesa_shift_and_offset_ci()
223 * of color indexes;
228 GLuint n, GLuint indexes[]) in _mesa_apply_ci_transfer_ops() argument
231 _mesa_shift_and_offset_ci(ctx, n, indexes); in _mesa_apply_ci_transfer_ops()
237 const GLuint j = indexes[i] & mask; in _mesa_apply_ci_transfer_ops()
238 indexes[i] = F_TO_I(ctx->PixelMaps.ItoI.Map[j]); in _mesa_apply_ci_transfer_ops()
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dexample-bind.cpp207 template<int I, int... Indexes, typename T, typename... Types>
208 struct make_indexes_impl<I, int_tuple<Indexes...>, T, Types...> {
209 typedef typename make_indexes_impl<I+1, int_tuple<Indexes..., I>, Types...>::type type;
212 template<int I, int... Indexes>
213 struct make_indexes_impl<I, int_tuple<Indexes...> > {
214 typedef int_tuple<Indexes...> type;
232 typedef typename make_indexes<BoundArgs...>::type indexes; typedef in bound_functor
287 template<typename F, int... Indexes, typename... Args>
289 unwrap_and_forward(F& f, int_tuple<Indexes...>, const tuple<Args&...>& args) { in unwrap_and_forward() argument
290 return f(get<Indexes>(args)...); in unwrap_and_forward()
[all …]
/external/icu/icu4c/source/tools/makeconv/
Dgencnvex.c60 …6_t stage3[0x10000<<UCNV_EXT_STAGE_2_LEFT_SHIFT]; /* 0x10000 because of 16-bit stage 2/3 indexes */
120 int32_t indexes[UCNV_EXT_INDEXES_MIN_LENGTH]={ 0 }; in CnvExtWrite() local
146 /* fill indexes[] - offsets/indexes are in units of the target array */ in CnvExtWrite()
149 indexes[UCNV_EXT_INDEXES_LENGTH]=length=UCNV_EXT_INDEXES_MIN_LENGTH; in CnvExtWrite()
152 indexes[UCNV_EXT_TO_U_INDEX]=top; in CnvExtWrite()
153 indexes[UCNV_EXT_TO_U_LENGTH]=length=utm_countItems(extData->toUTable); in CnvExtWrite()
156 indexes[UCNV_EXT_TO_U_UCHARS_INDEX]=top; in CnvExtWrite()
157 indexes[UCNV_EXT_TO_U_UCHARS_LENGTH]=length=utm_countItems(extData->toUUChars); in CnvExtWrite()
160 indexes[UCNV_EXT_FROM_U_UCHARS_INDEX]=top; in CnvExtWrite()
171 indexes[UCNV_EXT_FROM_U_LENGTH]=length; in CnvExtWrite()
[all …]

12345678910>>...41