OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCOL_IGNORABLE
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/i18n/
ucoleitr.cpp
278
return
UCOL_IGNORABLE
;
431
int64_t result =
UCOL_IGNORABLE
;
457
} while (result ==
UCOL_IGNORABLE
);
512
int64_t result =
UCOL_IGNORABLE
;
571
if (result !=
UCOL_IGNORABLE
) {
usearch.cpp
171
sourcece =
UCOL_IGNORABLE
;
174
} else if (strsrch->strength >= UCOL_QUATERNARY && sourcece ==
UCOL_IGNORABLE
) {
646
if (ce ==
UCOL_IGNORABLE
) {
656
&& getCE(strsrch, nextce) ==
UCOL_IGNORABLE
) {
[
all
...]
bmsearch.cpp
207
order =
UCOL_IGNORABLE
;
210
} while (order ==
UCOL_IGNORABLE
);
256
order =
UCOL_IGNORABLE
;
259
} while (order ==
UCOL_IGNORABLE
);
colldata.cpp
96
order =
UCOL_IGNORABLE
;
100
if (order ==
UCOL_IGNORABLE
) {
ucol.cpp
[
all
...]
ucol_imp.h
432
#define
UCOL_IGNORABLE
0
[
all
...]
/external/icu4c/test/intltest/
ssearch.cpp
745
if (order !=
UCOL_IGNORABLE
) {
[
all
...]
Completed in 5059 milliseconds