OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ICUForward
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/test/perf/ubrkperf/
ubrkperf.h
84
class
ICUForward
: public ICUBreakFunction {
86
ICUForward
(const char *locale, const char *mode, const UChar *file, int32_t file_len) :
ubrkperf.cpp
149
return new
ICUForward
(locale, m_mode_, m_file_, m_fileLen_);
Completed in 134 milliseconds