Searched defs:collIterate (Results 1 – 4 of 4) sorted by relevance
288 typedef struct collIterate : public UMemory { struct289 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
60 typedef struct collIterate collIterate; typedef
2266 #define collIterate U_ICU_ENTRY_POINT_RENAME(collIterate) macro