Searched refs:openStatus (Results 1 – 1 of 1) sorted by relevance
64 UErrorCode openStatus = U_ZERO_ERROR; in take() local66 … icu::Locale(currentTextBreakLocaleID()) : icu::Locale(locale.string().utf8().data()), openStatus); in take()69 if (!localeIsEmpty && U_FAILURE(openStatus)) { in take()70 openStatus = U_ZERO_ERROR; in take()71 …ator = icu::BreakIterator::createLineInstance(icu::Locale(currentTextBreakLocaleID()), openStatus); in take()74 if (U_FAILURE(openStatus)) { in take()75 WTF_LOG_ERROR("icu::BreakIterator construction failed with status %d", openStatus); in take()489 UErrorCode openStatus = U_ZERO_ERROR; in wordBreakIterator() local490 UText* text = textOpenLatin1(&textLocal, string, length, 0, 0, &openStatus); in wordBreakIterator()491 if (U_FAILURE(openStatus)) { in wordBreakIterator()[all …]