Searched refs:buildInstance (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/common/ |
D | brkiter.cpp | 53 BreakIterator::buildInstance(const Locale& loc, const char *type, int32_t kind, UErrorCode &status) in buildInstance() function in BreakIterator 401 result = BreakIterator::buildInstance(loc, "grapheme", kind, status); in makeInstance() 404 result = BreakIterator::buildInstance(loc, "word", kind, status); in makeInstance() 417 result = BreakIterator::buildInstance(loc, lbType, kind, status); in makeInstance() 420 result = BreakIterator::buildInstance(loc, "sentence", kind, status); in makeInstance() 435 result = BreakIterator::buildInstance(loc, "title", kind, status); in makeInstance()
|
/external/icu/icu4c/source/common/unicode/ |
D | brkiter.h | 612 …static BreakIterator* buildInstance(const Locale& loc, const char *type, int32_t kind, UErrorCode&…
|