HomeSort by relevance Sort by last modified time
    Searched refs:UCollator (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/icu/source/i18n/unicode/
ucol.h 58 struct UCollator;
62 typedef struct UCollator 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...]
tblcoll.h 689 UCollator *ucollator; member in class:RuleBasedCollator
750 * Creates the c struct for ucollator
757 * Creates the c struct for ucollator
764 * Creates the c struct for ucollator. This used internally by StringSearch.
765 * Hence the responsibility of cleaning up the ucollator is not done by
767 * @param collator new ucollator data
769 void setUCollator(UCollator *collator);
774 * Get UCollator data struct. Used only by StringSearch & intltest.
775 * @return UCollator data struc
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucol.h 52 struct UCollator;
56 typedef struct UCollator 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...]
coll.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/
Collator.h 38 struct UCollator;
58 mutable UCollator* m_collator;
  /external/icu/icu4c/source/i18n/
ucol_imp.h 21 * 02/27/2001 synwee Added getMaxExpansion data structure in UCollator
44 ucol_equals(const UCollator *source, const UCollator *target);
ucol.cpp 39 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 *coll)
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
colldata.h 68 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;
ssearch.h 42 virtual int32_t monkeyTestCase(UCollator *coll, const UnicodeString &testCase, const UnicodeString &pattern, const UnicodeString &altPattern,
  /external/icu/icu4c/source/test/intltest/
colldata.h 68 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;
ssearch.h 42 virtual int32_t monkeyTestCase(UCollator *coll, const UnicodeString &testCase, const UnicodeString &pattern, const UnicodeString &altPattern,
  /external/chromium_org/third_party/icu/source/test/cintltst/
callcoll.h 41 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);
callcoll.c 146 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 *coll = ucol_open(locale, &status)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
callcoll.h 41 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);
callcoll.c 146 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 *coll = ucol_open(locale, &status)
    [all...]
  /external/chromium_org/third_party/icu/source/samples/legacy/
newcol.cpp 29 UCollator *coll = ucol_open(locale, &status);
40 static UCollator *compareCollator = NULL;
oldcol.cpp 30 UCollator *coll = ucol_open(locale, &status);
41 static UCollator *compareCollator = NULL;
  /external/icu/icu4c/source/samples/legacy/
newcol.cpp 29 UCollator *coll = ucol_open(locale, &status);
40 static UCollator *compareCollator = NULL;
oldcol.cpp 30 UCollator *coll = ucol_open(locale, &status);
41 static UCollator *compareCollator = NULL;
  /external/chromium_org/third_party/icu/source/i18n/
ucol_imp.h 21 * 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 *coll
    [all...]
ucol_res.cpp 53 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/
sqlite3_android.cpp 39 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 * collator = ucol_open(NULL, &status)
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeCollation.cpp 43 UErrorCode start(JNIEnv* env, jstring string, UCollator* collator) {
84 static UCollator* toCollator(jlong address) {
85 return reinterpret_cast<UCollator*>(static_cast<uintptr_t>(address));
156 const UCollator* collator = toCollator(address);
190 UCollator* c = ucol_open(localeChars.c_str(), &status);
201 UCollator* c = ucol_openRules(rules.get(), rules.size(),
220 UCollator* c = ucol_safeClone(toCollator(address), NULL, NULL, &status);
  /external/icu/icu4c/source/test/perf/collperf2/
collperf2.cpp 57 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* coll, const CA_char* source, const CA_char* target, UBool useLen)
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/icu/
icu.c 369 ** 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 1039 milliseconds

1 2 3 4 5