Searched refs:byteLen (Results 1 – 6 of 6) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | CharEncoder.java | 59 int byteLen; in getValue() local 89 byteLen = byteBuffer.limit(); in getValue() 90 byteBuffer.get(destination, offset, byteLen); in getValue() 91 return byteLen; in getValue()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestStringByteConverter.java | 126 int byteLen = byteString.toBytes(test, bytes, 0); in testString() local 146 totalBytes += byteLen; in testString() 148 System.out.println("\t" + hex(bytes, 0, byteLen, " ")); in testString() 156 byteString.fromBytes(bytes, 0, byteLen, chars); in testString()
|
/external/brotli/java/org/brotli/dec/ |
D | BitReader.java | 247 static void bytesToNibbles(State s, int byteLen) { in bytesToNibbles() argument 249 int halfLen = byteLen >> LOG_HALF_SIZE; in bytesToNibbles()
|
/external/skia/src/xps/ |
D | SkXPSDevice.cpp | 1966 void SkXPSDevice::drawPosText(const void* text, size_t byteLen, 1969 if (byteLen < 1) return; 1993 static_cast<const char*>(text), byteLen)); 1998 paint.getTextEncoding(), static_cast<const char*>(text), byteLen,
|
/external/skqp/src/xps/ |
D | SkXPSDevice.cpp | 2040 void SkXPSDevice::drawPosText(const void* text, size_t byteLen, 2043 if (byteLen < 1) return; 2067 static_cast<const char*>(text), byteLen)); 2072 paint.getTextEncoding(), static_cast<const char*>(text), byteLen,
|
/external/brotli/js/ |
D | decode.js | 1424 function bytesToNibbles(s, byteLen) { argument 1426 var /** !number */ halfLen = byteLen >> 1;
|