Home | History | Annotate | Download | only in i18n

Lines Matching full:sourcestring

341                       const UChar *sourceString, int32_t sourceLen,
460 #define init_collIterate(collator, sourceString, sourceLen, s) { \
461 (s)->start = (s)->string = (s)->pos = (UChar *)(sourceString); \
462 (s)->endp = (sourceLen) == -1 ? NULL :(UChar *)(sourceString)+(sourceLen); \