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

12345

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducol.h58 struct UCollator;
62 typedef struct UCollator UCollator; typedef in typeref:struct:UCollator
230 * generated from UCollator objects
356 * Open a UCollator for comparing strings.
357 * The UCollator pointer is used in all the calls to the Collation
366 * @return A pointer to a UCollator, or 0 if an error occurred.
372 U_STABLE UCollator* U_EXPORT2
376 * Produce an UCollator instance according to the rules supplied.
378 * UCA in a process called tailoring. The resulting UCollator pointe
[all...]
H A Dtblcoll.h689 UCollator *ucollator;
769 void setUCollator(UCollator *collator);
774 * Get UCollator data struct. Used only by StringSearch & intltest.
775 * @return UCollator data struct
778 const UCollator * getUCollator();
837 inline void RuleBasedCollator::setUCollator(UCollator *collator)
850 inline const UCollator * RuleBasedCollator::getUCollator()
H A Dusearch.h26 * on the comparison rules defined in a <tt>UCollator</tt> data struct,
284 const UCollator *collator,
515 * Deleting the returned <tt>UCollator</tt> before calling
522 U_STABLE UCollator * U_EXPORT2 usearch_getCollator(
536 const UCollator *collator,
/external/icu/icu4c/source/i18n/unicode/
H A Ducol.h52 struct UCollator;
56 typedef struct UCollator UCollator; typedef in typeref:struct:UCollator
224 * generated from UCollator objects
364 * Open a UCollator for comparing strings.
373 * The UCollator pointer is used in all the calls to the Collation
382 * @return A pointer to a UCollator, or 0 if an error occurred.
388 U_STABLE UCollator* U_EXPORT2
392 * Produce a UCollator instance according to the rules supplied.
394 * UCA in a process called tailoring. The resulting UCollator pointe
[all...]
H A Dusearch.h26 * on the comparison rules defined in a <tt>UCollator</tt> data struct,
178 * appropriately (to UCOL_OFF or UCOL_ON) in the UCollator used by
337 const UCollator *collator,
568 * Deleting the returned <tt>UCollator</tt> before calling
575 U_STABLE UCollator * U_EXPORT2 usearch_getCollator(
589 const UCollator *collator,
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/
H A DCollator.h38 struct UCollator;
58 mutable UCollator* m_collator;
/external/icu/icu4c/source/i18n/
H A Ducol_imp.h21 * 02/27/2001 synwee Added getMaxExpansion data structure in UCollator
44 ucol_equals(const UCollator *source, const UCollator *target);
H A Ducol.cpp39 U_CAPI UCollator* U_EXPORT2
41 const UCollator *base,
61 ucol_cloneBinary(const UCollator *coll,
76 U_CAPI UCollator* U_EXPORT2
77 ucol_safeClone(const UCollator *coll, void * /*stackBuffer*/, int32_t * pBufferSize, UErrorCode *status)
103 ucol_close(UCollator *coll)
189 ucol_getSortKey(const UCollator *coll,
210 ucol_nextSortKeyPart(const UCollator *coll,
303 ucol_setMaxVariable(UCollator *coll, UColReorderCode group, UErrorCode *pErrorCode) {
309 ucol_getMaxVariable(const UCollator *col
[all...]
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/icu/source/test/cintltst/
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)
450 void doTest(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result)
594 void genericOrderingTestWithResult(UCollator *coll, const char * const s[], uint32_t size, UCollationResult result) {
625 void genericOrderingTest(UCollator *coll, const char * const s[], uint32_t size) {
631 UCollator *coll = ucol_open(locale, &status);
648 UCollator *coll = ucol_open(locale, &status);
670 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
691 UCollator *col
[all...]
/external/icu/icu4c/source/test/cintltst/
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)
450 void doTest(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result)
594 void genericOrderingTestWithResult(UCollator *coll, const char * const s[], uint32_t size, UCollationResult result) {
625 void genericOrderingTest(UCollator *coll, const char * const s[], uint32_t size) {
631 UCollator *coll = ucol_open(locale, &status);
648 UCollator *coll = ucol_open(locale, &status);
670 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
691 UCollator *col
[all...]
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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
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
903 struct UCollator { struct
[all...]
H A Ducol_res.cpp53 static void ucol_setReorderCodesFromParser(UCollator *coll, UColTokenParser *parser, UErrorCode *status);
57 static UCollator* _staticUCA = NULL;
138 UCollator *
156 static UCollator*
166 U_CFUNC UCollator*
171 const UCollator* UCA = ucol_initUCA(status);
178 UCollator *result = NULL;
341 U_CAPI UCollator*
349 UCollator *result = NULL;
363 UCollator*
[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/icu/icu4c/source/test/perf/collperf2/
H A Dcollperf2.cpp57 Strcoll(const UCollator* coll, const CA_uchar* source, UBool useLen);
63 const UCollator *coll;
69 Strcoll::Strcoll(const UCollator* coll, const CA_uchar* source, UBool useLen)
117 Strcoll_2(const UCollator* coll, const CA_uchar* source, const CA_uchar* target, UBool useLen);
123 const UCollator *coll;
129 Strcoll_2::Strcoll_2(const UCollator* coll, const CA_uchar* source, const CA_uchar* target, UBool useLen)
169 StrcollUTF8(const UCollator* coll, const CA_char* source, UBool useLen);
175 const UCollator *coll;
181 StrcollUTF8::StrcollUTF8(const UCollator* coll, const CA_char* source, UBool useLen)
229 StrcollUTF8_2(const UCollator* col
[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 368 milliseconds

12345