Home
last modified time | relevance | path

Searched defs:collIterate (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
Ducol_imp.h278 typedef struct collIterate : public UMemory { struct
279 const UChar *string; /* Original string */
282 const UChar *endp; /* string end ptr. Is undefined for null terminated strings */
283 const UChar *pos; /* This is position in the string. Can be to original or writable buf */
285 uint32_t *toReturn; /* This is the CE from CEs buffer that should be returned */
286 uint32_t *CEpos; /* This is the position to which we have stored processed CEs */
288 int32_t *offsetReturn; /* This is the offset to return, if non-NULL */
312 } collIterate; argument
/external/chromium_org/third_party/icu/source/common/unicode/
Durename.h2230 #define collIterate U_ICU_ENTRY_POINT_RENAME(collIterate) macro