Searched refs:minBytes (Results 1 – 11 of 11) sorted by relevance
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationWeights.java | 29 minBytes[1] = Collation.MERGE_SEPARATOR_BYTE + 1; in initForPrimary() 32 minBytes[2] = Collation.PRIMARY_COMPRESSION_LOW_BYTE + 1; in initForPrimary() 35 minBytes[2] = 2; in initForPrimary() 38 minBytes[3] = 2; in initForPrimary() 40 minBytes[4] = 2; in initForPrimary() 47 minBytes[1] = 0; in initForSecondary() 49 minBytes[2] = 0; in initForSecondary() 51 minBytes[3] = Collation.LEVEL_SEPARATOR_BYTE + 1; in initForSecondary() 53 minBytes[4] = 2; in initForSecondary() 60 minBytes[1] = 0; in initForTertiary() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationWeights.java | 31 minBytes[1] = Collation.MERGE_SEPARATOR_BYTE + 1; in initForPrimary() 34 minBytes[2] = Collation.PRIMARY_COMPRESSION_LOW_BYTE + 1; in initForPrimary() 37 minBytes[2] = 2; in initForPrimary() 40 minBytes[3] = 2; in initForPrimary() 42 minBytes[4] = 2; in initForPrimary() 49 minBytes[1] = 0; in initForSecondary() 51 minBytes[2] = 0; in initForSecondary() 53 minBytes[3] = Collation.LEVEL_SEPARATOR_BYTE + 1; in initForSecondary() 55 minBytes[4] = 2; in initForSecondary() 62 minBytes[1] = 0; in initForTertiary() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | collationweights.cpp | 101 minBytes[i] = maxBytes[i] = 0; in CollationWeights() 108 minBytes[1] = Collation::MERGE_SEPARATOR_BYTE + 1; in initForPrimary() 111 minBytes[2] = Collation::PRIMARY_COMPRESSION_LOW_BYTE + 1; in initForPrimary() 114 minBytes[2] = 2; in initForPrimary() 117 minBytes[3] = 2; in initForPrimary() 119 minBytes[4] = 2; in initForPrimary() 127 minBytes[1] = 0; in initForSecondary() 129 minBytes[2] = 0; in initForSecondary() 131 minBytes[3] = Collation::LEVEL_SEPARATOR_BYTE + 1; in initForSecondary() 133 minBytes[4] = 2; in initForSecondary() [all …]
|
D | collationweights.h | 87 return (int32_t)(maxBytes[idx] - minBytes[idx] + 1); in countBytes() 103 uint32_t minBytes[5]; // for byte 1, 2, 3, 4 variable
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationweights.cpp | 101 minBytes[i] = maxBytes[i] = 0; in CollationWeights() 108 minBytes[1] = Collation::MERGE_SEPARATOR_BYTE + 1; in initForPrimary() 111 minBytes[2] = Collation::PRIMARY_COMPRESSION_LOW_BYTE + 1; in initForPrimary() 114 minBytes[2] = 2; in initForPrimary() 117 minBytes[3] = 2; in initForPrimary() 119 minBytes[4] = 2; in initForPrimary() 127 minBytes[1] = 0; in initForSecondary() 129 minBytes[2] = 0; in initForSecondary() 131 minBytes[3] = Collation::LEVEL_SEPARATOR_BYTE + 1; in initForSecondary() 133 minBytes[4] = 2; in initForSecondary() [all …]
|
D | collationweights.h | 87 return (int32_t)(maxBytes[idx] - minBytes[idx] + 1); in countBytes() 103 uint32_t minBytes[5]; // for byte 1, 2, 3, 4 variable
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationweights.cpp | 101 minBytes[i] = maxBytes[i] = 0; in CollationWeights() 108 minBytes[1] = Collation::MERGE_SEPARATOR_BYTE + 1; in initForPrimary() 111 minBytes[2] = Collation::PRIMARY_COMPRESSION_LOW_BYTE + 1; in initForPrimary() 114 minBytes[2] = 2; in initForPrimary() 117 minBytes[3] = 2; in initForPrimary() 119 minBytes[4] = 2; in initForPrimary() 127 minBytes[1] = 0; in initForSecondary() 129 minBytes[2] = 0; in initForSecondary() 131 minBytes[3] = Collation::LEVEL_SEPARATOR_BYTE + 1; in initForSecondary() 133 minBytes[4] = 2; in initForSecondary() [all …]
|
D | collationweights.h | 87 return (int32_t)(maxBytes[idx] - minBytes[idx] + 1); in countBytes() 103 uint32_t minBytes[5]; // for byte 1, 2, 3, 4 variable
|
/third_party/skia/tests/ |
D | CodecPartialTest.cpp | 63 size_t minBytes, size_t increment) { in test_partial() argument 71 HaltingStream* stream = new HaltingStream(file, minBytes); in test_partial() 77 ERRORF(r, "Failed to create codec for %s with %zu bytes", name, minBytes); in test_partial() 125 static void test_partial(skiatest::Reporter* r, const char* name, size_t minBytes = 0) { in test_partial() argument 134 test_partial(r, name, file, std::max(file->size() / 2, minBytes), kIncrement); in test_partial()
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
D | D3D12MemAlloc.cpp | 2359 HRESULT SetMinBytes(UINT64 minBytes); 2499 UINT64 minBytes); 3767 HRESULT BlockVector::SetMinBytes(UINT64 minBytes) in SetMinBytes() argument 3771 if(minBytes == m_MinBytes) in SetMinBytes() 3781 if(minBytes < m_MinBytes) in SetMinBytes() 3790 sumBlockSize - size >= minBytes && in SetMinBytes() 3811 while(SUCCEEDED(hr) && sumBlockSize < minBytes) in SetMinBytes() 3818 if(sumBlockSize + newBlockSize > minBytes) in SetMinBytes() 3820 newBlockSize = minBytes - sumBlockSize; in SetMinBytes() 3825 sumBlockSize + newBlockSize + minBlockSize > minBytes) in SetMinBytes() [all …]
|
D | D3D12MemAlloc.h | 1020 HRESULT SetMinBytes(UINT64 minBytes); 1317 UINT64 minBytes);
|