/external/chromium_org/third_party/icu/source/test/cintltst/ |
cdetst.c | 73 { UCOL_EQUAL, UCOL_LESS }, 77 { UCOL_EQUAL, UCOL_LESS }, 78 { UCOL_EQUAL, UCOL_EQUAL }, /*should be UCOL_GREATER for primary*/ 80 { UCOL_EQUAL, UCOL_GREATER }, 81 { UCOL_EQUAL, UCOL_EQUAL }, 83 { UCOL_EQUAL, UCOL_GREATER }
|
callcoll.c | 113 UCOL_EQUAL, 114 UCOL_EQUAL, 115 UCOL_EQUAL, /* 20 */ 118 UCOL_EQUAL, 119 UCOL_EQUAL, 120 UCOL_EQUAL, 123 UCOL_EQUAL, 124 UCOL_EQUAL, 125 UCOL_EQUAL, 126 UCOL_EQUAL, [all...] |
encoll.c | 147 UCOL_EQUAL, 154 UCOL_EQUAL, 174 UCOL_EQUAL, 180 UCOL_EQUAL, 181 UCOL_EQUAL, 183 UCOL_EQUAL, 184 UCOL_EQUAL, /* 40 */ 186 UCOL_EQUAL, 187 UCOL_EQUAL, 191 UCOL_EQUAL, [all...] |
cestst.c | 69 UCOL_EQUAL, 71 UCOL_EQUAL
|
cmsccoll.c | 161 UCOL_EQUAL, 162 UCOL_EQUAL, 163 UCOL_EQUAL, 165 UCOL_EQUAL, 166 UCOL_EQUAL, 168 UCOL_EQUAL, 169 UCOL_EQUAL 254 UCOL_EQUAL, 255 UCOL_EQUAL, 257 UCOL_EQUAL [all...] |
ccolltst.c | 73 else if (result == UCOL_EQUAL)
|
cfintst.c | 59 UCOL_EQUAL
|
ccurrtst.c | 109 UCollationResult expectedResult = UCOL_EQUAL; 133 expectedResult = UCOL_EQUAL;
|
cjaptst.c | 60 UCOL_EQUAL, /*UCOL_LESS*/ /* Katakanas and Hiraganas are equal on tertiary level(ICU 2.0)*/
|
/external/icu4c/test/cintltst/ |
cdetst.c | 73 { UCOL_EQUAL, UCOL_LESS }, 77 { UCOL_EQUAL, UCOL_LESS }, 78 { UCOL_EQUAL, UCOL_EQUAL }, /*should be UCOL_GREATER for primary*/ 80 { UCOL_EQUAL, UCOL_GREATER }, 81 { UCOL_EQUAL, UCOL_EQUAL }, 83 { UCOL_EQUAL, UCOL_GREATER }
|
encoll.c | 147 UCOL_EQUAL, 154 UCOL_EQUAL, 174 UCOL_EQUAL, 180 UCOL_EQUAL, 181 UCOL_EQUAL, 183 UCOL_EQUAL, 184 UCOL_EQUAL, /* 40 */ 186 UCOL_EQUAL, 187 UCOL_EQUAL, 191 UCOL_EQUAL, [all...] |
callcoll.c | 113 UCOL_EQUAL, 114 UCOL_EQUAL, 115 UCOL_EQUAL, /* 20 */ 118 UCOL_EQUAL, 119 UCOL_EQUAL, 120 UCOL_EQUAL, 123 UCOL_EQUAL, 124 UCOL_EQUAL, 125 UCOL_EQUAL, 126 UCOL_EQUAL, [all...] |
cestst.c | 69 UCOL_EQUAL, 71 UCOL_EQUAL
|
ccolltst.c | 75 else if (result == UCOL_EQUAL)
|
cfintst.c | 59 UCOL_EQUAL
|
ccurrtst.c | 109 UCollationResult expectedResult = UCOL_EQUAL; 133 expectedResult = UCOL_EQUAL;
|
cmsccoll.c | 162 UCOL_EQUAL, 163 UCOL_EQUAL, 164 UCOL_EQUAL, 166 UCOL_EQUAL, 167 UCOL_EQUAL, 169 UCOL_EQUAL, 170 UCOL_EQUAL 255 UCOL_EQUAL, 256 UCOL_EQUAL, 258 UCOL_EQUAL [all...] |
cjaptst.c | 60 UCOL_EQUAL, /*UCOL_LESS*/ /* Katakanas and Hiraganas are equal on tertiary level(ICU 2.0)*/
|
/external/icu4c/i18n/ |
sortkey.cpp | 188 return UCOL_EQUAL; 198 result = UCOL_EQUAL; 217 return UCOL_EQUAL;
|
tblcoll.cpp | 342 return UCOL_EQUAL; 355 return UCOL_EQUAL; 365 return UCOL_EQUAL;
|
ucol.cpp | 8869 ucol_equal( const UCollator *coll, function [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
sortkey.cpp | 265 return UCOL_EQUAL; 283 result = UCOL_EQUAL; 299 return UCOL_EQUAL;
|
/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...] |
tblcoll.h | 269 * than target; UCOL_EQUAL if source is equal to target; UCOL_LESS if source is less 285 * length) is greater than target; UCOL_EQUAL if source (up to specified 307 * than target; UCOL_EQUAL if source is equal to target; UCOL_LESS if source is less 323 * @return UCOL_LESS, UCOL_EQUAL or UCOL_GREATER [all...] |
/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...] |