Home
last modified time | relevance | path

Searched refs:posEnd (Results 1 – 5 of 5) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DReadXMB.java44 int posEnd = pathx.indexOf("\"]", pos + 6); in handlePathValue() local
45 id = pathx.substring(pos + 6, posEnd); in handlePathValue()
/external/cldr/tools/java/org/unicode/cldr/draft/
DKeyboard.java555 int posEnd = value.indexOf("}", pos + 3); in fixValue() local
556 if (posEnd < 0) { in fixValue()
560 Integer.parseInt(value.substring(pos + 3, posEnd), 16)); in fixValue()
561 last = posEnd + 1; in fixValue()
/external/icu/icu4c/source/test/cintltst/
Dcdateintervalformattest.c187 int32_t posEnd; member
349 … fpos.beginIndex != expectedPtr->posBegin || fpos.endIndex != expectedPtr->posEnd ) { in TestFPos_SkelWithSeconds()
354 expectedPtr->posBegin, expectedPtr->posEnd, bebuf, in TestFPos_SkelWithSeconds()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateIntervalFormatTest.java1856 public int posEnd; in TestFPos_SkelWithSeconds() field in DateIntervalFormatTest.ExpectPosAndFormat
1861 posEnd = pEnd; in TestFPos_SkelWithSeconds()
2017 … pos.getBeginIndex() != expectPosFmt.posBegin || pos.getEndIndex() != expectPosFmt.posEnd) { in TestFPos_SkelWithSeconds()
2019 … ": expect " + expectPosFmt.posBegin + "-" + expectPosFmt.posEnd + " \"" + expectPosFmt.format + in TestFPos_SkelWithSeconds()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateIntervalFormatTest.java1853 public int posEnd; in TestFPos_SkelWithSeconds() field in DateIntervalFormatTest.ExpectPosAndFormat
1858 posEnd = pEnd; in TestFPos_SkelWithSeconds()
2014 … pos.getBeginIndex() != expectPosFmt.posBegin || pos.getEndIndex() != expectPosFmt.posEnd) { in TestFPos_SkelWithSeconds()
2016 … ": expect " + expectPosFmt.posBegin + "-" + expectPosFmt.posEnd + " \"" + expectPosFmt.format + in TestFPos_SkelWithSeconds()