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.cpp888 BreakIterator* ja_word = BreakIterator::createWordInstance("ja_JP", status); in TestRegistration() local
897 delete ja_word; in TestRegistration()
905 URegistryKey key = BreakIterator::registerInstance(ja_word, "xx", UBRK_WORD, status); in TestRegistration()
908 if (ja_word && *ja_word == *root_word) { in TestRegistration()
918 fail = *result != *ja_word; in TestRegistration()