Home
last modified time | relevance | path

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

123

/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/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/icu4c/i18n/unicode/
Ducol.h58 struct UCollator;
62 typedef struct UCollator UCollator; typedef
370 U_STABLE UCollator* U_EXPORT2
398 U_STABLE UCollator* U_EXPORT2
440 U_STABLE UCollator* U_EXPORT2
461 ucol_getContractions( const UCollator *coll,
478 ucol_getContractionsAndExpansions( const UCollator *coll,
493 ucol_close(UCollator *coll);
508 U_DEFINE_LOCAL_OPEN_POINTER(LocalUCollatorPointer, UCollator, ucol_close);
530 ucol_strcoll( const UCollator *coll,
[all …]
Dcolldata.h83 CEList(UCollator *coll, const UnicodeString &string, UErrorCode &status);
300 static CollData *open(UCollator *collator, UErrorCode &status);
317 UCollator *getCollator() const;
428 CollData(UCollator *collator, char *cacheKey, int32_t cachekeyLength, UErrorCode &status);
433 static char *getCollatorKey(UCollator *collator, char *buffer, int32_t bufferLength);
437 UCollator *coll;
Dtblcoll.h678 UCollator *ucollator;
758 void setUCollator(UCollator *collator);
767 const UCollator * getUCollator();
826 inline void RuleBasedCollator::setUCollator(UCollator *collator) in setUCollator()
839 inline const UCollator * RuleBasedCollator::getUCollator() in getUCollator()
Dbms.h56 ucd_open(UCollator *coll, UErrorCode *status);
81 U_INTERNAL UCollator * U_EXPORT2
Dusearch.h284 const UCollator *collator,
522 U_STABLE UCollator * U_EXPORT2 usearch_getCollator(
536 const UCollator *collator,
/external/icu4c/i18n/
Ducol_imp.h293 const UCollator *coll;
340 uprv_init_collIterate(const UCollator *collator,
516 uint32_t ucol_prv_getSpecialCE(const UCollator *coll, UChar ch, uint32_t CE,
520 uint32_t ucol_prv_getSpecialPrevCE(const UCollator *coll, UChar ch, uint32_t CE,
522 U_CAPI uint32_t U_EXPORT2 ucol_getNextCE(const UCollator *coll,
524 U_CFUNC uint32_t U_EXPORT2 ucol_getPrevCE(const UCollator *coll,
528 void *ucol_getABuffer(const UCollator *coll, uint32_t size);
541 ucol_getCollationKey(const UCollator *coll,
547 SortKeyGenerator(const UCollator *coll,
556 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.cpp116 inline void IInit_collIterate(const UCollator *collator, const UChar *sourceString, in IInit_collIterate()
156 uprv_init_collIterate(const UCollator *collator, const UChar *sourceString, in uprv_init_collIterate()
427 static UCollator*
429 const UCollator *base, in ucol_initFromBinary()
430 UCollator *fillIn, in ucol_initFromBinary()
433 UCollator *result = fillIn; in ucol_initFromBinary()
489 U_CAPI UCollator* U_EXPORT2
491 const UCollator *base, in ucol_openBinary()
498 ucol_cloneBinary(const UCollator *coll, in ucol_cloneBinary()
558 U_CAPI UCollator* U_EXPORT2
[all …]
Ducol_elm.h111 const UCollator *UCA;
133 …prv_uca_initTempTable(UCATableHeader *image, UColOptionSet *opts, const UCollator *UCA, UColCETags…
Dcolldata.cpp50 CEList::CEList(UCollator *coll, const UnicodeString &string, UErrorCode &status) in CEList()
472 CollData *get(UCollator *collator, UErrorCode &status);
478 static char *getKey(UCollator *collator, char *keyBuffer, int32_t *charBufferLength);
520 CollData *CollDataCache::get(UCollator *collator, UErrorCode &status) in get()
589 char *CollDataCache::getKey(UCollator *collator, char *keyBuffer, int32_t *keyBufferLength) in getKey()
645 CollData::CollData(UCollator *collator, char *cacheKey, int32_t cacheKeyLength, UErrorCode &status) in CollData()
835 UCollator *CollData::getCollator() const in getCollator()
1023 CollData *CollData::open(UCollator *collator, UErrorCode &status) in open()
/external/sqlite/android/
Dsqlite3_android.cpp39 UCollator *coll = (UCollator *) p; in collate16()
54 UCollator *coll = (UCollator *) p; in collate8()
226 UCollator* collator;
280 UCollator* collator = (UCollator*)sqlite3_user_data(context); in tokenize()
406 static void localized_collator_dtor(UCollator* collator) in localized_collator_dtor()
422 UCollator* collator = ucol_open(systemLocale, &status); in register_localized_collators()
500 UCollator * collator = ucol_open(NULL, &status); in register_android_functions()
/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()
449 void doTest(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult re… in doTest()
593 void genericOrderingTestWithResult(UCollator *coll, const char * const s[], uint32_t size, UCollati… in genericOrderingTestWithResult()
624 void genericOrderingTest(UCollator *coll, const char * const s[], uint32_t size) { in genericOrderingTest()
630 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarter()
647 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarterWithResult()
669 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); in genericRulesStarterWithOptionsAndResult()
690 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()
Dcapitst.c42 static char* U_EXPORT2 ucol_sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *bu… in ucol_sortKeyToString()
102 UCollator *coll = ucol_open(NULL, &status); in TestGetSetAttr()
183 static void doStrcoll(const UCollator* coll, const UChar* src, int32_t srcLen, const UChar* tgt, in… in doStrcoll()
222 UCollator *coll=NULL;
278 UCollator *col, *ruled; in TestProperty()
449 UCollator *col1, *col2, *col3, *col4; in TestRuleBasedColl()
568 UCollator *col; in TestCompare()
617 UCollator *en_US, *el_GR, *vi_VN; in TestDecomposition()
659 UCollator * someCollators [CLONETEST_COLLATOR_COUNT]; in TestSafeClone()
660 UCollator * someClonedCollators [CLONETEST_COLLATOR_COUNT]; in TestSafeClone()
[all …]
Dcmsccoll.c89 UCollator *coll = NULL; in IncompleteCntTest()
192 UCollator *coll = ucol_open("en_US", &status); in BlackBirdTest()
266 UCollator *myCollation; in FunkyATest()
339 UCollator *coll = ucol_open("en_US", &status);
416 static void testPrimary(UCollator* col, const UChar* p,const UChar* q){ in testPrimary()
447 static void testSecondary(UCollator* col, const UChar* p,const UChar* q){ in testSecondary()
484 static void testTertiary(UCollator* col, const UChar* p,const UChar* q){ in testTertiary()
519 static void testEquality(UCollator* col, const UChar* p,const UChar* q){ in testEquality()
531 static void testCollator(UCollator *coll, UErrorCode *status) { in testCollator()
660 UCollator *UCA = (UCollator *)collator; in ucaTest()
[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/webkit/Source/JavaScriptCore/wtf/unicode/
DCollator.h38 struct UCollator;
60 mutable UCollator* m_collator;
/external/icu4c/test/intltest/
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/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