/external/chromium_org/third_party/icu/source/test/perf/ubrkperf/ |
ubrkperf.cpp | 149 return new ICUForward(locale, m_mode_, m_file_, m_fileLen_); 154 return new ICUIsBound(locale, m_mode_, m_file_, m_fileLen_); 190 m_mode_(NULL), 199 m_mode_ = options[0].value;
|
ubrkperf.h | 118 const char* m_mode_; member in class:BreakIteratorPerformanceTest
|
/external/icu4c/test/perf/ubrkperf/ |
ubrkperf.cpp | 149 return new ICUForward(locale, m_mode_, m_file_, m_fileLen_); 154 return new ICUIsBound(locale, m_mode_, m_file_, m_fileLen_); 190 m_mode_(NULL), 199 m_mode_ = options[0].value;
|
ubrkperf.h | 113 const char* m_mode_; member in class:BreakIteratorPerformanceTest
|