/third_party/icu/icu4c/source/common/ |
H A D | uniset_props.cpp | 287 // lastItem: 0=none, 1=char, 2=set in applyPattern() 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 ! in applyPattern() [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | uniset_props.cpp | 287 // lastItem: 0=none, 1=char, 2=set in applyPattern() 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 ! in applyPattern() [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uniset_props.cpp | 287 // lastItem: 0=none, 1=char, 2=set in applyPattern() 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 ! in applyPattern() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | UnicodeSet.java | 2612 // lastItem: 0=none, 1=char, 2=set in applyPattern() 2613 int lastItem = LAST0_START, lastChar = 0, mode = MODE0_NONE; in applyPattern() 2626 if (!((lastItem == 0 && op == 0) || in applyPattern() 2627 (lastItem == 1 && (op == 0 || op == '-')) || in applyPattern() 2628 (lastItem == 2 && (op == 0 || op == '-' || op == '&')))) { in applyPattern() 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 ! in applyPattern() [all...] |
H A D | SimpleDateFormat.java | 2580 Object lastItem = items[items.length - 1]; in parse() 2581 if (lastItem instanceof PatternItem && !((PatternItem)lastItem).isNumeric) { in parse()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | UnicodeSet.java | 2501 // lastItem: 0=none, 1=char, 2=set in applyPattern() 2502 int lastItem = LAST0_START, lastChar = 0, mode = MODE0_NONE; in applyPattern() 2515 if (!((lastItem == 0 && op == 0) || in applyPattern() 2516 (lastItem == 1 && (op == 0 || op == '-')) || in applyPattern() 2517 (lastItem == 2 && (op == 0 || op == '-' || op == '&')))) { in applyPattern() 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 ! in applyPattern() [all...] |
H A D | SimpleDateFormat.java | 2557 Object lastItem = items[items.length - 1]; in parse() 2558 if (lastItem instanceof PatternItem && !((PatternItem)lastItem).isNumeric) { in parse()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingMiscTests.cpp | 3878 const auto& lastItem = m_testItems.items.back(); variable 3879 const deUint32 nResultBytesPerShaderStage = lastItem.resultBufferProps.bufferOffset + lastItem.arraySize * lastItem.resultBufferProps.arrayStride; 3888 m_shaderRecordSize = lastItem.inputBufferProps.bufferOffset + lastItem.arraySize * lastItem.inputBufferProps.arrayStride; 5583 const auto& lastItem = m_testItems.items.back(); in initTestItems() local 5585 resultVec.resize(lastItem.inputBufferProps.bufferOffset + lastItem in initTestItems() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingMiscTests.cpp | 3873 const auto& lastItem = m_testItems.items.back(); variable 3874 const deUint32 nResultBytesPerShaderStage = lastItem.resultBufferProps.bufferOffset + lastItem.arraySize * lastItem.resultBufferProps.arrayStride; 3883 m_shaderRecordSize = lastItem.inputBufferProps.bufferOffset + lastItem.arraySize * lastItem.inputBufferProps.arrayStride; 5578 const auto& lastItem = m_testItems.items.back(); in initTestItems() local 5580 resultVec.resize(lastItem.inputBufferProps.bufferOffset + lastItem in initTestItems() [all...] |
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | gen_framework_sc.py | 947 lastItem = "\t%s_LAST," % getEnumValuePrefix(enum) 951 lines.append(lastItem)
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |