Searched refs:secondHalf (Results 1 – 9 of 9) sorted by relevance
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | CollationElementIterator.java | 350 int secondHalf = getSecondHalf(p, lower32); local 351 if (secondHalf != 0) { 352 otherHalf_ = secondHalf | 0xc0; // continuation CE 410 int secondHalf = getSecondHalf(p, lower32); in previous() local 411 if (secondHalf != 0) { in previous() 420 return secondHalf | 0xc0; // continuation CE in previous()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | CollationElementIterator.java | 340 int secondHalf = getSecondHalf(p, lower32); local 341 if (secondHalf != 0) { 342 otherHalf_ = secondHalf | 0xc0; // continuation CE 399 int secondHalf = getSecondHalf(p, lower32); in previous() local 400 if (secondHalf != 0) { in previous() 409 return secondHalf | 0xc0; // continuation CE in previous()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | coleitr.cpp | 133 uint32_t secondHalf = getSecondHalf(p, lower32); in next() local 134 if (secondHalf != 0) { in next() 135 otherHalf_ = secondHalf | 0xc0; // continuation CE in next() 205 uint32_t secondHalf = getSecondHalf(p, lower32); in previous() local 206 if (secondHalf != 0) { in previous() 215 return secondHalf | 0xc0; // continuation CE in previous()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | coleitr.cpp | 133 uint32_t secondHalf = getSecondHalf(p, lower32); in next() local 134 if (secondHalf != 0) { in next() 135 otherHalf_ = secondHalf | 0xc0; // continuation CE in next() 205 uint32_t secondHalf = getSecondHalf(p, lower32); in previous() local 206 if (secondHalf != 0) { in previous() 215 return secondHalf | 0xc0; // continuation CE in previous()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | coleitr.cpp | 133 uint32_t secondHalf = getSecondHalf(p, lower32); in next() local 134 if (secondHalf != 0) { in next() 135 otherHalf_ = secondHalf | 0xc0; // continuation CE in next() 205 uint32_t secondHalf = getSecondHalf(p, lower32); in previous() local 206 if (secondHalf != 0) { in previous() 215 return secondHalf | 0xc0; // continuation CE in previous()
|
/third_party/icu/icu4c/source/i18n/ |
D | coleitr.cpp | 133 uint32_t secondHalf = getSecondHalf(p, lower32); in next() local 134 if (secondHalf != 0) { in next() 135 otherHalf_ = secondHalf | 0xc0; // continuation CE in next() 205 uint32_t secondHalf = getSecondHalf(p, lower32); in previous() local 206 if (secondHalf != 0) { in previous() 215 return secondHalf | 0xc0; // continuation CE in previous()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SpirvShaderSpec.cpp | 126 auto const &secondHalf = getObject(insn.word(5)); in EvalSpecConstantOp() local 142 … result.constantValue[i] = secondHalf.constantValue[selector - getType(firstHalf).componentCount]; in EvalSpecConstantOp()
|
/third_party/skia/tests/ |
D | CodecPartialTest.cpp | 285 const size_t secondHalf = fullFrameBytes - firstHalf; in DEF_TEST() local 308 haltingStream->addNewData(secondHalf); in DEF_TEST()
|
/third_party/flutter/skia/tests/ |
D | CodecPartialTest.cpp | 286 const size_t secondHalf = fullFrameBytes - firstHalf; in DEF_TEST() local 309 haltingStream->addNewData(secondHalf); in DEF_TEST()
|