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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
ucol.h 57 struct UCollator;
61 typedef struct UCollator UCollator;
171 * generated from UCollator objects
258 * Open a UCollator for comparing strings.
259 * The UCollator pointer is used in all the calls to the Collation
268 * @return A pointer to a UCollator, or 0 if an error occurred.
274 U_STABLE UCollator* U_EXPORT2
278 * Produce an UCollator instance according to the rules supplied.
280 * UCA in a process called tailoring. The resulting UCollator pointe
    [all...]
  /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/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...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_imp.h 21 * 02/27/2001 synwee Added getMaxExpansion data structure in UCollator
295 const UCollator *coll;
342 uprv_init_collIterate(const UCollator *collator,
483 * @param coll const UCollator pointer
518 uint32_t ucol_prv_getSpecialCE(const UCollator *coll, UChar ch, uint32_t CE,
522 uint32_t ucol_prv_getSpecialPrevCE(const UCollator *coll, UChar ch, uint32_t CE,
524 U_CAPI uint32_t U_EXPORT2 ucol_getNextCE(const UCollator *coll,
526 U_CFUNC uint32_t U_EXPORT2 ucol_getPrevCE(const UCollator *coll,
531 ucol_getSortKeyWithAllocation(const UCollator *coll,
537 void *ucol_getABuffer(const UCollator *coll, uint32_t size)
    [all...]

Completed in 121 milliseconds