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()
555 int posEnd = value.indexOf("}", pos + 3); in fixValue() local556 if (posEnd < 0) { in fixValue()560 Integer.parseInt(value.substring(pos + 3, posEnd), 16)); in fixValue()561 last = posEnd + 1; in fixValue()
187 int32_t posEnd; member349 … fpos.beginIndex != expectedPtr->posBegin || fpos.endIndex != expectedPtr->posEnd ) { in TestFPos_SkelWithSeconds()354 expectedPtr->posBegin, expectedPtr->posEnd, bebuf, in TestFPos_SkelWithSeconds()
1856 public int posEnd; in TestFPos_SkelWithSeconds() field in DateIntervalFormatTest.ExpectPosAndFormat1861 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()
1853 public int posEnd; in TestFPos_SkelWithSeconds() field in DateIntervalFormatTest.ExpectPosAndFormat1858 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()