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

/external/icu/icu4c/source/common/
H A Dutrie2_impl.h64 uint16_t indexLength; member in struct:UTrie2Header
H A Dutrie.h148 * pointer, with each index item increased by indexLength;
169 int32_t indexLength, dataLength; member in struct:UTrie
274 #define UTRIE_GET16_LATIN1(trie) ((trie)->index+(trie)->indexLength+UTRIE_DATA_BLOCK_LENGTH)
563 int32_t indexLength, dataCapacity, dataLength; member in struct:UNewTrie
750 * uint16_t index[header.indexLength];
767 /** indexLength is a multiple of UTRIE_SURROGATE_BLOCK_COUNT */
768 int32_t indexLength; member in struct:UTrieHeader
H A Dutrie2.cpp93 trie->data32==NULL ? trie->indexLength : 0,
172 tempTrie.indexLength=header->indexLength;
180 tempTrie.highValueIndex+=tempTrie.indexLength;
184 actualLength=(int32_t)sizeof(UTrie2Header)+tempTrie.indexLength*2;
209 p16+=trie->indexLength;
244 int32_t indexLength, dataLength, length, i; local
257 indexLength=UTRIE2_INDEX_1_OFFSET;
259 length=(int32_t)sizeof(UTrie2Header)+indexLength*2;
284 dataMove=indexLength;
[all...]
H A Dutrie.cpp108 trie->indexLength=UTRIE_MAX_INDEX_LENGTH;
377 _findSameIndexBlock(const int32_t *idx, int32_t indexLength, argument
381 for(block=UTRIE_BMP_INDEX_LENGTH; block<indexLength; block+=UTRIE_SURROGATE_BLOCK_COUNT) {
391 return indexLength;
410 int32_t indexLength, block; local
454 indexLength=UTRIE_BMP_INDEX_LENGTH;
468 block=_findSameIndexBlock(idx, indexLength, c>>UTRIE_SHIFT);
484 if(block==indexLength) {
486 uprv_memmove(idx+indexLength,
489 indexLength
[all...]
H A Dutrie2.h395 #define UTRIE2_GET16(trie, c) _UTRIE2_GET((trie), index, (trie)->indexLength, (c))
683 * pointer, with each index item increased by indexLength;
694 int32_t indexLength, dataLength; member in struct:UTrie2
H A Duresdata.cpp187 int32_t indexLength=indexes[URES_INDEX_LENGTH]&0xff; local
188 if(indexLength<=URES_INDEX_MAX_TABLE_LENGTH) {
194 (length<((1+indexLength)<<2) ||
201 if(indexes[URES_INDEX_KEYS_TOP]>(1+indexLength)) {
205 // In formatVersion 1, the indexLength took up this whole int.
211 if(indexLength>URES_INDEX_ATTRIBUTES) {
219 if((pResData->isPoolBundle || pResData->usesPoolBundle) && indexLength<=URES_INDEX_POOL_CHECKSUM) {
224 if( indexLength>URES_INDEX_16BIT_TOP &&
1316 int32_t bundleLength, indexLength, keysBottom, keysTop, resBottom, top; local
1365 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/android_icu4j/src/main/java/android/icu/impl/
H A DTrieBuilder.java239 * @param indexLength size of index
243 protected static final int findSameIndexBlock(int index[], int indexLength, argument
246 for (int block = BMP_INDEX_LENGTH_; block < indexLength;
252 return indexLength;
H A DTrie2.java82 // uint16_t indexLength;
118 header.indexLength = bytes.getChar();
141 This.indexLength = header.indexLength;
148 This.highValueIndex += This.indexLength;
154 int indexArraySize = This.indexLength;
166 This.data16 = This.indexLength;
477 dos.writeShort(header.indexLength);
486 for (i=0; i< header.indexLength; i++) {
489 bytesWritten += header.indexLength;
650 int indexLength; field in class:Trie2.UTrie2Header
674 int indexLength; field in class:Trie2
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTrieBuilder.java237 * @param indexLength size of index
241 protected static final int findSameIndexBlock(int index[], int indexLength, argument
244 for (int block = BMP_INDEX_LENGTH_; block < indexLength;
250 return indexLength;
H A DTrie2.java80 // uint16_t indexLength;
116 header.indexLength = bytes.getChar();
139 This.indexLength = header.indexLength;
146 This.highValueIndex += This.indexLength;
152 int indexArraySize = This.indexLength;
164 This.data16 = This.indexLength;
475 dos.writeShort(header.indexLength);
484 for (i=0; i< header.indexLength; i++) {
487 bytesWritten += header.indexLength;
648 int indexLength; field in class:Trie2.UTrie2Header
672 int indexLength; field in class:Trie2
[all...]
/external/icu/icu4c/source/tools/genrb/
H A Dgenrb.cpp318 int32_t indexLength; local
387 indexLength = poolBundle.fIndexes[URES_INDEX_LENGTH] & 0xff;
388 if (indexLength <= URES_INDEX_POOL_CHECKSUM) {
392 int32_t keysBottom = 1 + indexLength;
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...

Completed in 510 milliseconds