Searched defs:cesLength (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationdata.h42 ce32sLength(0), cesLength(0), contextsLength(0),
170 int32_t cesLength; member in struct:CollationData
H A Dcollationbasedatabuilder.cpp256 CollationBaseDataBuilder::encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode) { argument
257 addRootElements(ces, cesLength, errorCode);
258 return CollationDataBuilder::encodeCEs(ces, cesLength, errorCode);
262 CollationBaseDataBuilder::addRootElements(const int64_t ces[], int32_t cesLength, argument
265 for(int32_t i = 0; i < cesLength; ++i) {
H A Dcollationbuilder.h307 int32_t cesLength; member in class:CollationBuilder
H A Dcollationdatabuilder.cpp128 int32_t fetchCEs(const UnicodeString &str, int32_t start, int64_t ces[], int32_t cesLength);
168 int64_t ces[], int32_t cesLength) {
196 if(cesLength < Collation::MAX_EXPANSION_LENGTH) {
197 ces[cesLength] = ce;
199 ++cesLength;
203 return cesLength;
525 const int64_t ces[], int32_t cesLength,
527 uint32_t ce32 = encodeCEs(ces, cesLength, errorCode);
651 CollationDataBuilder::encodeCEs(const int64_t ces[], int32_t cesLength, argument
654 if(cesLength <
167 fetchCEs(const UnicodeString &str, int32_t start, int64_t ces[], int32_t cesLength) argument
524 add(const UnicodeString &prefix, const UnicodeString &s, const int64_t ces[], int32_t cesLength, UErrorCode &errorCode) argument
1501 getCEs(const UnicodeString &s, int64_t ces[], int32_t cesLength) argument
1506 getCEs(const UnicodeString &prefix, const UnicodeString &s, int64_t ces[], int32_t cesLength) argument
1517 getCEs(const UnicodeString &s, int32_t start, int64_t ces[], int32_t cesLength) argument
[all...]

Completed in 180 milliseconds