OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCOL_SECONDARYORDER
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/i18n/
usrchimp.h
36
#define
UCOL_SECONDARYORDER
(order) (((order) & UCOL_SECONDARYORDERMASK)>> UCOL_SECONDARYORDERSHIFT)
/external/chromium_org/third_party/icu/source/tools/dumpce/
dumpce.cpp
199
if (
UCOL_SECONDARYORDER
(ce) != 0) {
200
fprintf(f, " %02x",
UCOL_SECONDARYORDER
(ce));
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
ucol_imp.h
417
#define
UCOL_SECONDARYORDER
(order) (((order) & UCOL_SECONDARYORDERMASK)>> UCOL_SECONDARYORDERSHIFT)
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
citertst.c
[
all
...]
Completed in 78 milliseconds