Searched refs:lbType (Results 1 – 2 of 2) sorted by relevance
410 char lbType[kKeyValueLenMax]; in makeInstance() local421 uprv_strcpy(lbType, "line"); in makeInstance()427 uprv_strcat(lbType, "_"); in makeInstance()428 uprv_strcat(lbType, lbKeyValue); in makeInstance()431 result = BreakIterator::buildInstance(loc, lbType, status); in makeInstance()
467 for (BoundType lbType : BoundType.values()) { in testSubRangeSet()469 rangesBuilder.add(Range.range(i, lbType, j, ubType)); in testSubRangeSet()