OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCOL_PRIMARYORDER
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/icu/source/tools/dumpce/
dumpce.cpp
195
if (
UCOL_PRIMARYORDER
(ce) != 0) {
196
fprintf(f, "%04x",
UCOL_PRIMARYORDER
(ce));
[
all
...]
/external/icu4c/tools/dumpce/
dumpce.cpp
195
if (
UCOL_PRIMARYORDER
(ce) != 0) {
196
fprintf(f, "%04x",
UCOL_PRIMARYORDER
(ce));
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
bmsearch.cpp
460
return
UCOL_PRIMARYORDER
(ce) % HASH_TABLE_SIZE;
ucol_imp.h
416
#define
UCOL_PRIMARYORDER
(order) (((order) & UCOL_PRIMARYORDERMASK)>> UCOL_PRIMARYORDERSHIFT)
[
all
...]
usearch.cpp
95
// the old value
UCOL_PRIMARYORDER
(ce) % MAX_TABLE_SIZE_ does not work
99
return
UCOL_PRIMARYORDER
(ce) % MAX_TABLE_SIZE_;
[
all
...]
/external/icu4c/i18n/
ucol_imp.h
414
#define
UCOL_PRIMARYORDER
(order) (((order) & UCOL_PRIMARYORDERMASK)>> UCOL_PRIMARYORDERSHIFT)
[
all
...]
usearch.cpp
95
// the old value
UCOL_PRIMARYORDER
(ce) % MAX_TABLE_SIZE_ does not work
99
return
UCOL_PRIMARYORDER
(ce) % MAX_TABLE_SIZE_;
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
citertst.c
[
all
...]
/external/icu4c/test/cintltst/
citertst.c
[
all
...]
Completed in 283 milliseconds