Searched refs:usLocale (Results 1 – 2 of 2) sorted by relevance
/frameworks/minikin/tests/unittest/ |
D | HyphenatorTest.cpp | 36 const icu::Locale& usLocale = icu::Locale::getUS(); variable 57 hyphenator->hyphenate(&result, word, NELEM(word), usLocale); in TEST_F() 134 hyphenator->hyphenate(&result, word, NELEM(word), usLocale); in TEST_F() 146 hyphenator->hyphenate(&result, word, NELEM(word), usLocale); in TEST_F() 157 hyphenator->hyphenate(&result, word, NELEM(word), usLocale); in TEST_F() 170 hyphenator->hyphenate(&result, word, NELEM(word), usLocale); in TEST_F() 184 hyphenator->hyphenate(&result, word, NELEM(word), usLocale); in TEST_F() 197 hyphenator->hyphenate(&result, word, NELEM(word), usLocale); in TEST_F() 210 hyphenator->hyphenate(&result, word, NELEM(word), usLocale); in TEST_F() 223 hyphenator->hyphenate(&result, word, NELEM(word), usLocale); in TEST_F() [all …]
|
/frameworks/minikin/tests/perftests/ |
D | Hyphenator.cpp | 27 const icu::Locale& usLocale = icu::Locale::getUS(); variable 35 hyphenator->hyphenate(&result, word.data(), word.size(), usLocale); in BM_Hyphenator_short_word() 50 hyphenator->hyphenate(&result, word.data(), word.size(), usLocale); in BM_Hyphenator_long_word()
|