Searched refs:getSegmentStandin (Results 1 – 4 of 4) sorted by relevance
292 UChar getSegmentStandin(int32_t seg, UErrorCode& status);
548 buf.append(parser.getSegmentStandin(segmentNumber, status)); in parseSection()613 buf.append(parser.getSegmentStandin(r, status)); in parseSection()1547 UChar TransliteratorParser::getSegmentStandin(int32_t seg, UErrorCode& status) { in getSegmentStandin() function in TransliteratorParser1580 int32_t index = getSegmentStandin(seg, status) - curData->variablesBase; in setSegmentObject()
588 buf.append(parser.getSegmentStandin(segmentNumber)); in parseSection()649 buf.append(parser.getSegmentStandin(r)); in parseSection()1487 public char getSegmentStandin(int seg) { in getSegmentStandin() method in TransliteratorParser1517 int index = getSegmentStandin(seg) - curData.variablesBase; in setSegmentObject()
587 buf.append(parser.getSegmentStandin(segmentNumber)); in parseSection()648 buf.append(parser.getSegmentStandin(r)); in parseSection()1486 public char getSegmentStandin(int seg) { in getSegmentStandin() method in TransliteratorParser1516 int index = getSegmentStandin(seg) - curData.variablesBase; in setSegmentObject()