OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNORM_COMPARE_NORM_OPTIONS_SHIFT
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/common/unicode/
unorm.h
184
* options>>
UNORM_COMPARE_NORM_OPTIONS_SHIFT
will be passed on to the
190
#define
UNORM_COMPARE_NORM_OPTIONS_SHIFT
20
/external/icu/icu4c/source/common/
unormcmp.cpp
579
int32_t normOptions=(int32_t)(options>>
UNORM_COMPARE_NORM_OPTIONS_SHIFT
);
/external/icu/icu4c/source/test/intltest/
tstnorm.cpp
852
int32_t normOptions=(int32_t)(options>>
UNORM_COMPARE_NORM_OPTIONS_SHIFT
);
878
int32_t normOptions=(int32_t)(options>>
UNORM_COMPARE_NORM_OPTIONS_SHIFT
);
[
all
...]
normconf.cpp
430
rc=Normalizer::compare(field[0], field[2], (options<<
UNORM_COMPARE_NORM_OPTIONS_SHIFT
)|U_COMPARE_IGNORE_CASE, status);
Completed in 531 milliseconds