Home
last modified time | relevance | path

Searched defs:collIterateState (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Ducol_imp.h318 struct collIterateState { struct
319 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;
/external/chromium/third_party/icu/source/i18n/
Ducol_imp.h307 struct collIterateState { struct
308 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;