Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/perf/ubrkperf/
Dubrkperf.h21 UErrorCode m_status_; variable
28 m_status_(U_ZERO_ERROR) in ICUBreakFunction()
32 m_brkIt_ = BreakIterator::createCharacterInstance(locale, m_status_); in ICUBreakFunction()
35 m_brkIt_ = BreakIterator::createWordInstance(locale, m_status_); in ICUBreakFunction()
38 m_brkIt_ = BreakIterator::createLineInstance(locale, m_status_); in ICUBreakFunction()
41 m_brkIt_ = BreakIterator::createSentenceInstance(locale, m_status_); in ICUBreakFunction()
45 m_status_ = U_ILLEGAL_ARGUMENT_ERROR; in ICUBreakFunction()
54 virtual UErrorCode getStatus() { return m_status_; } in getStatus()