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

  /external/webkit/JavaScriptCore/icu/unicode/
ucol.h 56 struct collIterate;
60 typedef struct collIterate collIterate;
    [all...]
  /external/webkit/WebCore/icu/unicode/
ucol.h 56 struct collIterate;
60 typedef struct collIterate collIterate;
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol_imp.h 23 * 03/12/2001 synwee Added pointer start to collIterate.
238 /* flags bits for collIterate.flags */
258 /* UCOL_USE_ITERATOR - set this if collIterate uses a */
267 typedef struct collIterate {
298 } collIterate;
305 data similar to collIterate.
320 uprv_init_collIterate(const UCollator *collator, const UChar *sourceString, int32_t sourceLen, collIterate *s);
334 collIterate iteratordata_;
419 /* initializes collIterate structure */
477 uint32_t ucol_prv_getSpecialCE(const UCollator *coll, UChar ch, uint32_t CE, collIterate *source, UErrorCode *status)
    [all...]
  /external/icu4c/i18n/
ucol_imp.h 23 * 03/12/2001 synwee Added pointer start to collIterate.
242 /* flags bits for collIterate.flags */
262 /* UCOL_USE_ITERATOR - set this if collIterate uses a */
273 typedef struct collIterate : public U_NAMESPACE_QUALIFIER UMemory {
303 } collIterate;
307 typedef struct collIterate collIterate;
316 data similar to collIterate.
333 collIterate *s, UErrorCode *status);
336 U_CAPI collIterate * U_EXPORT
    [all...]

Completed in 48 milliseconds