HomeSort by relevance Sort by last modified time
    Searched defs:index2NullOffset (Results 1 - 4 of 4) sorted by null

  /external/icu4c/common/
utrie2_impl.h 68 uint16_t index2NullOffset, dataNullOffset;
150 int32_t index2NullOffset, dataNullOffset;
utrie2.cpp 172 tempTrie.index2NullOffset=header->index2NullOffset;
289 trie->index2NullOffset=UTRIE2_INDEX_2_OFFSET;
304 header->index2NullOffset=(uint16_t)UTRIE2_INDEX_2_OFFSET;
524 int32_t j, i2Block, prevI2Block, index2NullOffset, block, prevBlock, nullBlock;
539 index2NullOffset=trie->index2NullOffset;
547 index2NullOffset=trie->newTrie->index2NullOffset;
606 if(i2Block==index2NullOffset) {
    [all...]
utrie2.h 703 uint16_t index2NullOffset; /* 0xffff if there is no dedicated index-2 null block */
    [all...]
utrie2_builder.cpp 207 newTrie->index2NullOffset=UNEWTRIE2_INDEX_2_NULL_OFFSET;
254 trie->index2NullOffset=other->index2NullOffset;
488 uprv_memcpy(trie->index2+newBlock, trie->index2+trie->index2NullOffset, UTRIE2_INDEX_2_BLOCK_LENGTH*4);
502 if(i2==trie->index2NullOffset) {
904 int32_t i1, i2, j, i2Block, prevI2Block, index2NullOffset, block, prevBlock, nullBlock;
909 index2NullOffset=trie->index2NullOffset;
914 prevI2Block=index2NullOffset;
933 if(i2Block==index2NullOffset) {
    [all...]

Completed in 681 milliseconds