HomeSort by relevance Sort by last modified time
    Searched defs:UCollator (Results 1 - 3 of 3) 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/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...]
  /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 193 milliseconds