OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rootElementsLength
(Results
1 - 10
of
10
) 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
229
data->
rootElementsLength
= length;
collationbuilder.cpp
205
rootElements(b->data->rootElements, b->data->
rootElementsLength
),
[
all
...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationDataReader.java
287
int
rootElementsLength
= length / 4;
291
if(
rootElementsLength
<= CollationRootElements.IX_SEC_TER_BOUNDARIES) {
294
data.rootElements = new long[
rootElementsLength
];
295
for(int i = 0; i <
rootElementsLength
; ++i) {
/external/icu/icu4c/source/test/intltest/
collationtest.cpp
691
elements(root.rootElements), length(root.
rootElementsLength
),
770
CollationRootElements rootElements(root->rootElements, root->
rootElementsLength
);
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 2674 milliseconds