Home
last modified time | relevance | path

Searched refs:lastOffset (Results 1 - 16 of 16) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A Dregextxt.cpp23 if (offset == context->lastOffset + 1) { in uregex_utext_unescape_charAt()
25 context->lastOffset++; in uregex_utext_unescape_charAt()
26 } else if (offset == context->lastOffset) { in uregex_utext_unescape_charAt()
30 utext_moveIndex32(context->text, offset - context->lastOffset - 1); in uregex_utext_unescape_charAt()
32 context->lastOffset = offset; in uregex_utext_unescape_charAt()
H A Dregextxt.h39 int32_t lastOffset; member
H A Dregexcmp.cpp4121 } else if (context.lastOffset == offset) {
4123 } else if (context.lastOffset != offset-1) {
4124 utext_moveIndex32(fRXPat->fPattern, offset - context.lastOffset - 1);
H A Drematch.cpp379 if (context.lastOffset == offset) { in appendReplacement()
381 } else if (context.lastOffset != offset-1) { in appendReplacement()
382 utext_moveIndex32(replacement, offset - context.lastOffset - 1); in appendReplacement()
/third_party/node/deps/icu-small/source/i18n/
H A Dregextxt.cpp23 if (offset == context->lastOffset + 1) { in uregex_utext_unescape_charAt()
25 context->lastOffset++; in uregex_utext_unescape_charAt()
26 } else if (offset == context->lastOffset) { in uregex_utext_unescape_charAt()
30 utext_moveIndex32(context->text, offset - context->lastOffset - 1); in uregex_utext_unescape_charAt()
32 context->lastOffset = offset; in uregex_utext_unescape_charAt()
H A Dregextxt.h39 int32_t lastOffset; member
H A Dregexcmp.cpp4121 } else if (context.lastOffset == offset) {
4123 } else if (context.lastOffset != offset-1) {
4124 utext_moveIndex32(fRXPat->fPattern, offset - context.lastOffset - 1);
H A Drematch.cpp379 if (context.lastOffset == offset) { in appendReplacement()
381 } else if (context.lastOffset != offset-1) { in appendReplacement()
382 utext_moveIndex32(replacement, offset - context.lastOffset - 1); in appendReplacement()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dregextxt.cpp23 if (offset == context->lastOffset + 1) { in uregex_utext_unescape_charAt()
25 context->lastOffset++; in uregex_utext_unescape_charAt()
26 } else if (offset == context->lastOffset) { in uregex_utext_unescape_charAt()
30 utext_moveIndex32(context->text, offset - context->lastOffset - 1); in uregex_utext_unescape_charAt()
32 context->lastOffset = offset; in uregex_utext_unescape_charAt()
H A Dregextxt.h39 int32_t lastOffset; member
H A Dregexcmp.cpp4118 } else if (context.lastOffset == offset) {
4120 } else if (context.lastOffset != offset-1) {
4121 utext_moveIndex32(fRXPat->fPattern, offset - context.lastOffset - 1);
H A Drematch.cpp379 if (context.lastOffset == offset) { in appendReplacement()
381 } else if (context.lastOffset != offset-1) { in appendReplacement()
382 utext_moveIndex32(replacement, offset - context.lastOffset - 1); in appendReplacement()
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h10136 VkDeviceSize lastOffset = 0; in CalcAllocationStatInfo() local
10142 while(lastOffset < freeSpace2ndTo1stEnd) in CalcAllocationStatInfo()
10157 if(lastOffset < suballoc.offset) in CalcAllocationStatInfo()
10159 // There is free space from lastOffset to suballoc.offset. in CalcAllocationStatInfo()
10160 const VkDeviceSize unusedRangeSize = suballoc.offset - lastOffset; in CalcAllocationStatInfo()
10174 lastOffset = suballoc.offset + suballoc.size; in CalcAllocationStatInfo()
10180 // There is free space from lastOffset to freeSpace2ndTo1stEnd. in CalcAllocationStatInfo()
10181 if(lastOffset < freeSpace2ndTo1stEnd) in CalcAllocationStatInfo()
10183 const VkDeviceSize unusedRangeSize = freeSpace2ndTo1stEnd - lastOffset; in CalcAllocationStatInfo()
10191 lastOffset in CalcAllocationStatInfo()
10322 VkDeviceSize lastOffset = 0; AddPoolStats() local
10498 VkDeviceSize lastOffset = 0; PrintDetailedMap() local
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
H A DTimeZoneAliasTest.java273 int lastOffset = zone.getOffset(endDate); in Zone()
279 if (currentOffset != lastOffset) { // Binary Search in Zone()
300 lastOffset = currentOffset; in Zone()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneAliasTest.java270 int lastOffset = zone.getOffset(endDate); in Zone()
276 if (currentOffset != lastOffset) { // Binary Search in Zone()
297 lastOffset = currentOffset; in Zone()
/third_party/glslang/glslang/MachineIndependent/
H A DlinkValidate.cpp2349 int lastOffset = getOffset(blockType, lastIndex); in getBlockSize() local
2357 return lastOffset + lastMemberSize; in getBlockSize()

Completed in 62 milliseconds