Searched refs:lastOffset (Results 1 - 16 of 16) sorted by relevance
/third_party/icu/icu4c/source/i18n/ |
H A D | regextxt.cpp | 23 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 D | regextxt.h | 39 int32_t lastOffset; member
|
H A D | regexcmp.cpp | 4121 } else if (context.lastOffset == offset) { 4123 } else if (context.lastOffset != offset-1) { 4124 utext_moveIndex32(fRXPat->fPattern, offset - context.lastOffset - 1);
|
H A D | rematch.cpp | 379 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 D | regextxt.cpp | 23 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 D | regextxt.h | 39 int32_t lastOffset; member
|
H A D | regexcmp.cpp | 4121 } else if (context.lastOffset == offset) { 4123 } else if (context.lastOffset != offset-1) { 4124 utext_moveIndex32(fRXPat->fPattern, offset - context.lastOffset - 1);
|
H A D | rematch.cpp | 379 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 D | regextxt.cpp | 23 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 D | regextxt.h | 39 int32_t lastOffset; member
|
H A D | regexcmp.cpp | 4118 } else if (context.lastOffset == offset) { 4120 } else if (context.lastOffset != offset-1) { 4121 utext_moveIndex32(fRXPat->fPattern, offset - context.lastOffset - 1);
|
H A D | rematch.cpp | 379 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 D | vk_mem_alloc.h | 10136 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 D | TimeZoneAliasTest.java | 273 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 D | TimeZoneAliasTest.java | 270 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 D | linkValidate.cpp | 2349 int lastOffset = getOffset(blockType, lastIndex); in getBlockSize() local 2357 return lastOffset + lastMemberSize; in getBlockSize()
|
Completed in 62 milliseconds