Home
last modified time | relevance | path

Searched refs:ja_word (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Drbbiapts.cpp881 BreakIterator* ja_word = BreakIterator::createWordInstance("ja_JP", status); in TestRegistration() local
890 delete ja_word; in TestRegistration()
898 URegistryKey key = BreakIterator::registerInstance(ja_word, "xx", UBRK_WORD, status); in TestRegistration()
901 if (ja_word && *ja_word == *root_word) { in TestRegistration()
911 fail = *result != *ja_word; in TestRegistration()