Searched defs:collIterate (Results 1 – 2 of 2) sorted by relevance
278 typedef struct collIterate : public UMemory { struct279 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
2230 #define collIterate U_ICU_ENTRY_POINT_RENAME(collIterate) macro