Searched refs:getSegmentStandin (Results 1 – 4 of 4) sorted by relevance
290 UChar getSegmentStandin(int32_t seg, UErrorCode& status);
546 buf.append(parser.getSegmentStandin(segmentNumber, status)); in parseSection()611 buf.append(parser.getSegmentStandin(r, status)); in parseSection()1545 UChar TransliteratorParser::getSegmentStandin(int32_t seg, UErrorCode& status) { in getSegmentStandin() function in TransliteratorParser1578 int32_t index = getSegmentStandin(seg, status) - curData->variablesBase; in setSegmentObject()
581 buf.append(parser.getSegmentStandin(segmentNumber)); in parseSection()642 buf.append(parser.getSegmentStandin(r)); in parseSection()1481 public char getSegmentStandin(int seg) { in getSegmentStandin() method in TransliteratorParser1511 int index = getSegmentStandin(seg) - curData.variablesBase; in setSegmentObject()
580 buf.append(parser.getSegmentStandin(segmentNumber)); in parseSection()641 buf.append(parser.getSegmentStandin(r)); in parseSection()1480 public char getSegmentStandin(int seg) { in getSegmentStandin() method in TransliteratorParser1510 int index = getSegmentStandin(seg) - curData.variablesBase; in setSegmentObject()