Searched refs:buildInstance (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/common/ |
D | brkiter.cpp | 52 BreakIterator::buildInstance(const Locale& loc, const char *type, int32_t kind, UErrorCode &status) in buildInstance() function in BreakIterator 400 result = BreakIterator::buildInstance(loc, "grapheme", kind, status); in makeInstance() 403 result = BreakIterator::buildInstance(loc, "word", kind, status); in makeInstance() 416 result = BreakIterator::buildInstance(loc, lbType, kind, status); in makeInstance() 419 result = BreakIterator::buildInstance(loc, "sentence", kind, status); in makeInstance() 422 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&…
|