OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:index2Length
(Results
1 - 8
of
8
) sorted by null
/external/icu/icu4c/source/common/
utrie2_impl.h
46
* uint16_t index[header.
index2Length
];
148
int32_t
index2Length
, dataCapacity, dataLength;
utrie2_builder.cpp
206
newTrie->
index2Length
=UNEWTRIE2_INDEX_2_START_OFFSET;
251
uprv_memcpy(trie->index2, other->index2, other->
index2Length
*4);
253
trie->
index2Length
=other->
index2Length
;
475
newBlock=trie->
index2Length
;
485
trie->
index2Length
=newTop;
863
findSameIndex2Block(const int32_t *idx, int32_t
index2Length
, int32_t otherBlock) {
866
/* ensure that we do not even partially get past
index2Length
*/
867
index2Length
-=UTRIE2_INDEX_2_BLOCK_LENGTH;
869
for(block=0; block<=
index2Length
; ++block)
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
Trie2Writable.java
113
index2Length
=UNEWTRIE2_INDEX_2_START_OFFSET;
171
newBlock=
index2Length
;
181
index2Length
=newTop;
331
this.
index2Length
= tempTrie.
index2Length
;
627
private int findSameIndex2Block(int
index2Length
, int otherBlock) {
630
/* ensure that we do not even partially get past
index2Length
*/
631
index2Length
-=UTRIE2_INDEX_2_BLOCK_LENGTH;
633
for(block=0; block<=
index2Length
; ++block) {
821
for(i=0; i<
index2Length
; ++i)
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Trie2Writable.java
111
index2Length
=UNEWTRIE2_INDEX_2_START_OFFSET;
169
newBlock=
index2Length
;
179
index2Length
=newTop;
329
this.
index2Length
= tempTrie.
index2Length
;
625
private int findSameIndex2Block(int
index2Length
, int otherBlock) {
628
/* ensure that we do not even partially get past
index2Length
*/
629
index2Length
-=UTRIE2_INDEX_2_BLOCK_LENGTH;
631
for(block=0; block<=
index2Length
; ++block) {
819
for(i=0; i<
index2Length
; ++i)
[
all
...]
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/misc/common/icu4j/
icu4j.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 1407 milliseconds