OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCOL_PRIMARYORDERSHIFT
(Results
1 - 10
of
10
) sorted by null
/external/icu4c/test/intltest/
colldata.cpp
434
jamoLimits[3] += (1 <<
UCOL_PRIMARYORDERSHIFT
);
451
maxHan += (1 <<
UCOL_PRIMARYORDERSHIFT
);
/external/chromium_org/third_party/icu/source/i18n/
colldata.cpp
796
jamoLimits[3] += (1 <<
UCOL_PRIMARYORDERSHIFT
);
813
maxHan += (1 <<
UCOL_PRIMARYORDERSHIFT
);
ucol_imp.h
404
#define
UCOL_PRIMARYORDERSHIFT
16
416
#define UCOL_PRIMARYORDER(order) (((order) & UCOL_PRIMARYORDERMASK)>>
UCOL_PRIMARYORDERSHIFT
)
[
all
...]
ucoleitr.cpp
759
return (order >>
UCOL_PRIMARYORDERSHIFT
);
ucol.cpp
[
all
...]
/external/icu4c/i18n/
ucol_imp.h
402
#define
UCOL_PRIMARYORDERSHIFT
16
414
#define UCOL_PRIMARYORDER(order) (((order) & UCOL_PRIMARYORDERMASK)>>
UCOL_PRIMARYORDERSHIFT
)
[
all
...]
ucoleitr.cpp
759
return (order >>
UCOL_PRIMARYORDERSHIFT
);
ucol.cpp
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
citertst.c
[
all
...]
/external/icu4c/test/cintltst/
citertst.c
[
all
...]
Completed in 152 milliseconds