HomeSort by relevance Sort by last modified time
    Searched refs:UCOL_LESS (Results 1 - 25 of 32) sorted by null

1 2

  /external/icu/icu4c/source/test/cintltst/
cturtst.c 66 UCOL_LESS,
67 UCOL_LESS,
68 UCOL_LESS,
69 UCOL_LESS,
71 UCOL_LESS,
72 UCOL_LESS,
75 UCOL_LESS,
76 UCOL_LESS, /*Turkish translator made a primary differnce between dotted and dotless I */
cestst.c 62 UCOL_LESS,
63 UCOL_LESS,
65 UCOL_LESS,
66 UCOL_LESS,
68 UCOL_LESS,
70 UCOL_LESS,
cdetst.c 72 { UCOL_LESS, UCOL_LESS }, /*should be UCOL_GREATER for primary*/
73 { UCOL_EQUAL, UCOL_LESS },
77 { UCOL_EQUAL, UCOL_LESS },
79 { UCOL_LESS, UCOL_LESS }, /*should be UCOL_GREATER for primary*/
82 { UCOL_LESS, UCOL_LESS }, /*should be UCOL_GREATER for primary*/
cjaptst.c 59 UCOL_LESS,
60 UCOL_EQUAL, /*UCOL_LESS*/ /* Katakanas and Hiraganas are equal on tertiary level(ICU 2.0)*/
61 UCOL_LESS,
62 UCOL_GREATER, /*UCOL_LESS*/ /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*/
63 UCOL_LESS,
64 UCOL_LESS, /*UCOL_GREATER*/ /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*//* 6 */
151 doTest(myCollation, testBaseCases[i], testBaseCases[i + 1], UCOL_LESS);
173 testPlainDakutenHandakutenCases[i + 1], UCOL_LESS);
198 UCOL_LESS);
223 testKatakanaHiraganaCases[i + 1], UCOL_LESS);
    [all...]
encoll.c 142 UCOL_LESS,
143 UCOL_LESS, /*UCOL_GREATER,*/
144 UCOL_LESS,
148 UCOL_LESS,
149 UCOL_LESS,
150 UCOL_LESS,
151 UCOL_LESS, /*UCOL_GREATER,*/ /* 10 */
153 UCOL_LESS,
155 UCOL_LESS,
159 UCOL_LESS,
    [all...]
cfintst.c 55 UCOL_LESS,
57 UCOL_LESS,
callcoll.c 95 UCOL_LESS,
96 UCOL_LESS, /*UCOL_GREATER,*/
97 UCOL_LESS,
98 UCOL_LESS,
99 UCOL_LESS,
100 UCOL_LESS,
101 UCOL_LESS,
104 UCOL_LESS, /* 10 */
106 UCOL_LESS,
109 UCOL_LESS,
    [all...]
cmsccoll.c 103 doTest(coll, t1, t2, UCOL_LESS);
129 doTest(coll, t1, t2, UCOL_LESS);
164 UCOL_LESS,
167 UCOL_LESS,
202 doTest(coll, t1, t2, UCOL_LESS);
216 doTest(coll, t1, t2, UCOL_LESS);
451 doTest(coll, t1, t2, UCOL_LESS);
520 doTest(coll, t1, t2, UCOL_LESS);
848 { UCOL_LESS, UCOL_LESS, UCOL_LESS, UCOL_EQUAL, UCOL_LESS, UCOL_LESS, UCOL_EQUAL, UCOL_EQUAL, UCOL_LESS }
    [all...]
cfrtst.c 71 UCOL_LESS,
72 UCOL_LESS,
73 UCOL_LESS, /*UCOL_GREATER,*/
74 UCOL_LESS,
77 UCOL_LESS,
79 UCOL_LESS, /*UCOL_GREATER,*/
81 UCOL_LESS,
82 UCOL_LESS
190 if (i < j) expected = UCOL_LESS;
214 doTest(myCollation, testBugs[i], testBugs[j], UCOL_LESS);
    [all...]
cg7coll.c 188 doTest(myCollation, testCases[results[i][j]], testCases[results[i][n]], UCOL_LESS);
220 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], UCOL_LESS);
250 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], UCOL_LESS);
280 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], UCOL_LESS);
309 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], UCOL_LESS);
ccolltst.c 71 if (result == UCOL_LESS)
ccurrtst.c 129 expectedResult = UCOL_LESS;
  /external/icu/icu4c/source/i18n/
collationcompare.cpp 101 return (leftPrimary < rightPrimary) ? UCOL_LESS : UCOL_GREATER;
126 return (leftSecondary < rightSecondary) ? UCOL_LESS : UCOL_GREATER;
166 return (leftSecondary < rightSecondary) ? UCOL_LESS : UCOL_GREATER;
240 return (leftCase < rightCase) ? UCOL_LESS : UCOL_GREATER;
242 return (leftCase < rightCase) ? UCOL_GREATER : UCOL_LESS;
296 return (leftTertiary < rightTertiary) ? UCOL_LESS : UCOL_GREATER;
345 return (leftQuaternary < rightQuaternary) ? UCOL_LESS : UCOL_GREATER;
sortkey.cpp 196 result = UCOL_LESS;
211 return UCOL_LESS;
collationfastlatin.cpp 201 return (leftPrimary < rightPrimary) ? UCOL_LESS : UCOL_GREATER;
280 return (leftSecondary < rightSecondary) ? UCOL_LESS : UCOL_GREATER;
328 return (leftCase < rightCase) ? UCOL_LESS : UCOL_GREATER;
330 return (leftCase < rightCase) ? UCOL_GREATER : UCOL_LESS;
391 return (leftTertiary < rightTertiary) ? UCOL_LESS : UCOL_GREATER;
436 return (leftQuaternary < rightQuaternary) ? UCOL_LESS : UCOL_GREATER;
552 return (leftPrimary < rightPrimary) ? UCOL_LESS : UCOL_GREATER;
631 return (leftSecondary < rightSecondary) ? UCOL_LESS : UCOL_GREATER;
679 return (leftCase < rightCase) ? UCOL_LESS : UCOL_GREATER;
681 return (leftCase < rightCase) ? UCOL_GREATER : UCOL_LESS;
    [all...]
  /external/icu/icu4c/source/samples/legacy/
newcol.cpp 45 if(res == UCOL_LESS) {
oldcol.cpp 46 if(res == UCOL_LESS) {
  /external/sqlite/android/
sqlite3_android.cpp 43 if (result == UCOL_LESS) {
67 if (result == UCOL_LESS) {
  /external/icu/icu4c/source/i18n/unicode/
coll.h 214 LESS = UCOL_LESS, // -1
343 * than target; UCOL_EQUAL if source is equal to target; UCOL_LESS if source is less
376 * length) is equal to target; UCOL_LESS if source (up to the specified
434 * than target; UCOL_EQUAL if source is equal to target; UCOL_LESS if source is less
450 * @return UCOL_LESS, UCOL_EQUAL or UCOL_GREATER
467 * @return UCOL_LESS, UCOL_EQUAL or UCOL_GREATER
    [all...]
ucol.h 60 * UCOL_LESS is returned if source string is compared to be less than target
77 UCOL_LESS = -1
542 * UCOL_GREATER, UCOL_LESS
567 * UCOL_GREATER, UCOL_LESS
603 * This function is equivalent to {@link #ucol_strcoll } != UCOL_LESS
646 * UCOL_GREATER, UCOL_LESS
    [all...]
  /external/icu/icu4c/source/samples/coll/
coll.cpp 144 if (result == UCOL_LESS) {
  /external/icu/icu4c/source/test/intltest/
ucaconf.cpp 168 return result<0 ? UCOL_LESS : result==0 ? UCOL_EQUAL : UCOL_GREATER;
apicoll.cpp 111 doAssert((col->compareUTF8("\x61\x62\xc3\xa4", "\x61\x62\xc3\x9f", success) == UCOL_LESS), "ab a-umlaut < ab sharp-s UTF-8 comparison failed");
119 doAssert((col->compare(abauIter, abssIter, success) == UCOL_LESS), "ab a-umlaut < ab sharp-s UCharIterator comparison failed");
561 doAssert(sortkEmpty.compareTo(sortk1, success) == UCOL_LESS, "Result should be (empty key) <<< \"Abcda\"");
    [all...]
tscoll.cpp 117 return UCOL_LESS;
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 287 if (t == UCOL_LESS) return -1;
297 if (t == UCOL_LESS) return -1;
549 r=UCOL_GREATER; if(ri<0) {r=UCOL_LESS;} else if (ri==0) {r=UCOL_EQUAL;}
563 if (r == UCOL_LESS)
    [all...]

Completed in 1003 milliseconds

1 2