HomeSort by relevance Sort by last modified time
    Searched defs:UCollator (Results 1 - 4 of 4) sorted by null

  /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...]
  /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...]
  /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...]

Completed in 608 milliseconds