Searched defs:collIterateState (Results 1 – 1 of 1) sorted by relevance
289 struct collIterateState { struct290 UChar *pos; /* This is position in the string. Can be to original or writable buf */291 UChar *fcdPosition; /* Position in the original string to continue FCD check from. */292 UChar *bufferaddress; /* address of the normalization buffer */293 uint32_t buffersize;294 uint8_t flags;295 uint8_t origFlags;296 uint32_t iteratorIndex;297 int32_t iteratorMove;