OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:U_COMPARE_IGNORE_CASE
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/common/
ustr_imp.h
28
#ifndef
U_COMPARE_IGNORE_CASE
34
#define
U_COMPARE_IGNORE_CASE
0x10000
unormcmp.cpp
173
* assume that at least one of the options _COMPARE_EQUIV and
U_COMPARE_IGNORE_CASE
is set
184
if((options&
U_COMPARE_IGNORE_CASE
)!=0) {
319
if( level1==0 && (options&
U_COMPARE_IGNORE_CASE
) &&
364
if( level2==0 && (options&
U_COMPARE_IGNORE_CASE
) &&
unistr_case.cpp
67
options|
U_COMPARE_IGNORE_CASE
, &errorCode);
ustrcase.cpp
519
* assume that at least the option
U_COMPARE_IGNORE_CASE
is set
871
options|
U_COMPARE_IGNORE_CASE
,
879
options|
U_COMPARE_IGNORE_CASE
,
887
options|
U_COMPARE_IGNORE_CASE
,
895
options|(
U_COMPARE_IGNORE_CASE
|_STRNCMP_STYLE),
/external/icu/icu4c/source/common/unicode/
unorm2.h
539
#define
U_COMPARE_IGNORE_CASE
0x10000
594
* -
U_COMPARE_IGNORE_CASE
/external/icu/icu4c/source/test/intltest/
tstnorm.cpp
854
if(options&
U_COMPARE_IGNORE_CASE
) {
[
all
...]
normconf.cpp
430
rc=Normalizer::compare(field[0], field[2], (options<<UNORM_COMPARE_NORM_OPTIONS_SHIFT)|
U_COMPARE_IGNORE_CASE
, status);
Completed in 361 milliseconds