Searched refs:UCOL_LESS (Results 1 - 25 of 34) sorted by relevance

12

/external/icu/icu4c/source/test/cintltst/
H A Dcturtst.c68 UCOL_LESS,
69 UCOL_LESS,
70 UCOL_LESS,
71 UCOL_LESS,
73 UCOL_LESS,
74 UCOL_LESS,
77 UCOL_LESS,
78 UCOL_LESS, /*Turkish translator made a primary differnce between dotted and dotless I */
H A Dcestst.c64 UCOL_LESS,
65 UCOL_LESS,
67 UCOL_LESS,
68 UCOL_LESS,
70 UCOL_LESS,
72 UCOL_LESS,
H A Dcdetst.c74 { UCOL_LESS, UCOL_LESS }, /*should be UCOL_GREATER for primary*/
75 { UCOL_EQUAL, UCOL_LESS },
79 { UCOL_EQUAL, UCOL_LESS },
81 { UCOL_LESS, UCOL_LESS }, /*should be UCOL_GREATER for primary*/
84 { UCOL_LESS, UCOL_LESS }, /*should be UCOL_GREATER for primary*/
H A Dcjaptst.c61 UCOL_LESS,
62 UCOL_EQUAL, /*UCOL_LESS*/ /* Katakanas and Hiraganas are equal on tertiary level(ICU 2.0)*/
63 UCOL_LESS,
64 UCOL_GREATER, /*UCOL_LESS*/ /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*/
65 UCOL_LESS,
66 UCOL_LESS, /*UCOL_GREATER*/ /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*//* 6 */
153 doTest(myCollation, testBaseCases[i], testBaseCases[i + 1], UCOL_LESS);
175 testPlainDakutenHandakutenCases[i + 1], UCOL_LESS);
200 UCOL_LESS);
225 testKatakanaHiraganaCases[i + 1], UCOL_LESS);
[all...]
H A Dencoll.c145 UCOL_LESS,
146 UCOL_LESS, /*UCOL_GREATER,*/
147 UCOL_LESS,
151 UCOL_LESS,
152 UCOL_LESS,
153 UCOL_LESS,
154 UCOL_LESS, /*UCOL_GREATER,*/ /* 10 */
156 UCOL_LESS,
158 UCOL_LESS,
162 UCOL_LESS,
[all...]
H A Dcfintst.c57 UCOL_LESS,
59 UCOL_LESS,
H A Dcallcoll.c97 UCOL_LESS,
98 UCOL_LESS, /*UCOL_GREATER,*/
99 UCOL_LESS,
100 UCOL_LESS,
101 UCOL_LESS,
102 UCOL_LESS,
103 UCOL_LESS,
106 UCOL_LESS, /* 10 */
108 UCOL_LESS,
111 UCOL_LESS,
[all...]
H A Dcmsccoll.c102 doTest(coll, t1, t2, UCOL_LESS);
128 doTest(coll, t1, t2, UCOL_LESS);
163 UCOL_LESS,
166 UCOL_LESS,
201 doTest(coll, t1, t2, UCOL_LESS);
215 doTest(coll, t1, t2, UCOL_LESS);
450 doTest(coll, t1, t2, UCOL_LESS);
519 doTest(coll, t1, t2, UCOL_LESS);
847 { UCOL_LESS, UCOL_LESS, UCOL_LES
[all...]
H A Dcfrtst.c74 UCOL_LESS,
75 UCOL_LESS,
76 UCOL_LESS, /*UCOL_GREATER,*/
77 UCOL_LESS,
80 UCOL_LESS,
82 UCOL_LESS, /*UCOL_GREATER,*/
84 UCOL_LESS,
85 UCOL_LESS
193 if (i < j) expected = UCOL_LESS;
217 doTest(myCollation, testBugs[i], testBugs[j], UCOL_LESS);
[all...]
H A Dcg7coll.c190 doTest(myCollation, testCases[results[i][j]], testCases[results[i][n]], UCOL_LESS);
222 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], UCOL_LESS);
252 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], UCOL_LESS);
282 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], UCOL_LESS);
311 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], UCOL_LESS);
H A Dccolltst.c73 if (result == UCOL_LESS)
H A Dccurrtst.c129 expectedResult = UCOL_LESS;
/external/icu/icu4c/source/i18n/
H A Dcollationcompare.cpp103 return (leftPrimary < rightPrimary) ? UCOL_LESS : UCOL_GREATER;
128 return (leftSecondary < rightSecondary) ? UCOL_LESS : UCOL_GREATER;
168 return (leftSecondary < rightSecondary) ? UCOL_LESS : UCOL_GREATER;
242 return (leftCase < rightCase) ? UCOL_LESS : UCOL_GREATER;
244 return (leftCase < rightCase) ? UCOL_GREATER : UCOL_LESS;
298 return (leftTertiary < rightTertiary) ? UCOL_LESS : UCOL_GREATER;
347 return (leftQuaternary < rightQuaternary) ? UCOL_LESS : UCOL_GREATER;
H A Dsortkey.cpp198 result = UCOL_LESS;
213 return UCOL_LESS;
H A Dcollationfastlatin.cpp203 return (leftPrimary < rightPrimary) ? UCOL_LESS : UCOL_GREATER;
282 return (leftSecondary < rightSecondary) ? UCOL_LESS : UCOL_GREATER;
330 return (leftCase < rightCase) ? UCOL_LESS : UCOL_GREATER;
332 return (leftCase < rightCase) ? UCOL_GREATER : UCOL_LESS;
393 return (leftTertiary < rightTertiary) ? UCOL_LESS : UCOL_GREATER;
438 return (leftQuaternary < rightQuaternary) ? UCOL_LESS : UCOL_GREATER;
554 return (leftPrimary < rightPrimary) ? UCOL_LESS : UCOL_GREATER;
633 return (leftSecondary < rightSecondary) ? UCOL_LESS : UCOL_GREATER;
681 return (leftCase < rightCase) ? UCOL_LESS : UCOL_GREATER;
683 return (leftCase < rightCase) ? UCOL_GREATER : UCOL_LESS;
[all...]
/external/icu/icu4c/source/samples/legacy/
H A Dnewcol.cpp51 if(res == UCOL_LESS) {
H A Doldcol.cpp52 if(res == UCOL_LESS) {
/external/sqlite/android/
H A Dsqlite3_android.cpp46 if (result == UCOL_LESS) {
70 if (result == UCOL_LESS) {
/external/icu/icu4c/source/samples/coll/
H A Dcoll.cpp150 if (result == UCOL_LESS) {
/external/icu/icu4c/source/test/intltest/
H A Ducaconf.cpp170 return result<0 ? UCOL_LESS : result==0 ? UCOL_EQUAL : UCOL_GREATER;
H A Dapicoll.cpp113 doAssert((col->compareUTF8("\x61\x62\xc3\xa4", "\x61\x62\xc3\x9f", success) == UCOL_LESS), "ab a-umlaut < ab sharp-s UTF-8 comparison failed");
121 doAssert((col->compare(abauIter, abssIter, success) == UCOL_LESS), "ab a-umlaut < ab sharp-s UCharIterator comparison failed");
563 doAssert(sortkEmpty.compareTo(sortk1, success) == UCOL_LESS, "Result should be (empty key) <<< \"Abcda\"");
920 if(res != UCOL_LESS) {
928 if(res != UCOL_LESS) {
1561 assertEquals("dollar<zero", (int32_t)UCOL_LESS, (int32_t)coll->compare(dollar, UnicodeString((UChar)0x30)));
1598 assertEquals("dollar<zero", (int32_t)UCOL_LESS, (int32_t)coll->compare(UnicodeString((UChar)0x24), UnicodeString((UChar)0x30)));
2287 if(res != UCOL_LESS) {
2406 assertEquals("40<72", (int32_t)UCOL_LESS, (int32_t)result);
H A Dtscoll.cpp119 return UCOL_LESS;
/external/icu/icu4c/source/i18n/unicode/
H A Dcoll.h219 LESS = UCOL_LESS, // -1
348 * than target; UCOL_EQUAL if source is equal to target; UCOL_LESS if source is less
381 * length) is equal to target; UCOL_LESS if source (up to the specified
439 * than target; UCOL_EQUAL if source is equal to target; UCOL_LESS if source is less
455 * @return UCOL_LESS, UCOL_EQUAL or UCOL_GREATER
472 * @return UCOL_LESS, UCOL_EQUAL or UCOL_GREATER
H A Ducol.h62 * UCOL_LESS is returned if source string is compared to be less than target
79 UCOL_LESS = -1 enumerator in enum:__anon7516
553 * UCOL_GREATER, UCOL_LESS
578 * UCOL_GREATER, UCOL_LESS
614 * This function is equivalent to {@link #ucol_strcoll } != UCOL_LESS
657 * UCOL_GREATER, UCOL_LESS
/external/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp291 if (t == UCOL_LESS) return -1;
301 if (t == UCOL_LESS) return -1;
553 r=UCOL_GREATER; if(ri<0) {r=UCOL_LESS;} else if (ri==0) {r=UCOL_EQUAL;}
567 if (r == UCOL_LESS)

Completed in 1228 milliseconds

12