Home | History | Annotate | Download | only in i18n

Lines Matching refs:delimiter

416     // a trailing delimiter after the IDs.
706 UChar delimiter = 0;
711 // pass: a filter, a delimiter character (either '-' or '/'),
735 if (delimiter == 0) {
739 delimiter = c;
745 // We are about to try to parse a spec with no delimiter
748 if (delimiter == 0 && specCount > 0) {
754 // Note that if there was a trailing delimiter, we
760 switch (delimiter) {
772 delimiter = 0;