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

1 2 3 4 5 6

  /external/chromium/third_party/icu/source/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);
  /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);
  /external/chromium/third_party/icu/source/test/intltest/
ucaconf.h 38 void setCollNonIgnorable(UCollator *coll);
39 void setCollShifted(UCollator *coll);
40 void testConformance(UCollator *coll);
43 UCollator *UCA;
44 UCollator *rbUCA;
ssearch.h 50 virtual int32_t monkeyTestCase(UCollator *coll, const UnicodeString &testCase, const UnicodeString &pattern, const UnicodeString &altPattern,
53 virtual int32_t bmMonkeyTestCase(UCollator *coll, const UnicodeString &testCase, const UnicodeString &pattern, const UnicodeString &altPattern,
  /external/icu4c/test/intltest/
ucaconf.h 38 void setCollNonIgnorable(UCollator *coll);
39 void setCollShifted(UCollator *coll);
40 void testConformance(UCollator *coll);
43 UCollator *UCA;
44 UCollator *rbUCA;
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,
  /external/icu4c/i18n/unicode/
ucol.h 57 struct UCollator;
61 typedef struct UCollator UCollator;
157 * generated from UCollator objects
244 * Open a UCollator for comparing strings.
245 * The UCollator pointer is used in all the calls to the Collation
254 * @return A pointer to a UCollator, or 0 if an error occurred.
260 U_STABLE UCollator* U_EXPORT2
264 * Produce an UCollator instance according to the rules supplied.
266 * UCA in a process called tailoring. The resulting UCollator pointe
    [all...]
colldata.h 82 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;
bms.h 52 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)
  /external/webkit/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/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...]
  /external/chromium/third_party/icu/public/i18n/unicode/
ucol.h 56 struct UCollator;
60 typedef struct UCollator UCollator;
156 * generated from UCollator objects
239 * Open a UCollator for comparing strings.
240 * The UCollator pointer is used in all the calls to the Collation
249 * @return A pointer to a UCollator, or 0 if an error occurred.
255 U_STABLE UCollator* U_EXPORT2
259 * Produce an UCollator instance according to the rules supplied.
261 * UCA in a process called tailoring. The resulting UCollator pointe
    [all...]
colldata.h 75 CEList(UCollator *coll, const UnicodeString &string, UErrorCode &status);
285 static CollData *open(UCollator *collator, UErrorCode &status);
297 * Get the <code>UCollator</code> object used to create this object.
301 UCollator *getCollator() const;
410 CollData(UCollator *collator, char *cacheKey, int32_t cachekeyLength, UErrorCode &status);
415 static char *getCollatorKey(UCollator *collator, char *buffer, int32_t bufferLength);
419 UCollator *coll;
bms.h 52 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)
tblcoll.h 726 UCollator *ucollator; member in class:RuleBasedCollator
    [all...]
  /external/webkit/JavaScriptCore/wtf/unicode/
Collator.h 37 struct UCollator;
58 mutable UCollator* m_collator;
  /external/chromium/third_party/icu/source/i18n/
ucol_imp.h 21 * 02/27/2001 synwee Added getMaxExpansion data structure in UCollator
285 const UCollator *coll;
320 uprv_init_collIterate(const UCollator *collator, const UChar *sourceString, int32_t sourceLen, collIterate *s);
442 * @param coll const UCollator pointer
477 uint32_t ucol_prv_getSpecialCE(const UCollator *coll, UChar ch, uint32_t CE, collIterate *source, UErrorCode *status);
480 uint32_t ucol_prv_getSpecialPrevCE(const UCollator *coll, UChar ch, uint32_t CE,
482 U_CAPI uint32_t U_EXPORT2 ucol_getNextCE(const UCollator *coll, collIterate *collationSource, UErrorCode *status);
483 U_CFUNC uint32_t U_EXPORT2 ucol_getPrevCE(const UCollator *coll,
488 ucol_getSortKeyWithAllocation(const UCollator *coll,
494 void *ucol_getABuffer(const UCollator *coll, uint32_t size)
    [all...]
ucol_res.cpp 53 static UCollator* _staticUCA = NULL;
104 UCollator *
116 UCollator *newUCA = ucol_initCollator((const UCATableHeader *)udata_getMemory(result), NULL, NULL, status);
158 static UCollator*
168 U_CFUNC UCollator*
173 const UCollator* UCA = ucol_initUCA(status);
180 UCollator *result = NULL;
322 U_CAPI UCollator*
330 UCollator *result = NULL;
344 U_CAPI UCollator* U_EXPORT
    [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/icu4c/i18n/
ucol_imp.h 21 * 02/27/2001 synwee Added getMaxExpansion data structure in UCollator
290 const UCollator *coll;
331 uprv_init_collIterate(const UCollator *collator,
469 * @param coll const UCollator pointer
504 uint32_t ucol_prv_getSpecialCE(const UCollator *coll, UChar ch, uint32_t CE, collIterate *source, UErrorCode *status);
507 uint32_t ucol_prv_getSpecialPrevCE(const UCollator *coll, UChar ch, uint32_t CE,
509 U_CAPI uint32_t U_EXPORT2 ucol_getNextCE(const UCollator *coll, collIterate *collationSource, UErrorCode *status);
510 U_CFUNC uint32_t U_EXPORT2 ucol_getPrevCE(const UCollator *coll,
515 ucol_getSortKeyWithAllocation(const UCollator *coll,
521 void *ucol_getABuffer(const UCollator *coll, uint32_t size)
    [all...]
ucol_res.cpp 53 static UCollator* _staticUCA = NULL;
104 UCollator *
116 UCollator *newUCA = ucol_initCollator((const UCATableHeader *)udata_getMemory(result), NULL, NULL, status);
158 static UCollator*
168 U_CFUNC UCollator*
173 const UCollator* UCA = ucol_initUCA(status);
180 UCollator *result = NULL;
322 U_CAPI UCollator*
330 UCollator *result = NULL;
343 U_CAPI UCollator* U_EXPORT
    [all...]
  /external/sqlite/android/
sqlite3_android.cpp 39 UCollator *coll = (UCollator *) p;
54 UCollator *coll = (UCollator *) p;
236 UCollator* collator;
290 UCollator* collator = (UCollator*)sqlite3_user_data(context);
416 static void localized_collator_dtor(UCollator* collator)
432 UCollator* collator = ucol_open(systemLocale, &status);
516 UCollator * collator = ucol_open(NULL, &status)
    [all...]

Completed in 1763 milliseconds

1 2 3 4 5 6