Searched refs:UCollator (Results 1 - 25 of 122) sorted by relevance

12345

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcolutil.c15 return (U_COL_SAFECLONE_BUFFERSIZE < sizeof(UCollator));
H A 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, UCollationResult result);
48 void genericOrderingTest(UCollator *coll, const char * const s[], uint32_t size);
H A Dcallcoll.c146 static char* U_EXPORT2 sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *buffer, uint32_t *len) {
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)
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) {
596 void genericOrderingTest(UCollator *coll, const char * const s[], uint32_t size) {
602 UCollator *coll = ucol_open(locale, &status);
619 UCollator *coll = ucol_open(locale, &status);
641 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
662 UCollator *col
[all...]
/external/icu4c/test/cintltst/
H A Dcolutil.c15 return (U_COL_SAFECLONE_BUFFERSIZE < sizeof(UCollator));
H A 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, UCollationResult result);
48 void genericOrderingTest(UCollator *coll, const char * const s[], uint32_t size);
H A Dcallcoll.c146 static char* U_EXPORT2 sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *buffer, uint32_t *len) {
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)
449 void doTest(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result)
593 void genericOrderingTestWithResult(UCollator *coll, const char * const s[], uint32_t size, UCollationResult result) {
624 void genericOrderingTest(UCollator *coll, const char * const s[], uint32_t size) {
630 UCollator *coll = ucol_open(locale, &status);
647 UCollator *coll = ucol_open(locale, &status);
669 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
690 UCollator *col
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ducaconf.h38 void setCollNonIgnorable(UCollator *coll);
39 void setCollShifted(UCollator *coll);
40 void testConformance(UCollator *coll);
43 UCollator *UCA;
44 UCollator *rbUCA;
H A Dssearch.h51 virtual int32_t monkeyTestCase(UCollator *coll, const UnicodeString &testCase, const UnicodeString &pattern, const UnicodeString &altPattern,
54 virtual int32_t bmMonkeyTestCase(UCollator *coll, const UnicodeString &testCase, const UnicodeString &pattern, const UnicodeString &altPattern,
/external/icu4c/i18n/unicode/
H A Ducol.h58 struct UCollator;
62 typedef struct UCollator UCollator; typedef in typeref:struct:UCollator
230 * generated from UCollator objects
354 * Open a UCollator for comparing strings.
355 * The UCollator pointer is used in all the calls to the Collation
364 * @return A pointer to a UCollator, or 0 if an error occurred.
370 U_STABLE UCollator* U_EXPORT2
374 * Produce an UCollator instance according to the rules supplied.
376 * UCA in a process called tailoring. The resulting UCollator pointe
[all...]
H A Dtblcoll.h686 UCollator *ucollator;
766 void setUCollator(UCollator *collator);
771 * Get UCollator data struct. Used only by StringSearch & intltest.
772 * @return UCollator data struct
775 const UCollator * getUCollator();
834 inline void RuleBasedCollator::setUCollator(UCollator *collator)
846 inline const UCollator * RuleBasedCollator::getUCollator()
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducol.h57 struct UCollator;
61 typedef struct UCollator UCollator; typedef in typeref:struct:UCollator
171 * generated from UCollator objects
258 * Open a UCollator for comparing strings.
259 * The UCollator pointer is used in all the calls to the Collation
268 * @return A pointer to a UCollator, or 0 if an error occurred.
274 U_STABLE UCollator* U_EXPORT2
278 * Produce an UCollator instance according to the rules supplied.
280 * UCA in a process called tailoring. The resulting UCollator pointe
[all...]
H A Dcolldata.h82 CEList(UCollator *coll, const UnicodeString &string, UErrorCode &status);
297 static CollData *open(UCollator *collator, UErrorCode &status);
309 * Get the <code>UCollator</code> object used to create this object.
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;
H A Dbms.h52 ucd_open(UCollator *coll, UErrorCode *status);
65 * Get the <code>UCollator</code> object used to create a <code>UCD</code> object.
66 * The <code>UCollator</code> object returned may not be the exact
72 * @return the <code>UCollator</code> used to create the given
77 U_CAPI UCollator * U_EXPORT2
117 * void boyerMooreExample(UCollator *collator, UChar *pattern, int32_t patternLen, UChar *target, int32_t targetLength)
H A Dtblcoll.h751 UCollator *ucollator;
832 void setUCollator(UCollator *collator);
836 * Get UCollator data struct. Used only by StringSearch & intltest.
837 * @return UCollator data struct
840 const UCollator * getUCollator();
895 inline void RuleBasedCollator::setUCollator(UCollator *collator)
907 inline const UCollator * RuleBasedCollator::getUCollator()
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/
H A DCollator.h38 struct UCollator;
58 mutable UCollator* m_collator;
/external/icu4c/test/intltest/
H A Dcolldata.h68 CEList(UCollator *coll, const UnicodeString &string, UErrorCode &status);
216 CollData(UCollator *collator, UErrorCode &status);
224 * Get the <code>UCollator</code> object used to create this object.
228 UCollator *getCollator() const;
292 UCollator *coll;
H A Dssearch.h42 virtual int32_t monkeyTestCase(UCollator *coll, const UnicodeString &testCase, const UnicodeString &pattern, const UnicodeString &altPattern,
/external/icu4c/i18n/
H A Ducol_imp.h21 * 02/27/2001 synwee Added getMaxExpansion data structure in UCollator
293 const UCollator *coll;
340 uprv_init_collIterate(const UCollator *collator,
481 * @param coll const UCollator pointer
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 *col
915 struct UCollator { struct
[all...]
H A Ducol_res.cpp52 static void ucol_setReorderCodesFromParser(UCollator *coll, UColTokenParser *parser, UErrorCode *status);
56 static UCollator* _staticUCA = NULL;
109 UCollator *
121 UCollator *newUCA = ucol_initCollator((const UCATableHeader *)udata_getMemory(result), NULL, NULL, status);
163 static UCollator*
173 U_CFUNC UCollator*
178 const UCollator* UCA = ucol_initUCA(status);
185 UCollator *result = NULL;
348 U_CAPI UCollator*
356 UCollator *resul
[all...]
/external/icu4c/samples/legacy/
H A Dnewcol.cpp29 UCollator *coll = ucol_open(locale, &status);
40 static UCollator *compareCollator = NULL;
H A Doldcol.cpp30 UCollator *coll = ucol_open(locale, &status);
41 static UCollator *compareCollator = NULL;
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_imp.h21 * 02/27/2001 synwee Added getMaxExpansion data structure in UCollator
295 const UCollator *coll;
342 uprv_init_collIterate(const UCollator *collator,
483 * @param coll const UCollator pointer
518 uint32_t ucol_prv_getSpecialCE(const UCollator *coll, UChar ch, uint32_t CE,
522 uint32_t ucol_prv_getSpecialPrevCE(const UCollator *coll, UChar ch, uint32_t CE,
524 U_CAPI uint32_t U_EXPORT2 ucol_getNextCE(const UCollator *coll,
526 U_CFUNC uint32_t U_EXPORT2 ucol_getPrevCE(const UCollator *coll,
531 ucol_getSortKeyWithAllocation(const UCollator *coll,
537 void *ucol_getABuffer(const UCollator *col
955 struct UCollator { struct
[all...]
H A Ducol_res.cpp52 static void ucol_setReorderCodesFromParser(UCollator *coll, UColTokenParser *parser, UErrorCode *status);
56 static UCollator* _staticUCA = NULL;
107 UCollator *
119 UCollator *newUCA = ucol_initCollator((const UCATableHeader *)udata_getMemory(result), NULL, NULL, status);
161 static UCollator*
171 U_CFUNC UCollator*
176 const UCollator* UCA = ucol_initUCA(status);
183 UCollator *result = NULL;
339 U_CAPI UCollator*
347 UCollator *resul
[all...]
/external/sqlite/android/
H A Dsqlite3_android.cpp39 UCollator *coll = (UCollator *) p;
54 UCollator *coll = (UCollator *) p;
226 UCollator* collator;
280 UCollator* collator = (UCollator*)sqlite3_user_data(context);
406 static void localized_collator_dtor(UCollator* collator)
422 UCollator* collator = ucol_open(systemLocale, &status);
500 UCollator * collato
[all...]
/external/chromium_org/third_party/sqlite/src/ext/icu/
H A Dicu.c369 ** a UCollator structure previously allocated using ucol_open().
372 UCollator *p = (UCollator *)pCtx;
378 ** a UCollator structure previously allocated using ucol_open().
388 UCollator *p = (UCollator *)pCtx;
421 UCollator *pUCollator; /* ICU library collation object */

Completed in 1029 milliseconds

12345