Searched defs:collIterateState (Results 1 – 2 of 2) sorted by relevance
318 struct collIterateState { struct319 const UChar *pos; /* This is position in the string. Can be to original or writable buf */320 const UChar *returnPos;321 const UChar *fcdPosition; /* Position in the original string to continue FCD check from. */322 const UChar *bufferaddress; /* address of the normalization buffer */323 int32_t buffersize;324 uint8_t flags;325 uint8_t origFlags;326 uint32_t iteratorIndex;327 int32_t iteratorMove;
307 struct collIterateState { struct308 UChar *pos; /* This is position in the string. Can be to original or writable buf */309 UChar *returnPos;310 UChar *fcdPosition; /* Position in the original string to continue FCD check from. */311 UChar *bufferaddress; /* address of the normalization buffer */312 uint32_t buffersize;313 uint8_t flags;314 uint8_t origFlags;315 uint32_t iteratorIndex;316 int32_t iteratorMove;