Lines Matching defs:string
40 * Convenience string denoting the Collation data tree
212 /* This writable buffer is used if we encounter Thai and need to reorder the string on the fly */
245 /* NORM - set for incremental normalize of source string */
264 /* character iterator instead of simply accessing string */
277 const UChar *string; /* Original string */
278 /* UChar *start; Pointer to the start of the source string. Either points to string
280 const UChar *endp; /* string end ptr. Is undefined for null terminated strings */
281 const UChar *pos; /* This is position in the string. Can be to original or writable buf */
292 const UChar *fcdPosition; /* Position in the original string to continue FCD check from. */
328 const UChar *pos; /* This is position in the string. Can be to original or writable buf */
330 const UChar *fcdPosition; /* Position in the original string to continue FCD check from. */
461 (s)->start = (s)->string = (s)->pos = (UChar *)(sourceString); \
1075 * Function is in header file because it's used in both collation and string search,