Searched defs:indexLength (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dutrie2_impl.h62 uint16_t indexLength; member in struct:UTrie2Header
H A Dutrie.h146 * pointer, with each index item increased by indexLength;
167 int32_t indexLength, dataLength; member in struct:UTrie
272 #define UTRIE_GET16_LATIN1(trie) ((trie)->index+(trie)->indexLength+UTRIE_DATA_BLOCK_LENGTH)
561 int32_t indexLength, dataCapacity, dataLength; member in struct:UNewTrie
748 * uint16_t index[header.indexLength];
765 /** indexLength is a multiple of UTRIE_SURROGATE_BLOCK_COUNT */
766 int32_t indexLength; member in struct:UTrieHeader
H A Dutrie2.cpp91 trie->data32==NULL ? trie->indexLength : 0,
170 tempTrie.indexLength=header->indexLength;
178 tempTrie.highValueIndex+=tempTrie.indexLength;
182 actualLength=(int32_t)sizeof(UTrie2Header)+tempTrie.indexLength*2;
207 p16+=trie->indexLength;
242 int32_t indexLength, dataLength, length, i; local
255 indexLength=UTRIE2_INDEX_1_OFFSET;
257 length=(int32_t)sizeof(UTrie2Header)+indexLength*2;
282 dataMove=indexLength;
[all...]
H A Dutrie.cpp106 trie->indexLength=UTRIE_MAX_INDEX_LENGTH;
375 _findSameIndexBlock(const int32_t *idx, int32_t indexLength, argument
379 for(block=UTRIE_BMP_INDEX_LENGTH; block<indexLength; block+=UTRIE_SURROGATE_BLOCK_COUNT) {
389 return indexLength;
408 int32_t indexLength, block; local
452 indexLength=UTRIE_BMP_INDEX_LENGTH;
466 block=_findSameIndexBlock(idx, indexLength, c>>UTRIE_SHIFT);
482 if(block==indexLength) {
484 uprv_memmove(idx+indexLength,
487 indexLength
[all...]
H A Dutrie2.h390 #define UTRIE2_GET16(trie, c) _UTRIE2_GET((trie), index, (trie)->indexLength, (c))
678 * pointer, with each index item increased by indexLength;
689 int32_t indexLength, dataLength; member in struct:UTrie2
H A Duresdata.c188 int32_t indexLength=indexes[URES_INDEX_LENGTH]&0xff; local
189 if(indexLength<=URES_INDEX_MAX_TABLE_LENGTH) {
195 (length<((1+indexLength)<<2) ||
202 if(indexes[URES_INDEX_KEYS_TOP]>(1+indexLength)) {
205 if(indexLength>URES_INDEX_ATTRIBUTES) {
211 if((pResData->isPoolBundle || pResData->usesPoolBundle) && indexLength<=URES_INDEX_POOL_CHECKSUM) {
216 if( indexLength>URES_INDEX_16BIT_TOP &&
982 int32_t bundleLength, indexLength, keysBottom, keysTop, resBottom, top; local
1030 indexLength=udata_readInt32(ds, inIndexes[URES_INDEX_LENGTH])&0xff;
1031 if(indexLength<
[all...]
H A Dutrie2_builder.cpp348 long indexLength=trie->indexLength; local
350 long totalLength=(long)sizeof(UTrieHeader)+indexLength*2+dataLength*(trie->data32!=NULL ? 4 : 2);
352 indexLength, dataLength, totalLength);
357 long indexLength=trie->indexLength; local
359 long totalLength=(long)sizeof(UTrie2Header)+indexLength*2+dataLength*(trie->data32!=NULL ? 4 : 2);
361 which, indexLength, dataLength, totalLength);
1236 * Limited by its own 16-bit index values, and by uint16_t UTrie2Header.indexLength.
1302 /* are indexLength an
[all...]
/external/icu/icu4c/source/common/
H A Dutrie2_impl.h62 uint16_t indexLength; member in struct:UTrie2Header
H A Dutrie.h146 * pointer, with each index item increased by indexLength;
167 int32_t indexLength, dataLength; member in struct:UTrie
272 #define UTRIE_GET16_LATIN1(trie) ((trie)->index+(trie)->indexLength+UTRIE_DATA_BLOCK_LENGTH)
561 int32_t indexLength, dataCapacity, dataLength; member in struct:UNewTrie
748 * uint16_t index[header.indexLength];
765 /** indexLength is a multiple of UTRIE_SURROGATE_BLOCK_COUNT */
766 int32_t indexLength; member in struct:UTrieHeader
H A Dutrie2.cpp91 trie->data32==NULL ? trie->indexLength : 0,
170 tempTrie.indexLength=header->indexLength;
178 tempTrie.highValueIndex+=tempTrie.indexLength;
182 actualLength=(int32_t)sizeof(UTrie2Header)+tempTrie.indexLength*2;
207 p16+=trie->indexLength;
242 int32_t indexLength, dataLength, length, i; local
255 indexLength=UTRIE2_INDEX_1_OFFSET;
257 length=(int32_t)sizeof(UTrie2Header)+indexLength*2;
282 dataMove=indexLength;
[all...]
H A Dutrie.cpp106 trie->indexLength=UTRIE_MAX_INDEX_LENGTH;
375 _findSameIndexBlock(const int32_t *idx, int32_t indexLength, argument
379 for(block=UTRIE_BMP_INDEX_LENGTH; block<indexLength; block+=UTRIE_SURROGATE_BLOCK_COUNT) {
389 return indexLength;
408 int32_t indexLength, block; local
452 indexLength=UTRIE_BMP_INDEX_LENGTH;
466 block=_findSameIndexBlock(idx, indexLength, c>>UTRIE_SHIFT);
482 if(block==indexLength) {
484 uprv_memmove(idx+indexLength,
487 indexLength
[all...]
H A Dutrie2.h390 #define UTRIE2_GET16(trie, c) _UTRIE2_GET((trie), index, (trie)->indexLength, (c))
678 * pointer, with each index item increased by indexLength;
689 int32_t indexLength, dataLength; member in struct:UTrie2
H A Duresdata.c186 int32_t indexLength=indexes[URES_INDEX_LENGTH]&0xff; local
187 if(indexLength<=URES_INDEX_MAX_TABLE_LENGTH) {
193 (length<((1+indexLength)<<2) ||
200 if(indexes[URES_INDEX_KEYS_TOP]>(1+indexLength)) {
203 if(indexLength>URES_INDEX_ATTRIBUTES) {
209 if((pResData->isPoolBundle || pResData->usesPoolBundle) && indexLength<=URES_INDEX_POOL_CHECKSUM) {
214 if( indexLength>URES_INDEX_16BIT_TOP &&
980 int32_t bundleLength, indexLength, keysBottom, keysTop, resBottom, top; local
1028 indexLength=udata_readInt32(ds, inIndexes[URES_INDEX_LENGTH])&0xff;
1029 if(indexLength<
[all...]
H A Dutrie2_builder.cpp348 long indexLength=trie->indexLength; local
350 long totalLength=(long)sizeof(UTrieHeader)+indexLength*2+dataLength*(trie->data32!=NULL ? 4 : 2);
352 indexLength, dataLength, totalLength);
357 long indexLength=trie->indexLength; local
359 long totalLength=(long)sizeof(UTrie2Header)+indexLength*2+dataLength*(trie->data32!=NULL ? 4 : 2);
361 which, indexLength, dataLength, totalLength);
1236 * Limited by its own 16-bit index values, and by uint16_t UTrie2Header.indexLength.
1302 /* are indexLength an
[all...]
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dgenrb.c312 int32_t indexLength; local
380 indexLength = poolBundle.fIndexes[URES_INDEX_LENGTH] & 0xff;
381 if (indexLength <= URES_INDEX_POOL_CHECKSUM) {
385 keysBottom = (1 + indexLength) * 4;
/external/icu/icu4c/source/tools/genrb/
H A Dgenrb.c327 int32_t indexLength; local
395 indexLength = poolBundle.fIndexes[URES_INDEX_LENGTH] & 0xff;
396 if (indexLength <= URES_INDEX_POOL_CHECKSUM) {
400 keysBottom = (1 + indexLength) * 4;
/external/srec/srec/cfront/
H A Dsp_fft.c483 unsigned *indexTbl, indexLength; local
491 indexLength = 0;
515 indexLength = *indexTbl++;
528 for (k = 0; k < indexLength; k++)
537 indexTbl += indexLength;
541 indexLength = *indexTbl++;
542 for (k = 0; k < indexLength; k++)
548 indexTbl += indexLength;
551 indexLength = *indexTbl++;
552 for (k = 0; k < indexLength;
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1543 milliseconds