/third_party/node/deps/icu-small/source/common/ |
D | uniset_props.cpp | 288 int8_t lastItem = 0, mode = 0; in applyPattern() local 297 U_ASSERT((lastItem == 0 && op == 0) || in applyPattern() 298 (lastItem == 1 && (op == 0 || op == u'-')) || in applyPattern() 299 (lastItem == 2 && (op == 0 || op == u'-' || op == u'&'))); in applyPattern() 377 if (lastItem == 1) { in applyPattern() 385 lastItem = 0; in applyPattern() 437 lastItem = 2; in applyPattern() 455 if (lastItem == 1) { in applyPattern() 473 if (lastItem != 0) { in applyPattern() 492 if (lastItem == 2 && op == 0) { in applyPattern() [all …]
|
/third_party/icu/icu4c/source/common/ |
D | uniset_props.cpp | 288 int8_t lastItem = 0, mode = 0; in applyPattern() local 297 U_ASSERT((lastItem == 0 && op == 0) || in applyPattern() 298 (lastItem == 1 && (op == 0 || op == u'-')) || in applyPattern() 299 (lastItem == 2 && (op == 0 || op == u'-' || op == u'&'))); in applyPattern() 377 if (lastItem == 1) { in applyPattern() 385 lastItem = 0; in applyPattern() 437 lastItem = 2; in applyPattern() 455 if (lastItem == 1) { in applyPattern() 473 if (lastItem != 0) { in applyPattern() 492 if (lastItem == 2 && op == 0) { in applyPattern() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | uniset_props.cpp | 319 int8_t lastItem = 0, mode = 0; in applyPattern() local 328 U_ASSERT((lastItem == 0 && op == 0) || in applyPattern() 329 (lastItem == 1 && (op == 0 || op == HYPHEN /*'-'*/)) || in applyPattern() 330 (lastItem == 2 && (op == 0 || op == HYPHEN /*'-'*/ || in applyPattern() 409 if (lastItem == 1) { in applyPattern() 417 lastItem = 0; in applyPattern() 469 lastItem = 2; in applyPattern() 487 if (lastItem == 1) { in applyPattern() 505 if (lastItem != 0) { in applyPattern() 524 if (lastItem == 2 && op == 0) { in applyPattern() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uniset_props.cpp | 288 int8_t lastItem = 0, mode = 0; in applyPattern() local 297 U_ASSERT((lastItem == 0 && op == 0) || in applyPattern() 298 (lastItem == 1 && (op == 0 || op == u'-')) || in applyPattern() 299 (lastItem == 2 && (op == 0 || op == u'-' || op == u'&'))); in applyPattern() 377 if (lastItem == 1) { in applyPattern() 385 lastItem = 0; in applyPattern() 437 lastItem = 2; in applyPattern() 455 if (lastItem == 1) { in applyPattern() 473 if (lastItem != 0) { in applyPattern() 492 if (lastItem == 2 && op == 0) { in applyPattern() [all …]
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | global_keys_moving_test.dart | 63 final Item lastItem = items[1]; 64 items.remove(lastItem); 65 items.insert(0, lastItem);
|
/third_party/flutter/flutter/examples/flutter_gallery/test_memory/ |
D | image_cache_memory.dart | 56 final Finder lastItem = find.byKey(const Key('image_${numItems - 1}')); 60 } while (!lastItem.precache());
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UnicodeSet.java | 2562 int lastItem = LAST0_START, lastChar = 0, mode = MODE0_NONE; in applyPattern() local 2655 if (lastItem == LAST1_RANGE) { in applyPattern() 2661 lastItem = LAST0_START; in applyPattern() 2708 lastItem = LAST2_SET; in applyPattern() 2724 if (lastItem == LAST1_RANGE) { in applyPattern() 2740 if (lastItem != LAST0_START) { in applyPattern() 2761 if (lastItem == LAST2_SET && op == 0) { in applyPattern() 2774 if (lastItem == LAST1_RANGE) { in applyPattern() 2778 lastItem = LAST0_START; in applyPattern() 2843 if (lastItem == LAST1_RANGE) { in applyPattern() [all …]
|
D | SimpleDateFormat.java | 2580 Object lastItem = items[items.length - 1]; in parse() local 2581 if (lastItem instanceof PatternItem && !((PatternItem)lastItem).isNumeric) { in parse()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | UnicodeSet.java | 2502 int lastItem = LAST0_START, lastChar = 0, mode = MODE0_NONE; in applyPattern() local 2595 if (lastItem == LAST1_RANGE) { in applyPattern() 2601 lastItem = LAST0_START; in applyPattern() 2648 lastItem = LAST2_SET; in applyPattern() 2664 if (lastItem == LAST1_RANGE) { in applyPattern() 2680 if (lastItem != LAST0_START) { in applyPattern() 2701 if (lastItem == LAST2_SET && op == 0) { in applyPattern() 2714 if (lastItem == LAST1_RANGE) { in applyPattern() 2718 lastItem = LAST0_START; in applyPattern() 2783 if (lastItem == LAST1_RANGE) { in applyPattern() [all …]
|
D | SimpleDateFormat.java | 2557 Object lastItem = items[items.length - 1]; in parse() local 2558 if (lastItem instanceof PatternItem && !((PatternItem)lastItem).isNumeric) { in parse()
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/cupertino/ |
D | cupertino_navigation_demo.dart | 165 lastItem: index == _kChildCount - 1, 181 const Tab1RowItem({this.index, this.lastItem, this.color, this.colorName}); 184 final bool lastItem; 257 if (lastItem) {
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingMiscTests.cpp | 3873 const auto& lastItem = m_testItems.items.back(); in init() local 3874 …deUint32 nResultBytesPerShaderStage = lastItem.resultBufferProps.bufferOffset + lastItem.arrayS… in init() 3883 …m_shaderRecordSize = lastItem.inputBufferProps.bufferOffset + lastItem.arraySize * lastItem.inputB… in init() 5578 const auto& lastItem = m_testItems.items.back(); in initTestItems() local 5580 …resultVec.resize(lastItem.inputBufferProps.bufferOffset + lastItem.shaderGroupToRecordDataMap.at(c… in initTestItems()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
D | ohos_gen_framework.py | 873 lastItem = "\t%s_LAST," % getEnumValuePrefix(enum) 877 lines.append(lastItem)
|
D | gen_framework.py | 872 lastItem = "\t%s_LAST," % getEnumValuePrefix(enum) 876 lines.append(lastItem)
|