Home
last modified time | relevance | path

Searched refs:secondHalf (Results 1 – 9 of 9) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DCollationElementIterator.java340 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()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollationElementIterator.java350 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()
/external/icu/icu4c/source/i18n/
Dcoleitr.cpp133 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()
/external/exoplayer/tree/extensions/cronet/src/test/java/com/google/android/exoplayer2/ext/cronet/
DByteArrayUploadDataProviderTest.java64 byte[] secondHalf = Arrays.copyOfRange(TEST_DATA, TEST_DATA.length / 2, TEST_DATA.length); in readPartialBuffer()
73 assertThat(byteBuffer.array()).isEqualTo(secondHalf); in readPartialBuffer()
/external/swiftshader/src/Pipeline/
DSpirvShaderSpec.cpp126 auto const &secondHalf = getObject(insn.word(5)); in EvalSpecConstantOp() local
142 … result.constantValue[i] = secondHalf.constantValue[selector - getType(firstHalf).componentCount]; in EvalSpecConstantOp()
/external/skia/tests/
DCodecPartialTest.cpp285 const size_t secondHalf = fullFrameBytes - firstHalf; in DEF_TEST() local
308 haltingStream->addNewData(secondHalf); in DEF_TEST()
/external/skqp/tests/
DCodecPartialTest.cpp285 const size_t secondHalf = fullFrameBytes - firstHalf; in DEF_TEST() local
308 haltingStream->addNewData(secondHalf); in DEF_TEST()
/external/fonttools/Lib/fontTools/ttLib/tables/
DE_B_D_T_.py541 secondHalf = byteord(curByte) << numBitsCut
542 newByte = (firstHalf | secondHalf) & ((1<<numBits)-1)
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...