OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCEs
(Results
1 - 8
of
8
) sorted by null
/external/icu/icu4c/source/i18n/
collationfastlatinbuilder.h
46
void
getCEs
(const CollationData &data, UErrorCode &errorCode);
collationdatabuilder.h
163
int32_t
getCEs
(const UnicodeString &s, int64_t ces[], int32_t cesLength);
164
int32_t
getCEs
(const UnicodeString &prefix, const UnicodeString &s,
219
int32_t
getCEs
(const UnicodeString &s, int32_t start, int64_t ces[], int32_t cesLength);
collationiterator.h
73
const int64_t *
getCEs
() const { return buffer.getAlias(); }
183
const int64_t *
getCEs
() const {
184
return ceBuffer.
getCEs
();
collationdatabuilder.cpp
[
all
...]
collationfastlatinbuilder.cpp
111
getCEs
(data, errorCode);
118
getCEs
(data, errorCode);
221
CollationFastLatinBuilder::
getCEs
(const CollationData &data, UErrorCode &errorCode) {
collationbuilder.cpp
301
cesLength = dataBuilder->
getCEs
(nfdString, ces, 0);
731
cesLength = dataBuilder->
getCEs
(nfdExtension, ces, cesLength);
[
all
...]
collationsets.cpp
519
sink->handleExpansion(iter.
getCEs
(), length - 1);
/external/chromium_org/third_party/icu/source/test/cintltst/
citertst.c
[
all
...]
Completed in 153 milliseconds