Home
last modified time | relevance | path

Searched refs:nextspace (Results 1 – 3 of 3) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dntfsrecover.c2461 u32 nextspace; in overlapshow() local
2473 nextspace = blocksz - blkheadsz; in overlapshow()
2477 if (size <= (space + nextspace)) { in overlapshow()
2522 skip = (size - space - 1)/nextspace; in overlapshow()
2531 nextspace); in overlapshow()
2532 pos += nextspace; in overlapshow()
2568 next = (size - space) % nextspace in overlapshow()
3344 int nextspace; in backoverlap() local
3354 nextspace = blocksz - blkheadsz; in backoverlap()
3360 if (size <= (space + nextspace)) in backoverlap()
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterCaseTest.java1803 int nextspace = casestr.indexOf(' ', spaceoffset); in getUnicodeStrings() local
1804 if (nextspace == -1) { in getUnicodeStrings()
1805 nextspace = casestr.length(); in getUnicodeStrings()
1808 casestr.substring(spaceoffset, nextspace), in getUnicodeStrings()
1810 spaceoffset = nextspace + 1; in getUnicodeStrings()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUCharacterCaseTest.java1786 int nextspace = casestr.indexOf(' ', spaceoffset); in getUnicodeStrings() local
1787 if (nextspace == -1) { in getUnicodeStrings()
1788 nextspace = casestr.length(); in getUnicodeStrings()
1791 casestr.substring(spaceoffset, nextspace), in getUnicodeStrings()
1793 spaceoffset = nextspace + 1; in getUnicodeStrings()