Lines Matching defs:ts
39 TailoredSet *ts = (TailoredSet *)context;
40 return ts->handleCE32(start, end, ce32);
266 const UnicodeString *ts = NULL; // Tailoring suffix.
274 if(ts == NULL) {
276 ts = &suffixes.getString();
278 ts = &none;
288 if(ts == &none && bs == &none) { break; }
289 int32_t cmp = ts->compare(*bs);
291 // ts occurs in the tailoring but not in the base.
292 addSuffix(c, *ts);
293 ts = NULL;
299 suffix = ts;
302 ts = NULL;