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/icu/icu4c/source/test/cintltst/
Dcdateintervalformattest.c143 int32_t posEnd; member
305 … fpos.beginIndex != expectedPtr->posBegin || fpos.endIndex != expectedPtr->posEnd ) { in TestFPos_SkelWithSeconds()
310 expectedPtr->posBegin, expectedPtr->posEnd, bebuf, in TestFPos_SkelWithSeconds()
/external/cldr/tools/java/org/unicode/cldr/draft/
DKeyboard.java556 int posEnd = value.indexOf("}", pos + 3); in fixValue() local
557 if (posEnd < 0) { in fixValue()
561 Integer.parseInt(value.substring(pos + 3, posEnd), 16)); in fixValue()
562 last = posEnd + 1; in fixValue()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateIntervalFormatTest.java1657 public int posEnd; in TestFPos_SkelWithSeconds() field in DateIntervalFormatTest.ExpectPosAndFormat
1662 posEnd = pEnd; in TestFPos_SkelWithSeconds()
1818 … pos.getBeginIndex() != expectPosFmt.posBegin || pos.getEndIndex() != expectPosFmt.posEnd) { in TestFPos_SkelWithSeconds()
1820 … ": expect " + expectPosFmt.posBegin + "-" + expectPosFmt.posEnd + " \"" + expectPosFmt.format + in TestFPos_SkelWithSeconds()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateIntervalFormatTest.java1660 public int posEnd; in TestFPos_SkelWithSeconds() field in DateIntervalFormatTest.ExpectPosAndFormat
1665 posEnd = pEnd; in TestFPos_SkelWithSeconds()
1821 … pos.getBeginIndex() != expectPosFmt.posBegin || pos.getEndIndex() != expectPosFmt.posEnd) { in TestFPos_SkelWithSeconds()
1823 … ": expect " + expectPosFmt.posBegin + "-" + expectPosFmt.posEnd + " \"" + expectPosFmt.format + in TestFPos_SkelWithSeconds()