Home
last modified time | relevance | path

Searched refs:UCOL_LESS (Results 1 – 25 of 36) sorted by relevance

12

/external/icu/icu4c/source/test/cintltst/
Dencoll.c145 UCOL_LESS,
146 UCOL_LESS, /*UCOL_GREATER,*/
147 UCOL_LESS,
151 UCOL_LESS,
152 UCOL_LESS,
153 UCOL_LESS,
154UCOL_LESS, /*UCOL_GREATER,*/ /* 10 */
156 UCOL_LESS,
158 UCOL_LESS,
162 UCOL_LESS,
[all …]
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 */
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*/
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; in TestSecondary()
217 doTest(myCollation, testBugs[i], testBugs[j], UCOL_LESS); in TestExtra()
Dcjaptst.c61 UCOL_LESS,
63 UCOL_LESS,
65 UCOL_LESS,
66UCOL_LESS, /*UCOL_GREATER*/ /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*//* 6…
153 doTest(myCollation, testBaseCases[i], testBaseCases[i + 1], UCOL_LESS); in TestBase()
175 testPlainDakutenHandakutenCases[i + 1], UCOL_LESS); in TestPlainDakutenHandakuten()
200 UCOL_LESS); in TestSmallLarge()
225 testKatakanaHiraganaCases[i + 1], UCOL_LESS); in TestKatakanaHiragana()
251 UCOL_LESS); in TestChooonKigoo()
Dcestst.c64 UCOL_LESS,
65 UCOL_LESS,
67 UCOL_LESS,
68 UCOL_LESS,
70 UCOL_LESS,
72 UCOL_LESS,
Dcmsccoll.c102 doTest(coll, t1, t2, UCOL_LESS); in IncompleteCntTest()
128 doTest(coll, t1, t2, UCOL_LESS); in IncompleteCntTest()
163 UCOL_LESS,
166 UCOL_LESS,
201 doTest(coll, t1, t2, UCOL_LESS); in BlackBirdTest()
215 doTest(coll, t1, t2, UCOL_LESS); in BlackBirdTest()
450 doTest(coll, t1, t2, UCOL_LESS); in TestChMove()
846 …{ UCOL_LESS, UCOL_LESS, UCOL_LESS, UCOL_EQUAL, UCOL_LESS, UCOL_LESS, UCOL_EQUAL, UCOL_EQU… in TestCase()
847 …{ UCOL_GREATER, UCOL_LESS, UCOL_LESS, UCOL_EQUAL, UCOL_LESS, UCOL_LESS, UCOL_EQUAL, UCOL_EQU… in TestCase()
848 …{ UCOL_LESS, UCOL_LESS, UCOL_LESS, UCOL_EQUAL, UCOL_GREATER, UCOL_LESS, UCOL_EQUAL, UCOL_EQU… in TestCase()
[all …]
Dcallcoll.c99 UCOL_LESS,
100 UCOL_LESS, /*UCOL_GREATER,*/
101 UCOL_LESS,
102 UCOL_LESS,
103 UCOL_LESS,
104 UCOL_LESS,
105 UCOL_LESS,
108 UCOL_LESS, /* 10 */
110 UCOL_LESS,
113 UCOL_LESS,
[all …]
Dcg7coll.c190 doTest(myCollation, testCases[results[i][j]], testCases[results[i][n]], UCOL_LESS); in TestG7Locales()
222 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], UCOL_LESS); in TestDemo1()
252 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], UCOL_LESS); in TestDemo2()
282 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], UCOL_LESS); in TestDemo3()
311 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], UCOL_LESS); in TestDemo4()
Dcfintst.c57 UCOL_LESS,
59 UCOL_LESS,
Dccurrtst.c129 expectedResult = UCOL_LESS; in currTest()
Dccolltst.c73 if (result == UCOL_LESS) in getCompareResult()
/external/icu/icu4c/source/i18n/
Dcollationcompare.cpp103 return (leftPrimary < rightPrimary) ? UCOL_LESS : UCOL_GREATER; in compareUpToQuaternary()
128 return (leftSecondary < rightSecondary) ? UCOL_LESS : UCOL_GREATER; in compareUpToQuaternary()
168 return (leftSecondary < rightSecondary) ? UCOL_LESS : UCOL_GREATER; in compareUpToQuaternary()
242 return (leftCase < rightCase) ? UCOL_LESS : UCOL_GREATER; in compareUpToQuaternary()
244 return (leftCase < rightCase) ? UCOL_GREATER : UCOL_LESS; in compareUpToQuaternary()
298 return (leftTertiary < rightTertiary) ? UCOL_LESS : UCOL_GREATER; in compareUpToQuaternary()
347 return (leftQuaternary < rightQuaternary) ? UCOL_LESS : UCOL_GREATER; in compareUpToQuaternary()
Dcollationfastlatin.cpp203 return (leftPrimary < rightPrimary) ? UCOL_LESS : UCOL_GREATER; in compareUTF16()
282 return (leftSecondary < rightSecondary) ? UCOL_LESS : UCOL_GREATER; in compareUTF16()
330 return (leftCase < rightCase) ? UCOL_LESS : UCOL_GREATER; in compareUTF16()
332 return (leftCase < rightCase) ? UCOL_GREATER : UCOL_LESS; in compareUTF16()
393 return (leftTertiary < rightTertiary) ? UCOL_LESS : UCOL_GREATER; in compareUTF16()
438 return (leftQuaternary < rightQuaternary) ? UCOL_LESS : UCOL_GREATER; in compareUTF16()
554 return (leftPrimary < rightPrimary) ? UCOL_LESS : UCOL_GREATER; in compareUTF8()
633 return (leftSecondary < rightSecondary) ? UCOL_LESS : UCOL_GREATER; in compareUTF8()
681 return (leftCase < rightCase) ? UCOL_LESS : UCOL_GREATER; in compareUTF8()
683 return (leftCase < rightCase) ? UCOL_GREATER : UCOL_LESS; in compareUTF8()
[all …]
Dsortkey.cpp198 result = UCOL_LESS; in compareTo()
213 return UCOL_LESS; in compareTo()
/external/icu/icu4c/source/samples/legacy/
Dnewcol.cpp51 if(res == UCOL_LESS) { in compare_current()
Doldcol.cpp52 if(res == UCOL_LESS) { in compare_legacy()
/external/sqlite/android/
Dsqlite3_android.cpp46 if (result == UCOL_LESS) { in collate16()
70 if (result == UCOL_LESS) { in collate8()
/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp107 …doAssert((col->compareUTF8("\x61\x62\xc3\xa4", "\x61\x62\xc3\x9f", success) == UCOL_LESS), "ab a-u… in TestProperty()
115 …doAssert((col->compare(abauIter, abssIter, success) == UCOL_LESS), "ab a-umlaut < ab sharp-s UChar… in TestProperty()
580 …doAssert(sortkEmpty.compareTo(sortk1, success) == UCOL_LESS, "Result should be (empty key) <<< \"A… in TestCollationKey()
937 if(res != UCOL_LESS) { in TestDuplicate()
945 if(res != UCOL_LESS) { in TestDuplicate()
1578 …assertEquals("dollar<zero", (int32_t)UCOL_LESS, (int32_t)coll->compare(dollar, UnicodeString((UCha… in TestVariableTopSetting()
1615 …assertEquals("dollar<zero", (int32_t)UCOL_LESS, (int32_t)coll->compare(UnicodeString((UChar)0x24),… in TestMaxVariable()
2316 if(res != UCOL_LESS) { in TestNULLCharTailoring()
2435 assertEquals("40<72", (int32_t)UCOL_LESS, (int32_t)result); in TestIterNumeric()
Ducaconf.cpp170 return result<0 ? UCOL_LESS : result==0 ? UCOL_EQUAL : UCOL_GREATER; in normalizeResult()
/external/icu/icu4c/source/samples/coll/
Dcoll.cpp150 if (result == UCOL_LESS) { in strcmp()
/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp291 if (t == UCOL_LESS) return -1; in ICUstrcmpL()
301 if (t == UCOL_LESS) return -1; in ICUstrcmp()
552 r=UCOL_GREATER; if(ri<0) {r=UCOL_LESS;} else if (ri==0) {r=UCOL_EQUAL;} in doBinarySearch()
566 if (r == UCOL_LESS) in doBinarySearch()
/external/icu/icu4c/source/i18n/unicode/
Dcoll.h222 LESS = UCOL_LESS, // -1
Ducol.h79 UCOL_LESS = -1 enumerator
/external/icu/libandroidicu/include/unicode/
Ducol.h79 UCOL_LESS = -1 enumerator

12