Home
last modified time | relevance | path

Searched refs:outputBytes (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
Ducnvscsu.c1095 goto outputBytes; in _SCSUFromUnicodeWithOffsets()
1149 goto outputBytes; in _SCSUFromUnicodeWithOffsets()
1159 goto outputBytes; in _SCSUFromUnicodeWithOffsets()
1170 goto outputBytes; in _SCSUFromUnicodeWithOffsets()
1176 goto outputBytes; in _SCSUFromUnicodeWithOffsets()
1181 goto outputBytes; in _SCSUFromUnicodeWithOffsets()
1193 goto outputBytes; in _SCSUFromUnicodeWithOffsets()
1198 goto outputBytes; in _SCSUFromUnicodeWithOffsets()
1204 goto outputBytes; in _SCSUFromUnicodeWithOffsets()
1212 goto outputBytes; in _SCSUFromUnicodeWithOffsets()
[all …]
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetSCSU.java679 labelType = outputBytes(source, target, offsets); in encodeLoop()
1159 private int outputBytes(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in outputBytes() method in CharsetSCSU.CharsetEncoderSCSU
/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp3437 ScopedByteArrayRW outputBytes(env, output); in NativeCrypto_RAND_bytes() local
3438 if (outputBytes.get() == nullptr) { in NativeCrypto_RAND_bytes()
3442 unsigned char* tmp = reinterpret_cast<unsigned char*>(outputBytes.get()); in NativeCrypto_RAND_bytes()
3443 if (RAND_bytes(tmp, outputBytes.size()) <= 0) { in NativeCrypto_RAND_bytes()