Searched refs:usLocale (Results 1 - 2 of 2) sorted by relevance

/frameworks/minikin/tests/perftests/
H A DHyphenator.cpp27 const icu::Locale& usLocale = icu::Locale::getUS(); member in namespace:minikin
35 hyphenator->hyphenate(&result, word.data(), word.size(), usLocale);
50 hyphenator->hyphenate(&result, word.data(), word.size(), usLocale);
/frameworks/minikin/tests/unittest/
H A DHyphenatorTest.cpp36 const icu::Locale& usLocale = icu::Locale::getUS(); member in namespace:minikin
57 hyphenator->hyphenate(&result, word, NELEM(word), usLocale);
134 hyphenator->hyphenate(&result, word, NELEM(word), usLocale);
146 hyphenator->hyphenate(&result, word, NELEM(word), usLocale);
157 hyphenator->hyphenate(&result, word, NELEM(word), usLocale);
170 hyphenator->hyphenate(&result, word, NELEM(word), usLocale);
184 hyphenator->hyphenate(&result, word, NELEM(word), usLocale);
197 hyphenator->hyphenate(&result, word, NELEM(word), usLocale);
210 hyphenator->hyphenate(&result, word, NELEM(word), usLocale);
223 hyphenator->hyphenate(&result, word, NELEM(word), usLocale);
[all...]

Completed in 425 milliseconds