Home
last modified time | relevance | path

Searched refs:maxBytes (Results 1 – 13 of 13) sorted by relevance

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationWeights.java28 maxBytes[1] = Collation.TRAIL_WEIGHT_BYTE; in initForPrimary()
31 maxBytes[2] = Collation.PRIMARY_COMPRESSION_HIGH_BYTE - 1; in initForPrimary()
34 maxBytes[2] = 0xff; in initForPrimary()
37 maxBytes[3] = 0xff; in initForPrimary()
39 maxBytes[4] = 0xff; in initForPrimary()
46 maxBytes[1] = 0; in initForSecondary()
48 maxBytes[2] = 0; in initForSecondary()
50 maxBytes[3] = 0xff; in initForSecondary()
52 maxBytes[4] = 0xff; in initForSecondary()
59 maxBytes[1] = 0; in initForTertiary()
[all …]
/external/icu/icu4c/source/i18n/
Dcollationweights.cpp99 minBytes[i] = maxBytes[i] = 0; in CollationWeights()
107 maxBytes[1] = Collation::TRAIL_WEIGHT_BYTE; in initForPrimary()
110 maxBytes[2] = Collation::PRIMARY_COMPRESSION_HIGH_BYTE - 1; in initForPrimary()
113 maxBytes[2] = 0xff; in initForPrimary()
116 maxBytes[3] = 0xff; in initForPrimary()
118 maxBytes[4] = 0xff; in initForPrimary()
126 maxBytes[1] = 0; in initForSecondary()
128 maxBytes[2] = 0; in initForSecondary()
130 maxBytes[3] = 0xff; in initForSecondary()
132 maxBytes[4] = 0xff; in initForSecondary()
[all …]
Dcollationweights.h85 return (int32_t)(maxBytes[idx] - minBytes[idx] + 1); in countBytes()
102 uint32_t maxBytes[5]; variable
/external/skia/src/core/
DSkImageFilter.cpp421 CacheImpl(size_t maxBytes) : fMaxBytes(maxBytes), fCurrentBytes(0) { in CacheImpl() argument
498 SkImageFilter::Cache* SkImageFilter::Cache::Create(size_t maxBytes) { in Create() argument
499 return SkNEW_ARGS(CacheImpl, (maxBytes)); in Create()
/external/protobuf/java/src/test/java/com/google/protobuf/
DIsValidUtf8TestUtil.java326 int maxBytes = (int) (encoder.maxBytesPerChar() * maxChars) + 1;
327 byte[] bytesReencoded = new byte[maxBytes];
/external/javassist/src/main/javassist/util/proxy/
DProxyFactory.java784 int maxBytes = ((l + 7) >> 3); in computeSignature() local
785 signature = new byte[maxBytes]; in computeSignature()
803 int maxBytes = ((l + 7) >> 3); in installSignature() local
804 if (signature.length != maxBytes) { in installSignature()
/external/skia/include/core/
DSkImageFilter.h60 static Cache* Create(size_t maxBytes);
/external/sonic/
DSonic.java431 int maxBytes) in readBytesFromStream() argument
433 int maxSamples = maxBytes/(2*numChannels); in readBytesFromStream()
/external/skia/tests/
DResourceCacheTest.cpp270 Mock(int maxCnt, size_t maxBytes) { in Mock() argument
273 fContext->setResourceCacheLimits(maxCnt, maxBytes); in Mock()
/external/valgrind/VEX/priv/
Dguest_ppc_toIR.c5460 Int maxBytes ) // 32 or 128 in generate_lsw_sequence() argument
5470 for (i = 0; i < maxBytes; i++) { in generate_lsw_sequence()
5512 Int maxBytes ) // 32 or 128 in generate_stsw_sequence() argument
5522 for (i = 0; i < maxBytes; i++) { in generate_stsw_sequence()
/external/robolectric/lib/main/
Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/ ...
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...