/external/icu/icu4c/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 …]
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | PluralSnapshot.java | 212 Plurals lastItem = null; in toHtmlString() local 216 if (item == lastItem) { in toHtmlString() 220 if (lastItem != null) { in toHtmlString() 221 appendCell(result, colSpan, lastItem); in toHtmlString() 225 lastItem = item; in toHtmlString() 227 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 | 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 | 2523 Object lastItem = items[items.length - 1]; in parse() local 2524 if (lastItem instanceof PatternItem && !((PatternItem)lastItem).isNumeric) { in parse()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UnicodeSet.java | 2572 int lastItem = LAST0_START, lastChar = 0, mode = MODE0_NONE; in applyPattern() local 2665 if (lastItem == LAST1_RANGE) { in applyPattern() 2671 lastItem = LAST0_START; in applyPattern() 2718 lastItem = LAST2_SET; in applyPattern() 2734 if (lastItem == LAST1_RANGE) { in applyPattern() 2750 if (lastItem != LAST0_START) { in applyPattern() 2771 if (lastItem == LAST2_SET && op == 0) { in applyPattern() 2784 if (lastItem == LAST1_RANGE) { in applyPattern() 2788 lastItem = LAST0_START; in applyPattern() 2853 if (lastItem == LAST1_RANGE) { in applyPattern() [all …]
|
D | SimpleDateFormat.java | 2536 Object lastItem = items[items.length - 1]; in parse() local 2537 if (lastItem instanceof PatternItem && !((PatternItem)lastItem).isNumeric) { in parse()
|
/external/cldr/tools/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/guava/guava-tests/test/com/google/common/collect/ |
D | MinMaxPriorityQueueTest.java | 425 Integer lastItem = 0; in testIteratorInvalidatingIteratorRemove() local 427 lastItem = tmp; in testIteratorInvalidatingIteratorRemove() 429 assertEquals((Integer) 30, lastItem); in testIteratorInvalidatingIteratorRemove()
|
/external/cldr/tools/java/org/unicode/cldr/util/props/ |
D | BagFormatter.java | 574 protected void doBetween(Object container, Object lastItem, Object nextItem) { in doBetween() argument 876 protected void doBetween(Object container, Object lastItem, Object nextItem) { in doBetween() argument
|
/external/u-boot/scripts/kconfig/ |
D | qconf.cc | 1324 ConfigItem *lastItem = NULL; in search() local 1335 lastItem = new ConfigItem(list->list, lastItem, prop->menu, in search()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otBase.py | 80 lastItem = overflowRecord
|