Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ducol_imp.h288 typedef struct collIterate : public UMemory { struct
289 const UChar *string; /* Original string */
292 const UChar *endp; /* string end ptr. Is undefined for null terminated strings */
293 const UChar *pos; /* This is position in the string. Can be to original or writable buf */
295 uint32_t *toReturn; /* This is the CE from CEs buffer that should be returned */
296 uint32_t *CEpos; /* This is the position to which we have stored processed CEs */
298 int32_t *offsetReturn; /* This is the offset to return, if non-NULL */
322 } collIterate; argument
/external/webkit/Source/JavaScriptCore/icu/unicode/
Ducol.h60 typedef struct collIterate collIterate; typedef
/external/webkit/Source/WebCore/icu/unicode/
Ducol.h60 typedef struct collIterate collIterate; typedef
/external/icu4c/common/unicode/
Durename.h2266 #define collIterate U_ICU_ENTRY_POINT_RENAME(collIterate) macro