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

1 2

  /external/icu4c/test/cintltst/
ccolltst.h 29 UCollationResult compareResult,
30 UCollationResult keyResult,
31 UCollationResult incResult,
32 UCollationResult expectedResult );
34 UChar* appendCompareResult(UCollationResult result, UChar* target);
callcoll.h 41 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);
ccolltst.c 67 static const char *getCompareResult(UCollationResult result)
81 return "invalid UCollationResult?";
86 UCollationResult compareResult,
87 UCollationResult keyResult,
88 UCollationResult incResult,
89 UCollationResult expectedResult )
ccurrtst.c 108 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;
cfintst.c 53 const static UCollationResult results[] = {
callcoll.c 94 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 result)
    [all...]
cestst.c 61 const static UCollationResult results[] = {
cturtst.c 65 const static UCollationResult results[] = {
cdetst.c 69 const static UCollationResult results[][2] =
cjaptst.c 58 const static UCollationResult results[] = {
  /external/icu4c/test/intltest/
tscoll.cpp 107 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)result
    [all...]
tscoll.h 52 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/
tblcoll.h 295 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,
    [all...]
coll.h 224 * @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,
    [all...]
sortkey.h 205 UCollationResult compareTo(const CollationKey& target, UErrorCode &status) const;
ucol.h 49 * @see UCollationResult
84 } UCollationResult ;
482 U_STABLE UCollationResult U_EXPORT2
558 U_STABLE UCollationResult U_EXPORT2
    [all...]
  /external/icu4c/samples/legacy/
newcol.cpp 44 UCollationResult res = ucol_strcoll(compareCollator, (UChar *) string1, -1, (UChar *) string2, -1);
oldcol.cpp 45 UCollationResult res = ucol_strcoll(compareCollator, (UChar *) string1, -1, (UChar *) string2, -1);
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucol.h 47 * @see UCollationResult
91 } UCollationResult ;
391 U_STABLE UCollationResult U_EXPORT2
467 U_STABLE UCollationResult U_EXPORT2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucol.h 47 * @see UCollationResult
91 } UCollationResult ;
391 U_STABLE UCollationResult U_EXPORT2
467 U_STABLE UCollationResult U_EXPORT2
    [all...]
  /external/icu4c/i18n/
sortkey.cpp 260 UCollationResult
272 UCollationResult result;
tblcoll.cpp 344 UCollationResult RuleBasedCollator::compare(
363 UCollationResult RuleBasedCollator::compare(const UChar* source,
387 UCollationResult RuleBasedCollator::compare(
400 UCollationResult RuleBasedCollator::compare(UCharIterator &sIter,
  /external/chromium/base/i18n/
file_util_icu.cc 96 UCollationResult result = collator_->compare(
  /external/sqlite/android/
sqlite3_android.cpp 41 UCollationResult result = ucol_strcoll(coll, (const UChar *) v1, n1,
62 UCollationResult result = ucol_strcollIter(coll, &i1, &i2, &status);
  /external/icu4c/samples/coll/
coll.cpp 143 UCollationResult result = ucol_strcoll(collator, source, -1, target, -1);

Completed in 296 milliseconds

1 2