Home | History | Annotate | Download | only in i18n

Lines Matching refs:separator

332     const UChar *separator = NULL;
357 separator = ures_getStringByKey(separatorBundle, "separator", &len, &localStatus);
373 p0=u_strstr(separator, sub0);
374 p1=u_strstr(separator, sub1);
376 separator = (const UChar *)p0 + subLen;
377 len = p1 - separator;
378 /* Desired separator is no longer zero-terminated; handle that if necessary */
380 u_strncpy(result, separator, len);
386 u_strncpy(result, separator, resultCapacity);