HomeSort by relevance Sort by last modified time
    Searched refs:tempTrie (Results 1 - 10 of 10) sorted by null

  /external/icu/icu4c/source/common/
utrie2.cpp 137 UTrie2 tempTrie;
171 uprv_memset(&tempTrie, 0, sizeof(tempTrie));
172 tempTrie.indexLength=header->indexLength;
173 tempTrie.dataLength=header->shiftedDataLength<<UTRIE2_INDEX_SHIFT;
174 tempTrie.index2NullOffset=header->index2NullOffset;
175 tempTrie.dataNullOffset=header->dataNullOffset;
177 tempTrie.highStart=header->shiftedHighStart<<UTRIE2_SHIFT_1;
178 tempTrie.highValueIndex=tempTrie.dataLength-UTRIE2_DATA_GRANULARITY
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Trie2Writable.java 327 Trie2Writable tempTrie = new Trie2Writable(this);
330 this.index1 = tempTrie.index1;
331 this.index2 = tempTrie.index2;
332 this.data = tempTrie.data;
333 this.index2Length = tempTrie.index2Length;
334 this.dataCapacity = tempTrie.dataCapacity;
335 this.isCompacted = tempTrie.isCompacted;
338 this.header = tempTrie.header;
339 this.index = tempTrie.index;
340 this.data16 = tempTrie.data16
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Trie2Writable.java 325 Trie2Writable tempTrie = new Trie2Writable(this);
328 this.index1 = tempTrie.index1;
329 this.index2 = tempTrie.index2;
330 this.data = tempTrie.data;
331 this.index2Length = tempTrie.index2Length;
332 this.dataCapacity = tempTrie.dataCapacity;
333 this.isCompacted = tempTrie.isCompacted;
336 this.header = tempTrie.header;
337 this.index = tempTrie.index;
338 this.data16 = tempTrie.data16
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 504 milliseconds