Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drbt_pars.h292 UChar getSegmentStandin(int32_t seg, UErrorCode& status);
Drbt_pars.cpp548 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 TransliteratorParser
1580 int32_t index = getSegmentStandin(seg, status) - curData->variablesBase; in setSegmentObject()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTransliteratorParser.java588 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 TransliteratorParser
1517 int index = getSegmentStandin(seg) - curData.variablesBase; in setSegmentObject()
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliteratorParser.java587 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 TransliteratorParser
1516 int index = getSegmentStandin(seg) - curData.variablesBase; in setSegmentObject()