OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UCOL_EQUAL
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/unicode/
ucol.h
67
*
UCOL_EQUAL
is returned if source string is compared to be equal to target
78
UCOL_EQUAL
= 0,
424
* @return The result of comparing the strings; one of
UCOL_EQUAL
,
428
* @see
ucol_equal
449
* @see
ucol_equal
468
* @see
ucol_equal
478
* This function is equivalent to {@link #ucol_strcoll } ==
UCOL_EQUAL
491
ucol_equal
(const UCollator *coll,
501
* @return The result of comparing the strings; one of
UCOL_EQUAL
,
[
all
...]
/external/icu4c/i18n/unicode/
ucol.h
68
*
UCOL_EQUAL
is returned if source string is compared to be equal to target
79
UCOL_EQUAL
= 0,
522
* @return The result of comparing the strings; one of
UCOL_EQUAL
,
526
* @see
ucol_equal
548
* @return The result of comparing the strings; one of
UCOL_EQUAL
,
552
* @see
ucol_equal
576
* @see
ucol_equal
595
* @see
ucol_equal
605
* This function is equivalent to {@link #ucol_strcoll } ==
UCOL_EQUAL
618
ucol_equal
(const UCollator *coll
[
all
...]
Completed in 66 milliseconds