Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextBreakIteratorICU.cpp65 bool localeIsEmpty = locale.isEmpty(); in take() local
66 …iterator = icu::BreakIterator::createLineInstance(localeIsEmpty ? icu::Locale(currentTextBreakLoca… in take()
69 if (!localeIsEmpty && U_FAILURE(openStatus)) { in take()