Searched refs:UCollationResult (Results 1 - 25 of 37) sorted by relevance

12

/external/icu4c/test/cintltst/
H A Dccolltst.h29 UCollationResult compareResult,
30 UCollationResult keyResult,
31 UCollationResult incResult,
32 UCollationResult expectedResult );
34 UChar* appendCompareResult(UCollationResult result, UChar* target);
H A Dcallcoll.h41 void doTest(UCollator*, const UChar* source, const UChar* target, UCollationResult result);
47 void genericOrderingTestWithResult(UCollator *coll, const char * const s[], uint32_t size, UCollationResult result);
50 void genericLocaleStarterWithResult(const char *locale, const char * const s[], uint32_t size, UCollationResult result);
52 void genericLocaleStarterWithOptionsAndResult(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result);
53 void genericRulesStarterWithResult(const char *rules, const char * const s[], uint32_t size, UCollationResult result);
55 void genericRulesStarterWithOptionsAndResult(const char *rules, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result);
H A Dccolltst.c67 static const char *getCompareResult(UCollationResult result)
81 return "invalid UCollationResult?";
86 UCollationResult compareResult,
87 UCollationResult keyResult,
88 UCollationResult incResult,
89 UCollationResult expectedResult )
H A Dccurrtst.c108 UCollationResult compareResult, keyResult;
109 UCollationResult expectedResult = UCOL_EQUAL;
153 if (res < 0) keyResult = (UCollationResult)-1;
154 else if (res > 0) keyResult = (UCollationResult)1;
155 else keyResult = (UCollationResult)0;
H A Dcfintst.c53 const static UCollationResult results[] = {
H A Dcallcoll.c94 const UCollationResult results[] = {
230 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode *status) {
268 static void doTestVariant(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result)
272 UCollationResult compareResult, compareResulta, keyResult, compareResultIter = result;
299 UCollationResult compareResultUTF8 = result, compareResultUTF8Norm = result;
337 UCollationResult partialSKResult = result, partialNormalizedSKResult = result;
421 void doTest(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result)
565 void genericOrderingTestWithResult(UCollator *coll, const char * const s[], uint32_t size, UCollationResult result) {
617 void genericLocaleStarterWithResult(const char *locale, const char * const s[], uint32_t size, UCollationResult result) {
635 void genericRulesStarterWithOptionsAndResult(const char *rules, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult resul
[all...]
H A Dcestst.c61 const static UCollationResult results[] = {
H A Dcturtst.c65 const static UCollationResult results[] = {
H A Dcdetst.c69 const static UCollationResult results[][2] =
H A Dcjaptst.c58 const static UCollationResult results[] = {
/external/icu4c/test/intltest/
H A Dtscoll.cpp107 UCollationResult
165 UCollationResult compareResultIter = (UCollationResult)result;
172 if(compareResultIter != (UCollationResult)result) {
186 UCollationResult compareResultUTF8 = (UCollationResult)result, compareResultUTF8Norm = (UCollationResult)result;
224 UCollationResult partialSKResult = (UCollationResult)result, partialNormalizedSKResult = (UCollationResult)resul
[all...]
H A Dtscoll.h52 UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status);
/external/icu4c/i18n/unicode/
H A Dcoll.h224 * @deprecated ICU 2.6. Use C enum UCollationResult defined in ucol.h
365 virtual UCollationResult compare(const UnicodeString& source,
398 virtual UCollationResult compare(const UnicodeString& source,
438 virtual UCollationResult compare(const UChar* source, int32_t sourceLength,
453 virtual UCollationResult compare(UCharIterator &sIter,
470 virtual UCollationResult compareUTF8(const StringPiece &source,
H A Dtblcoll.h295 virtual UCollationResult compare(const UnicodeString& source,
329 virtual UCollationResult compare(const UnicodeString& source,
387 virtual UCollationResult compare(const UChar* source, int32_t sourceLength,
402 virtual UCollationResult compare(UCharIterator &sIter,
888 * Converts C's UCollationResult to EComparisonResult
890 * @return EComparisonResult equivalent of UCollationResult
894 const UCollationResult &result) const;
940 const UCollationResult &result) const
H A Dsortkey.h205 UCollationResult compareTo(const CollationKey& target, UErrorCode &status) const;
H A Ducol.h49 * @see UCollationResult
84 } UCollationResult ; typedef in typeref:enum:__anon5926
482 U_STABLE UCollationResult U_EXPORT2
558 U_STABLE UCollationResult U_EXPORT2
/external/icu4c/samples/legacy/
H A Dnewcol.cpp44 UCollationResult res = ucol_strcoll(compareCollator, (UChar *) string1, -1, (UChar *) string2, -1);
H A Doldcol.cpp45 UCollationResult res = ucol_strcoll(compareCollator, (UChar *) string1, -1, (UChar *) string2, -1);
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Ducol.h47 * @see UCollationResult
91 } UCollationResult ; typedef in typeref:enum:__anon14356
391 U_STABLE UCollationResult U_EXPORT2
467 U_STABLE UCollationResult U_EXPORT2
/external/webkit/Source/WebCore/icu/unicode/
H A Ducol.h47 * @see UCollationResult
91 } UCollationResult ; typedef in typeref:enum:__anon14599
391 U_STABLE UCollationResult U_EXPORT2
467 U_STABLE UCollationResult U_EXPORT2
/external/icu4c/i18n/
H A Dsortkey.cpp260 UCollationResult
272 UCollationResult result;
H A Dtblcoll.cpp344 UCollationResult RuleBasedCollator::compare(
363 UCollationResult RuleBasedCollator::compare(const UChar* source,
387 UCollationResult RuleBasedCollator::compare(
400 UCollationResult RuleBasedCollator::compare(UCharIterator &sIter,
/external/chromium/base/i18n/
H A Dfile_util_icu.cc96 UCollationResult result = collator_->compare(
/external/sqlite/android/
H A Dsqlite3_android.cpp41 UCollationResult result = ucol_strcoll(coll, (const UChar *) v1, n1,
62 UCollationResult result = ucol_strcollIter(coll, &i1, &i2, &status);
/external/icu4c/samples/coll/
H A Dcoll.cpp143 UCollationResult result = ucol_strcoll(collator, source, -1, target, -1);

Completed in 1468 milliseconds

12