Home | History | Annotate | Download | only in cintltst

Lines Matching refs:readElement

1074 readElement(char **from, char *to, char separator, UErrorCode *status)
1180 primarycount = readElement(&pStartCP, primary, ',', status);
1181 secondarycount = readElement(&pStartCP, secondary, ',', status);
1182 tertiarycount = readElement(&pStartCP, tertiary, ']', status);