Searched refs:posEnd (Results 1 – 5 of 5) sorted by relevance
44 int posEnd = pathx.indexOf("\"]", pos + 6); in handlePathValue() local45 id = pathx.substring(pos + 6, posEnd); in handlePathValue()
143 int32_t posEnd; member305 … fpos.beginIndex != expectedPtr->posBegin || fpos.endIndex != expectedPtr->posEnd ) { in TestFPos_SkelWithSeconds()310 expectedPtr->posBegin, expectedPtr->posEnd, bebuf, in TestFPos_SkelWithSeconds()
556 int posEnd = value.indexOf("}", pos + 3); in fixValue() local557 if (posEnd < 0) { in fixValue()561 Integer.parseInt(value.substring(pos + 3, posEnd), 16)); in fixValue()562 last = posEnd + 1; in fixValue()
1657 public int posEnd; in TestFPos_SkelWithSeconds() field in DateIntervalFormatTest.ExpectPosAndFormat1662 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()
1660 public int posEnd; in TestFPos_SkelWithSeconds() field in DateIntervalFormatTest.ExpectPosAndFormat1665 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()