Home | History | Annotate | Download | only in i18n

Lines Matching refs:segmentStandins

1274     segmentStandins.truncate(0);
1367 if (segmentStandins.length() > segmentObjects.size()) {
1370 for (i=0; i<segmentStandins.length(); ++i) {
1371 if (segmentStandins.charAt(i) == 0) {
1548 while (segmentStandins.length() < seg) {
1549 segmentStandins.append(empty);
1551 UChar c = segmentStandins.charAt(seg-1);
1562 segmentStandins.setCharAt(seg-1, c);