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