Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dbrkiter.cpp395 char lbType[kLBTypeLenMax]; in makeInstance() local
406 uprv_strcpy(lbType, "line"); in makeInstance()
412 uprv_strcat(lbType, "_"); in makeInstance()
413 uprv_strcat(lbType, lbKeyValue); in makeInstance()
416 result = BreakIterator::buildInstance(loc, lbType, kind, status); in makeInstance()