HomeSort by relevance Sort by last modified time
    Searched refs:UCollator (Results 26 - 50 of 71) sorted by null

12 3

  /external/icu4c/test/cintltst/
cg7coll.c 143 UCollator *myCollation, *tblColl1;
193 UCollator *myCollation;
224 UCollator *myCollation;
253 UCollator *myCollation;
283 UCollator *myCollation;
capitst.c 50 static char* U_EXPORT2 ucol_sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *buffer, uint32_t *len) {
151 UCollator *coll = ucol_open(NULL, &status);
235 UCollator *coll=NULL;
291 UCollator *col, *ruled;
467 UCollator *col1, *col2, *col3, *col4;
586 UCollator *col;
635 UCollator *en_US, *el_GR, *vi_VN;
677 UCollator * someCollators [CLONETEST_COLLATOR_COUNT];
678 UCollator * someClonedCollators [CLONETEST_COLLATOR_COUNT];
679 UCollator * col
    [all...]
cfintst.c 36 static UCollator *myCollation;
cmsccoll.c 88 UCollator *coll = NULL;
191 UCollator *coll = ucol_open("en_US", &status);
265 UCollator *myCollation;
338 UCollator *coll = ucol_open("en_US", &status);
415 static void testPrimary(UCollator* col, const UChar* p,const UChar* q){
446 static void testSecondary(UCollator* col, const UChar* p,const UChar* q){
483 static void testTertiary(UCollator* col, const UChar* p,const UChar* q){
518 static void testEquality(UCollator* col, const UChar* p,const UChar* q){
530 static void testCollator(UCollator *coll, UErrorCode *status) {
659 UCollator *UCA = (UCollator *)collator
    [all...]
citertst.c 80 UCollator *coll = ucol_open(LOCALES[i], &status);
153 UCollator *coll = ucol_open(LOCALES[i], &status);
224 UCollator *en_us;
290 UCollator *th_th;
356 UCollator *coll;
424 UCollator *coll=NULL;
427 UCollator *c1, *c2, *c3;
565 UCollator *en_us=NULL;
711 UCollator *en_us=NULL;
788 UCollator *coll ;/*= ucol_open("en_US", &status);*
    [all...]
cestst.c 36 static UCollator *myCollation;
cturtst.c 36 static UCollator *myCollation;
usrchtst.c 25 static UCollator *EN_US_;
26 static UCollator *FR_FR_;
27 static UCollator *DE_;
28 static UCollator *ES_;
159 static UCollator *getCollator(const char *collator)
547 UCollator *collator = getCollator(search.collator);
578 UCollator *collator = getCollator(search.collator);
619 UCollator *collator = getCollator(search.collator);
775 UCollator *collator = getCollator(search->collator);
882 UCollator *collator = getCollator(search->collator)
    [all...]
ccurrtst.c 105 UCollator *c;
cdetst.c 36 static UCollator *myCollation;
  /external/icu4c/i18n/
bms.cpp 29 ucd_open(UCollator *coll, UErrorCode *status)
44 U_CAPI UCollator * U_EXPORT2
ucol_tok.h 116 const UCollator *UCA;
176 const UCollator *UCA,
ucol.cpp 100 inline void IInit_collIterate(const UCollator *collator, const UChar *sourceString,
136 uprv_init_collIterate(const UCollator *collator, const UChar *sourceString,
406 static UCollator*
408 const UCollator *base,
409 UCollator *fillIn,
412 UCollator *result = fillIn;
468 U_CAPI UCollator* U_EXPORT2
470 const UCollator *base,
477 ucol_cloneBinary(const UCollator *coll,
537 U_CAPI UCollator* U_EXPORT
    [all...]
ucoleitr.cpp 214 void init(const UCollator *coll);
227 void UCollationPCE::init(const UCollator *coll)
311 ucol_openElements(const UCollator *coll,
430 const UCollator *coll = elems->iteratordata_.coll;
511 const UCollator *coll = elems->iteratordata_.coll;
613 const UCollator *coll = elems->iteratordata_.coll;
ucol_sit.cpp 463 U_CAPI UCollator* U_EXPORT2
500 UCollator *result = ucol_open(buffer, status);
554 ucol_getShortDefinitionString(const UCollator *coll,
642 ucol_getAttributeOrDefault(const UCollator *coll, UColAttribute attr, UErrorCode *status)
674 const UCollator *coll;
688 const UCollator *coll = context->coll;
805 ucol_getContractions( const UCollator *coll,
824 ucol_getContractionsAndExpansions( const UCollator *coll,
864 ucol_getUnsafeSet( const UCollator *coll,
colldata.cpp 49 CEList::CEList(UCollator *coll, const UnicodeString &string, UErrorCode &status)
461 CollData *get(UCollator *collator, UErrorCode &status);
467 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;
94 Target::Target(UCollator *theCollator, const UnicodeString *target, int32_t patternLength, UErrorCode &status)
610 UCollator *collator = data->getCollator();
660 /*UCollator *coll =*/ data->getCollator();
  /external/icu4c/test/perf/strsrchperf/
strsrchperf.cpp 70 UCollator *coll = ucol_open(locale, &status);
89 UCollator *coll = data->getCollator();
  /external/icu4c/i18n/unicode/
ucoleitr.h 105 * @see UCollator
119 ucol_openElements(const UCollator *coll,
coll.h     [all...]
  /external/icu4c/test/intltest/
ucaconf.cpp 88 void UCAConformanceTest::setCollNonIgnorable(UCollator *coll)
97 void UCAConformanceTest::setCollShifted(UCollator *coll)
152 void UCAConformanceTest::testConformance(UCollator *coll)
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 108 IntlTestCollator::compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status) {
146 UCollator *myCollation = (UCollator *)((RuleBasedCollator *)col)->getUCollator();
  /external/icu4c/test/perf/collperf/
collperf.cpp 62 static UCollator * col; // for qsort callback function
74 UCollator * DataIndex::col;
81 UCollator * col;
93 CmdKeyGen(UErrorCode, UCollator * col,DWORD win_langid, int32_t count, DataIndex * data,Func fn,int32_t)
136 CmdIter(UErrorCode & status, UCollator * col, int32_t count, CA_uchar *data, Func fn, int32_t,int32_t)
191 CmdIterAll(UErrorCode & status, UCollator * col, int32_t count, UChar * data, CALL call,int32_t,int32_t)
387 UCollator * col;
395 CmdBinSearch(UErrorCode, UCollator * col,DWORD win_langid,int32_t count,DataIndex * rnd,DataIndex * ord,Func fn)
478 UCollator * col;
  /external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
CollatorICU.cpp 46 static UCollator* cachedCollator;

Completed in 299 milliseconds

12 3