HomeSort by relevance Sort by last modified time
    Searched refs:UCollator (Results 76 - 100 of 126) sorted by null

1 2 34 5 6

  /external/chromium/third_party/icu/source/i18n/
ucol.cpp 84 inline void IInit_collIterate(const UCollator *collator, const UChar *sourceString,
120 uprv_init_collIterate(const UCollator *collator, const UChar *sourceString,
313 static UCollator*
315 const UCollator *base,
316 UCollator *fillIn,
319 UCollator *result = fillIn;
375 U_CAPI UCollator* U_EXPORT2
377 const UCollator *base,
384 ucol_cloneBinary(const UCollator *coll,
444 U_CAPI UCollator* U_EXPORT
    [all...]
colldata.cpp 49 CEList::CEList(UCollator *coll, const UnicodeString &string, UErrorCode &status)
457 CollData *get(UCollator *collator, UErrorCode &status);
463 static char *getKey(UCollator *collator, char *keyBuffer, int32_t *charBufferLength);
515 CollData *CollDataCache::get(UCollator *collator, UErrorCode &status)
584 char *CollDataCache::getKey(UCollator *collator, char *keyBuffer, int32_t *keyBufferLength)
640 CollData::CollData(UCollator *collator, char *cacheKey, int32_t cacheKeyLength, UErrorCode &status)
830 UCollator *CollData::getCollator() const
1017 CollData *CollData::open(UCollator *collator, UErrorCode &status)
bmsearch.cpp 52 Target(UCollator *theCollator, const UnicodeString *target, int32_t patternLength, UErrorCode &status);
83 UCollator *coll;
93 Target::Target(UCollator *theCollator, const UnicodeString *target, int32_t patternLength, UErrorCode &status)
657 UCollator *collator = data->getCollator();
707 /*UCollator *coll =*/ data->getCollator();
usearch.cpp 792 inline int32_t getNextSafeOffset(const UCollator *collator,
    [all...]
coll.cpp 230 UCollator*
234 UCollator *result = 0;
241 result = ucol_safeClone(rbc->ucollator, NULL, NULL, status);
243 result = rbc->ucollator;
244 rbc->ucollator = NULL; // to prevent free on delete
519 // UCollator protected constructor destructor ----------------------------
836 // UCollator private data members ----------------------------------------
  /external/icu4c/i18n/
colldata.cpp 49 CEList::CEList(UCollator *coll, const UnicodeString &string, UErrorCode &status)
457 CollData *get(UCollator *collator, UErrorCode &status);
463 static char *getKey(UCollator *collator, char *keyBuffer, int32_t *charBufferLength);
513 CollData *CollDataCache::get(UCollator *collator, UErrorCode &status)
582 char *CollDataCache::getKey(UCollator *collator, char *keyBuffer, int32_t *keyBufferLength)
638 CollData::CollData(UCollator *collator, char *cacheKey, int32_t cacheKeyLength, UErrorCode &status)
828 UCollator *CollData::getCollator() const
1015 CollData *CollData::open(UCollator *collator, UErrorCode &status)
bmsearch.cpp 52 Target(UCollator *theCollator, const UnicodeString *target, int32_t patternLength, UErrorCode &status);
83 UCollator *coll;
94 Target::Target(UCollator *theCollator, const UnicodeString *target, int32_t patternLength, UErrorCode &status)
610 UCollator *collator = data->getCollator();
660 /*UCollator *coll =*/ data->getCollator();
usearch.cpp 802 inline int32_t getNextSafeOffset(const UCollator *collator,
    [all...]
coll.cpp 230 UCollator*
234 UCollator *result = 0;
241 result = ucol_safeClone(rbc->ucollator, NULL, NULL, status);
243 result = rbc->ucollator;
244 rbc->ucollator = NULL; // to prevent free on delete
519 // UCollator protected constructor destructor ----------------------------
836 // UCollator private data members ----------------------------------------
  /external/chromium/third_party/icu/source/test/intltest/
ssearch.cpp 289 UCollator *collator = ucol_open(clocale, &status);
444 UCollator *coll = ucol_open(testCases[t].locale, &status);
637 UCollator *collator = ucol_open(clocale, &status);
692 OrderList(UCollator *coll, const UnicodeString &string, int32_t stringOffset = 0);
717 OrderList::OrderList(UCollator *coll, const UnicodeString &string, int32_t stringOffset)
1086 PCEList(UCollator *coll, const UnicodeString &string);
    [all...]
tscoll.cpp 103 IntlTestCollator::compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status) {
141 UCollator *myCollation = (UCollator *)((RuleBasedCollator *)col)->getUCollator();
svccoll.cpp 18 #include "ucol_imp.h" // internal api needed to test ucollator equality
97 UCollator* frFR = ucol_open("fr_FR", &status);
165 UCollator* fufu = ucol_open("fu_FU_FOO", &status);
  /external/icu4c/test/intltest/
ssearch.cpp 437 UCollator *coll = ucol_open(testCases[t].locale, &status);
630 UCollator *collator = ucol_open(clocale, &status);
685 OrderList(UCollator *coll, const UnicodeString &string, int32_t stringOffset = 0);
710 OrderList::OrderList(UCollator *coll, const UnicodeString &string, int32_t stringOffset)
    [all...]
tscoll.cpp 106 IntlTestCollator::compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status) {
144 UCollator *myCollation = (UCollator *)((RuleBasedCollator *)col)->getUCollator();
  /external/chromium/third_party/icu/source/test/cintltst/
ccurrtst.c 105 UCollator *c;
cdetst.c 36 static UCollator *myCollation;
cjaptst.c 39 static UCollator *myCollation;
cfrtst.c 36 static UCollator *myCollation;
307 UCollator *pCollator;
  /external/icu4c/test/cintltst/
ccurrtst.c 105 UCollator *c;
cdetst.c 36 static UCollator *myCollation;
cjaptst.c 39 static UCollator *myCollation;
  /external/chromium/third_party/icu/public/i18n/unicode/
coll.h     [all...]
  /external/icu4c/i18n/unicode/
coll.h     [all...]
  /external/icu4c/samples/coll/
coll.cpp 54 UCollator * collator = 0;
  /external/icu4c/samples/strsrch/
strsrch.cpp 59 UCollator * collator = 0;

Completed in 358 milliseconds

1 2 34 5 6