Home | History | Annotate | Download | only in i18n

Lines Matching refs:sourceString

353                       const UChar *sourceString, int32_t sourceLen,
481 #define init_collIterate(collator, sourceString, sourceLen, s) { \
482 (s)->start = (s)->string = (s)->pos = (UChar *)(sourceString); \
483 (s)->endp = (sourceLen) == -1 ? NULL :(UChar *)(sourceString)+(sourceLen); \