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

1 2 3

  /external/icu4c/test/cintltst/
colutil.c 15 return (U_COL_SAFECLONE_BUFFERSIZE < sizeof(UCollator));
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)
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 *coll = ucol_open(locale, &status)
    [all...]
cg7coll.c 143 UCollator *myCollation, *tblColl1;
193 UCollator *myCollation;
224 UCollator *myCollation;
253 UCollator *myCollation;
283 UCollator *myCollation;
  /external/icu4c/i18n/unicode/
ucol.h 58 struct UCollator;
62 typedef struct UCollator 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...]
colldata.h 83 CEList(UCollator *coll, const UnicodeString &string, UErrorCode &status);
300 static CollData *open(UCollator *collator, UErrorCode &status);
312 * Get the <code>UCollator</code> object used to create this object.
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;
bms.h 56 ucd_open(UCollator *coll, UErrorCode *status);
69 * Get the <code>UCollator</code> object used to create a <code>UCD</code> object.
70 * The <code>UCollator</code> object returned may not be the exact
76 * @return the <code>UCollator</code> used to create the given
81 U_INTERNAL UCollator * U_EXPORT2
121 * void boyerMooreExample(UCollator *collator, UChar *pattern, int32_t patternLen, UChar *target, int32_t targetLength)
tblcoll.h 678 UCollator *ucollator; member in class:RuleBasedCollator
739 * Creates the c struct for ucollator
746 * Creates the c struct for ucollator
753 * Creates the c struct for ucollator. This used internally by StringSearch.
754 * Hence the responsibility of cleaning up the ucollator is not done by
756 * @param collator new ucollator data
758 void setUCollator(UCollator *collator);
763 * Get UCollator data struct. Used only by StringSearch & intltest.
764 * @return UCollator data struc
    [all...]
usearch.h 26 * 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,
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucol.h 65 struct UCollator;
69 typedef struct UCollator UCollator;
165 * generated from UCollator objects
252 * Open a UCollator for comparing strings.
253 * The UCollator pointer is used in all the calls to the Collation
262 * @return A pointer to a UCollator, or 0 if an error occurred.
268 U_STABLE UCollator* U_EXPORT2
272 * Produce an UCollator instance according to the rules supplied.
274 * UCA in a process called tailoring. The resulting UCollator pointe
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucol.h 65 struct UCollator;
69 typedef struct UCollator UCollator;
165 * generated from UCollator objects
252 * Open a UCollator for comparing strings.
253 * The UCollator pointer is used in all the calls to the Collation
262 * @return A pointer to a UCollator, or 0 if an error occurred.
268 U_STABLE UCollator* U_EXPORT2
272 * Produce an UCollator instance according to the rules supplied.
274 * UCA in a process called tailoring. The resulting UCollator pointe
    [all...]
usearch.h 25 * on the comparison rules defined in a <tt>UCollator</tt> data struct,
237 const UCollator *collator,
449 * Deleting the returned <tt>UCollator</tt> before calling
456 U_STABLE UCollator * U_EXPORT2 usearch_getCollator(
470 const UCollator *collator,
ucoleitr.h 97 * @see UCollator
111 ucol_openElements(const UCollator *coll,
  /external/webkit/Source/JavaScriptCore/wtf/unicode/
Collator.h 38 struct UCollator;
60 mutable UCollator* m_collator;
  /external/icu4c/test/intltest/
ssearch.h 51 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,
tscoll.h 52 UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status);
  /external/icu4c/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 52 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 *result = NULL
    [all...]
ucol_elm.h 111 const UCollator *UCA;
133 U_CAPI tempUCATable * U_EXPORT2 uprv_uca_initTempTable(UCATableHeader *image, UColOptionSet *opts, const UCollator *UCA, UColCETags initTag, UColCETags supplementaryInitTag, UErrorCode *status);
usrchimp.h 63 const UCollator *collator;
stsearch.cpp 48 // _should not_ delete the ucollator or rules, and 2) changes made
50 // ucollator. thus the collator is not a copy-on-write alias, and it
57 m_collator_.setUCollator((UCollator *)m_strsrch_->collator);
84 m_text_.length(), coll->ucollator,
92 m_collator_.setUCollator((UCollator *)m_strsrch_->collator);
120 m_collator_.setUCollator((UCollator *)m_strsrch_->collator);
147 m_text_.length(), coll->ucollator,
155 m_collator_.setUCollator((UCollator *)m_strsrch_->collator);
187 m_collator_.setUCollator((UCollator *)m_strsrch_->collator);
226 m_collator_.setUCollator((UCollator *)m_strsrch_->collator)
    [all...]
  /external/icu4c/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/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 23 static UCollator* toCollator(jint address) {
24 return reinterpret_cast<UCollator*>(static_cast<uintptr_t>(address));
88 const UCollator* collator = toCollator(address);
120 UCollator* c = ucol_open(localeChars.c_str(), &status);
131 UCollator* c = ucol_openRules(rules.get(), rules.size(),
151 UCollator* c = ucol_safeClone(toCollator(address), NULL, &bufferSize, &status);

Completed in 568 milliseconds

1 2 3