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

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextBreakIteratorICU.cpp65 bool localeIsEmpty = locale.isEmpty(); local
66 iterator = icu::BreakIterator::createLineInstance(localeIsEmpty ? icu::Locale(currentTextBreakLocaleID()) : icu::Locale(locale.utf8().data()), openStatus);
69 if (!localeIsEmpty && U_FAILURE(openStatus)) {

Completed in 312 milliseconds