Lines Matching defs:st
367 UnicodeString *st = new UnicodeString(ch);
369 if (st == NULL) {
374 CEList *ceList = new CEList(coll, *st, status);
376 ceToCharsStartingWith->put(ceList->get(0), st, status);
379 delete st;
382 UnicodeString *st = new UnicodeString(buffer, len);
384 if (st == NULL) {
389 CEList *ceList = new CEList(coll, *st, status);
391 ceToCharsStartingWith->put(ceList->get(0), st, status);
394 delete st;