Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drbt_pars.h290 UChar getSegmentStandin(int32_t seg, UErrorCode& status);
Drbt_pars.cpp546 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 TransliteratorParser
1578 int32_t index = getSegmentStandin(seg, status) - curData->variablesBase; in setSegmentObject()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTransliteratorParser.java581 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 TransliteratorParser
1511 int index = getSegmentStandin(seg) - curData.variablesBase; in setSegmentObject()
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliteratorParser.java580 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 TransliteratorParser
1510 int index = getSegmentStandin(seg) - curData.variablesBase; in setSegmentObject()