HomeSort by relevance Sort by last modified time
    Searched full:ja_word (Results 1 - 1 of 1) sorted by null

  /external/icu4c/test/intltest/
rbbiapts.cpp 877 BreakIterator* ja_word = BreakIterator::createWordInstance("ja_JP", status); local
886 delete ja_word;
894 URegistryKey key = BreakIterator::registerInstance(ja_word, "xx", UBRK_WORD, status);
896 #if 0 // With a dictionary based word breaking, ja_word is identical to root.
897 if (ja_word && *ja_word == *root_word) {
907 fail = *result != *ja_word;
    [all...]

Completed in 260 milliseconds