Searched refs:index2Length (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dutrie2_impl.h46 * uint16_t index[header.index2Length];
148 int32_t index2Length, dataCapacity, dataLength; member in struct:UNewTrie2
H A Dutrie2_builder.c208 newTrie->index2Length=UNEWTRIE2_INDEX_2_START_OFFSET;
253 uprv_memcpy(trie->index2, other->index2, other->index2Length*4);
255 trie->index2Length=other->index2Length;
477 newBlock=trie->index2Length;
487 trie->index2Length=newTop;
865 findSameIndex2Block(const int32_t *idx, int32_t index2Length, int32_t otherBlock) { argument
868 /* ensure that we do not even partially get past index2Length */
869 index2Length-=UTRIE2_INDEX_2_BLOCK_LENGTH;
871 for(block=0; block<=index2Length;
[all...]
/external/icu/icu4c/source/common/
H A Dutrie2_impl.h46 * uint16_t index[header.index2Length];
148 int32_t index2Length, dataCapacity, dataLength; member in struct:UNewTrie2
H A Dutrie2_builder.cpp208 newTrie->index2Length=UNEWTRIE2_INDEX_2_START_OFFSET;
253 uprv_memcpy(trie->index2, other->index2, other->index2Length*4);
255 trie->index2Length=other->index2Length;
477 newBlock=trie->index2Length;
487 trie->index2Length=newTop;
865 findSameIndex2Block(const int32_t *idx, int32_t index2Length, int32_t otherBlock) { argument
868 /* ensure that we do not even partially get past index2Length */
869 index2Length-=UTRIE2_INDEX_2_BLOCK_LENGTH;
871 for(block=0; block<=index2Length;
[all...]

Completed in 55 milliseconds