OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_EXPANSION_LENGTH
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/i18n/
collationsets.h
135
int64_t ces[Collation::
MAX_EXPANSION_LENGTH
];
collation.h
282
static const int32_t
MAX_EXPANSION_LENGTH
= 31;
collationbuilder.h
306
int64_t ces[Collation::
MAX_EXPANSION_LENGTH
];
collationbuilder.cpp
302
if(cesLength > Collation::
MAX_EXPANSION_LENGTH
) {
732
if(cesLength > Collation::
MAX_EXPANSION_LENGTH
) {
[
all
...]
collationdatabuilder.cpp
196
if(cesLength < Collation::
MAX_EXPANSION_LENGTH
) {
654
if(cesLength < 0 || cesLength > Collation::
MAX_EXPANSION_LENGTH
) {
686
int32_t newCE32s[Collation::
MAX_EXPANSION_LENGTH
];
[
all
...]
Completed in 205 milliseconds