/external/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 …]
|
/external/cronet/third_party/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 …]
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
D | PluralSnapshot.java | 216 Plurals lastItem = null; in toHtmlString() local 220 if (item == lastItem) { in toHtmlString() 224 if (lastItem != null) { in toHtmlString() 225 appendCell(result, colSpan, lastItem); in toHtmlString() 229 lastItem = item; in toHtmlString() 231 appendCell(result, colSpan, lastItem); in toHtmlString()
|
D | Visitor.java | 137 abstract protected void doBetween(Object container, Object lastItem, Object nextItem); in doBetween() argument
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | UnicodeSet.java | 2541 int lastItem = LAST0_START, lastChar = 0, mode = MODE0_NONE; in applyPattern() local 2634 if (lastItem == LAST1_RANGE) { in applyPattern() 2640 lastItem = LAST0_START; in applyPattern() 2687 lastItem = LAST2_SET; in applyPattern() 2703 if (lastItem == LAST1_RANGE) { in applyPattern() 2719 if (lastItem != LAST0_START) { in applyPattern() 2740 if (lastItem == LAST2_SET && op == 0) { in applyPattern() 2753 if (lastItem == LAST1_RANGE) { in applyPattern() 2757 lastItem = LAST0_START; in applyPattern() 2822 if (lastItem == LAST1_RANGE) { in applyPattern() [all …]
|
D | SimpleDateFormat.java | 2565 Object lastItem = items[items.length - 1]; in parse() local 2566 if (lastItem instanceof PatternItem && !((PatternItem)lastItem).isNumeric) { in parse()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UnicodeSet.java | 2613 int lastItem = LAST0_START, lastChar = 0, mode = MODE0_NONE; in applyPattern() local 2706 if (lastItem == LAST1_RANGE) { in applyPattern() 2712 lastItem = LAST0_START; in applyPattern() 2759 lastItem = LAST2_SET; in applyPattern() 2775 if (lastItem == LAST1_RANGE) { in applyPattern() 2791 if (lastItem != LAST0_START) { in applyPattern() 2812 if (lastItem == LAST2_SET && op == 0) { in applyPattern() 2825 if (lastItem == LAST1_RANGE) { in applyPattern() 2829 lastItem = LAST0_START; in applyPattern() 2894 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()
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
D | ReadSql.java | 326 Items lastItem = current.add(items); in parseLine() local 327 if (--maxItems > 0 && lastItem != null) { in parseLine() 328 if (verbose) System.out.println(key + "\t" + lastItem); in parseLine()
|
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
D | TestPathHeader.java | 1427 PathHeader lastItem = null; in TestEmojiOrder() local 1429 if (lastItem != null) { in TestEmojiOrder() 1430 assertEquals("Section", lastItem.getSectionId(), item.getSectionId()); in TestEmojiOrder() 1431 assertEquals("Page", lastItem.getPageId(), item.getPageId()); in TestEmojiOrder() 1432 assertEquals("Header", lastItem.getHeader(), item.getHeader()); in TestEmojiOrder() 1433 if (!assertTrue(lastItem + " < " + item, lastItem.compareTo(item) < 0)) { in TestEmojiOrder() 1434 lastItem.compareTo(item); // for debugging in TestEmojiOrder() 1437 lastItem = item; in TestEmojiOrder()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | MinMaxPriorityQueueTest.java | 424 Integer lastItem = 0; in testIteratorInvalidatingIteratorRemove() local 426 lastItem = tmp; in testIteratorInvalidatingIteratorRemove() 428 assertEquals((Integer) 30, lastItem); in testIteratorInvalidatingIteratorRemove()
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | MinMaxPriorityQueueTest.java | 424 Integer lastItem = 0; in testIteratorInvalidatingIteratorRemove() local 426 lastItem = tmp; in testIteratorInvalidatingIteratorRemove() 428 assertEquals((Integer) 30, lastItem); in testIteratorInvalidatingIteratorRemove()
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/props/ |
D | BagFormatter.java | 578 protected void doBetween(Object container, Object lastItem, Object nextItem) { in doBetween() argument 886 protected void doBetween(Object container, Object lastItem, Object nextItem) { in doBetween() argument
|
/external/deqp/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()
|
/external/deqp/external/vulkancts/scripts/ |
D | gen_framework_sc.py | 939 lastItem = "\t%s_LAST," % getEnumValuePrefix(enum) 943 lines.append(lastItem)
|
/external/ow2-asm/tools/retrofitter/src/main/resources/ |
D | jdk1.5.0.12.txt.gz |
|