OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rootElementsLength
(Results
1 - 13
of
13
) sorted by null
/external/icu/icu4c/source/i18n/
collationdatawriter.h
31
const void *rootElements, int32_t
rootElementsLength
,
44
const void *rootElements, int32_t
rootElementsLength
,
collationrootelements.h
33
CollationRootElements(const uint32_t *rootElements, int32_t
rootElementsLength
)
34
: elements(rootElements), length(
rootElementsLength
) {}
collationdata.h
64
rootElements(NULL),
rootElementsLength
(0) {}
246
int32_t
rootElementsLength
;
collationdatawriter.cpp
77
const void *rootElements, int32_t
rootElementsLength
,
82
rootElements,
rootElementsLength
,
99
const void *rootElements, int32_t
rootElementsLength
,
272
totalSize +=
rootElementsLength
* 4;
collationdatareader.cpp
230
data->
rootElementsLength
= length;
collationbuilder.cpp
205
rootElements(b->data->rootElements, b->data->
rootElementsLength
),
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationDataReader.java
278
int
rootElementsLength
= length / 4;
282
if(
rootElementsLength
<= CollationRootElements.IX_SEC_TER_BOUNDARIES) {
285
data.rootElements = new long[
rootElementsLength
];
286
for(int i = 0; i <
rootElementsLength
; ++i) {
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationDataReader.java
277
int
rootElementsLength
= length / 4;
281
if(
rootElementsLength
<= CollationRootElements.IX_SEC_TER_BOUNDARIES) {
284
data.rootElements = new long[
rootElementsLength
];
285
for(int i = 0; i <
rootElementsLength
; ++i) {
/external/icu/icu4c/source/test/intltest/
collationtest.cpp
688
elements(root.rootElements), length(root.
rootElementsLength
),
767
CollationRootElements rootElements(root->rootElements, root->
rootElementsLength
);
[
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 358 milliseconds