Home
last modified time | relevance | path

Searched refs:UCollator (Results 1 – 25 of 72) sorted by relevance

123

/external/icu4c/i18n/unicode/
Ducol.h58 struct UCollator;
62 typedef struct UCollator UCollator; typedef
325 U_STABLE UCollator* U_EXPORT2
353 U_STABLE UCollator* U_EXPORT2
395 U_STABLE UCollator* U_EXPORT2
415 ucol_getContractions( const UCollator *coll,
431 ucol_getContractionsAndExpansions( const UCollator *coll,
446 ucol_close(UCollator *coll);
461 U_DEFINE_LOCAL_OPEN_POINTER(LocalUCollatorPointer, UCollator, ucol_close);
483 ucol_strcoll( const UCollator *coll,
[all …]
Dcolldata.h82 CEList(UCollator *coll, const UnicodeString &string, UErrorCode &status);
297 static CollData *open(UCollator *collator, UErrorCode &status);
314 UCollator *getCollator() const;
425 CollData(UCollator *collator, char *cacheKey, int32_t cachekeyLength, UErrorCode &status);
430 static char *getCollatorKey(UCollator *collator, char *buffer, int32_t bufferLength);
434 UCollator *coll;
Dtblcoll.h779 UCollator *ucollator;
859 void setUCollator(UCollator *collator);
867 const UCollator * getUCollator();
922 inline void RuleBasedCollator::setUCollator(UCollator *collator) in setUCollator()
934 inline const UCollator * RuleBasedCollator::getUCollator() in getUCollator()
Dbms.h52 ucd_open(UCollator *coll, UErrorCode *status);
77 U_CAPI UCollator * U_EXPORT2
Dusearch.h284 const UCollator *collator,
522 U_STABLE UCollator * U_EXPORT2 usearch_getCollator(
536 const UCollator *collator,
/external/webkit/Source/JavaScriptCore/icu/unicode/
Ducol.h65 struct UCollator;
69 typedef struct UCollator UCollator; typedef
268 U_STABLE UCollator* U_EXPORT2
296 U_STABLE UCollator* U_EXPORT2
338 U_CAPI UCollator* U_EXPORT2
358 ucol_getContractions( const UCollator *coll,
374 ucol_close(UCollator *coll);
392 ucol_strcoll( const UCollator *coll,
413 ucol_greater(const UCollator *coll,
432 ucol_greaterOrEqual(const UCollator *coll,
[all …]
/external/webkit/Source/WebCore/icu/unicode/
Ducol.h65 struct UCollator;
69 typedef struct UCollator UCollator; typedef
268 U_STABLE UCollator* U_EXPORT2
296 U_STABLE UCollator* U_EXPORT2
338 U_CAPI UCollator* U_EXPORT2
358 ucol_getContractions( const UCollator *coll,
374 ucol_close(UCollator *coll);
392 ucol_strcoll( const UCollator *coll,
413 ucol_greater(const UCollator *coll,
432 ucol_greaterOrEqual(const UCollator *coll,
[all …]
Dusearch.h237 const UCollator *collator,
456 U_STABLE UCollator * U_EXPORT2 usearch_getCollator(
470 const UCollator *collator,
/external/icu4c/i18n/
Ducol_imp.h305 const UCollator *coll;
352 uprv_init_collIterate(const UCollator *collator,
537 uint32_t ucol_prv_getSpecialCE(const UCollator *coll, UChar ch, uint32_t CE,
541 uint32_t ucol_prv_getSpecialPrevCE(const UCollator *coll, UChar ch, uint32_t CE,
543 U_CAPI uint32_t U_EXPORT2 ucol_getNextCE(const UCollator *coll,
545 U_CFUNC uint32_t U_EXPORT2 ucol_getPrevCE(const UCollator *coll,
549 void *ucol_getABuffer(const UCollator *coll, uint32_t size);
561 ucol_getSortKeyWithAllocation(const UCollator *coll,
567 SortKeyGenerator(const UCollator *coll,
576 ucol_calcSortKey(const UCollator *coll,
[all …]
Ducol_res.cpp52 static void ucol_setReorderCodesFromParser(UCollator *coll, UColTokenParser *parser, UErrorCode *st…
56 static UCollator* _staticUCA = NULL;
109 UCollator *
121UCollator *newUCA = ucol_initCollator((const UCATableHeader *)udata_getMemory(result), NULL, NULL,… in ucol_initUCA()
163 static UCollator*
173 U_CFUNC UCollator*
178 const UCollator* UCA = ucol_initUCA(status); in ucol_open_internal()
185 UCollator *result = NULL; in ucol_open_internal()
348 U_CAPI UCollator*
356 UCollator *result = NULL; in ucol_open()
[all …]
Dstsearch.cpp57 m_collator_.setUCollator((UCollator *)m_strsrch_->collator); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
92 m_collator_.setUCollator((UCollator *)m_strsrch_->collator); in StringSearch()
120 m_collator_.setUCollator((UCollator *)m_strsrch_->collator); in StringSearch()
155 m_collator_.setUCollator((UCollator *)m_strsrch_->collator); in StringSearch()
187 m_collator_.setUCollator((UCollator *)m_strsrch_->collator); in StringSearch()
226 m_collator_.setUCollator((UCollator *)m_strsrch_->collator); in operator =()
285 m_collator_.setUCollator((UCollator *)m_strsrch_->collator); in setCollator()
Ducol.cpp100 inline void IInit_collIterate(const UCollator *collator, const UChar *sourceString, in IInit_collIterate()
136 uprv_init_collIterate(const UCollator *collator, const UChar *sourceString, in uprv_init_collIterate()
406 static UCollator*
408 const UCollator *base, in ucol_initFromBinary()
409 UCollator *fillIn, in ucol_initFromBinary()
412 UCollator *result = fillIn; in ucol_initFromBinary()
468 U_CAPI UCollator* U_EXPORT2
470 const UCollator *base, in ucol_openBinary()
477 ucol_cloneBinary(const UCollator *coll, in ucol_cloneBinary()
537 U_CAPI UCollator* U_EXPORT2
[all …]
Ducol_elm.h111 const UCollator *UCA;
133 …prv_uca_initTempTable(UCATableHeader *image, UColOptionSet *opts, const UCollator *UCA, UColCETags…
/external/icu4c/test/intltest/
Ducaconf.h38 void setCollNonIgnorable(UCollator *coll);
39 void setCollShifted(UCollator *coll);
40 void testConformance(UCollator *coll);
43 UCollator *UCA;
44 UCollator *rbUCA;
Dssearch.h51 …virtual int32_t monkeyTestCase(UCollator *coll, const UnicodeString &testCase, const Unicode…
54 …virtual int32_t bmMonkeyTestCase(UCollator *coll, const UnicodeString &testCase, const Unico…
/external/icu4c/test/cintltst/
Dcallcoll.c146 static char* U_EXPORT2 sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *buffer,… in sortKeyToString()
230 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, c… in compareUsingPartials()
268 static void doTestVariant(UCollator* myCollation, const UChar source[], const UChar target[], UColl… in doTestVariant()
421 void doTest(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult re… in doTest()
565 void genericOrderingTestWithResult(UCollator *coll, const char * const s[], uint32_t size, UCollati… in genericOrderingTestWithResult()
596 void genericOrderingTest(UCollator *coll, const char * const s[], uint32_t size) { in genericOrderingTest()
602 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarter()
619 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarterWithResult()
641 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); in genericRulesStarterWithOptionsAndResult()
662 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarterWithOptionsAndResult()
[all …]
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, UCollati…
48 void genericOrderingTest(UCollator *coll, const char * const s[], uint32_t size);
Dcg7coll.c143 UCollator *myCollation, *tblColl1; in TestG7Locales()
193 UCollator *myCollation; in TestDemo1()
224 UCollator *myCollation; in TestDemo2()
253 UCollator *myCollation; in TestDemo3()
283 UCollator *myCollation; in TestDemo4()
Dcmsccoll.c88 UCollator *coll = NULL; in IncompleteCntTest()
191 UCollator *coll = ucol_open("en_US", &status); in BlackBirdTest()
265 UCollator *myCollation; in FunkyATest()
338 UCollator *coll = ucol_open("en_US", &status);
415 static void testPrimary(UCollator* col, const UChar* p,const UChar* q){ in testPrimary()
446 static void testSecondary(UCollator* col, const UChar* p,const UChar* q){ in testSecondary()
483 static void testTertiary(UCollator* col, const UChar* p,const UChar* q){ in testTertiary()
518 static void testEquality(UCollator* col, const UChar* p,const UChar* q){ in testEquality()
530 static void testCollator(UCollator *coll, UErrorCode *status) { in testCollator()
659 UCollator *UCA = (UCollator *)collator; in ucaTest()
[all …]
Dcapitst.c50 static char* U_EXPORT2 ucol_sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *bu… in ucol_sortKeyToString()
151 UCollator *coll = ucol_open(NULL, &status); in TestGetSetAttr()
235 UCollator *coll=NULL;
291 UCollator *col, *ruled; in TestProperty()
467 UCollator *col1, *col2, *col3, *col4; in TestRuleBasedColl()
586 UCollator *col; in TestCompare()
635 UCollator *en_US, *el_GR, *vi_VN; in TestDecomposition()
677 UCollator * someCollators [CLONETEST_COLLATOR_COUNT]; in TestSafeClone()
678 UCollator * someClonedCollators [CLONETEST_COLLATOR_COUNT]; in TestSafeClone()
679 UCollator * col; in TestSafeClone()
[all …]
Dcitertst.c80 UCollator *coll = ucol_open(LOCALES[i], &status); in TestBug672()
153 UCollator *coll = ucol_open(LOCALES[i], &status); in TestBug672Normalize()
224 UCollator *en_us; in TestUnicodeChar()
290 UCollator *th_th; in TestNormalizedUnicodeChar()
356 UCollator *coll; in TestNormalization()
424 UCollator *coll=NULL; in TestPrevious()
427 UCollator *c1, *c2, *c3; in TestPrevious()
565 UCollator *en_us=NULL; in TestOffset()
711 UCollator *en_us=NULL; in TestSetText()
788 UCollator *coll ;/*= ucol_open("en_US", &status);*/ in TestMaxExpansion()
[all …]
/external/sqlite/android/
Dsqlite3_android.cpp40 UCollator *coll = (UCollator *) p; in collate16()
55 UCollator *coll = (UCollator *) p; in collate8()
274 UCollator* collator;
328 UCollator* collator = (UCollator*)sqlite3_user_data(context); in tokenize()
454 static void localized_collator_dtor(UCollator* collator) in localized_collator_dtor()
470 UCollator* collator = ucol_open(systemLocale, &status); in register_localized_collators()
554 UCollator * collator = ucol_open(NULL, &status); in register_android_functions()
/external/webkit/Source/JavaScriptCore/wtf/unicode/
DCollator.h38 struct UCollator;
60 mutable UCollator* m_collator;
/external/icu4c/samples/legacy/
Dnewcol.cpp29 UCollator *coll = ucol_open(locale, &status); in getSortKey_current()
40 static UCollator *compareCollator = NULL;
Doldcol.cpp30 UCollator *coll = ucol_open(locale, &status); in getSortKey_legacy()
41 static UCollator *compareCollator = NULL;

123