Searched refs:terminators (Results 1 – 3 of 3) sorted by relevance
486 const UChar* terminators; in nextString() local491 terminators = c == QUOTE ? DQUOTE_STOPLIST : SQUOTE_STOPLIST; in nextString()493 terminators = NOQUOTE_STOPLIST; in nextString()496 while (p < e && !inList(*p, terminators)) ++p; in nextString()
308 # test for bug #4158381: No breaks when there are no terminators around
219 Test: fast/text/international/bidi-european-terminators.html