Home | History | Annotate | Download | only in intltest

Lines Matching refs:getNextUChars

506     int32_t count=trie->getNextUChars(app);
508 errln("months getNextUChars()!=[aj] at root");
513 // getNextUChars() directly after next()
515 count=trie->getNextUChars(app);
517 errln("months getNextUChars()!=[.abcdefghijklmnopqru] after \"jan\"");
519 // getNextUChars() after getValue()
522 count=trie->getNextUChars(app);
524 errln("months getNextUChars()!=[.abcdefghijklmnopqru] after \"jan\"+getValue()");
526 // getNextUChars() from a linear-match node
529 count=trie->getNextUChars(app);
531 errln("months getNextUChars()!=[a] after \"janu\"");
535 count=trie->getNextUChars(app);
537 errln("months getNextUChars()!=[r] after \"janua\"");
541 // getNextUChars() after a final match
543 count=trie->getNextUChars(app);
545 errln("months getNextUChars()!=[] after \"january\"");