Home
last modified time | relevance | path

Searched defs:sourceLength (Results 1 – 19 of 19) sorted by relevance

/external/icu/icu4c/source/common/
Dushape.cpp635 calculateSize(const UChar *source, int32_t sourceLength, in calculateSize()
692 handleTashkeelWithTatweel(UChar *dest, int32_t sourceLength, in handleTashkeelWithTatweel() argument
730 handleGeneratedSpaces(UChar *dest, int32_t sourceLength, in handleGeneratedSpaces()
905 expandCompositCharAtBegin(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCod… in expandCompositCharAtBegin()
965 expandCompositCharAtEnd(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode)… in expandCompositCharAtEnd()
1032 expandCompositCharAtNear(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode, in expandCompositCharAtNear()
1085 expandCompositChar(UChar *dest, int32_t sourceLength, in expandCompositChar()
1198 shapeUnicode(UChar *dest, int32_t sourceLength, in shapeUnicode()
1370 deShapeUnicode(UChar *dest, int32_t sourceLength, in deShapeUnicode()
1423 u_shapeArabic(const UChar *source, int32_t sourceLength, in u_shapeArabic()
Ducnv.c2407 const char *source, int32_t sourceLength, in ucnv_internalConvert()
2480 const char *source, int32_t sourceLength, in ucnv_convert()
2531 const char *source, int32_t sourceLength, in ucnv_convertAlgorithmic()
2587 const char *source, int32_t sourceLength, in ucnv_toAlgorithmic()
2599 const char *source, int32_t sourceLength, in ucnv_fromAlgorithmic()
2665 int32_t sourceLength) { in ucnv_fixFileSeparator()
2756 int32_t sourceLength, in ucnv_detectUnicodeSignature()
/external/icu/icu4c/source/i18n/
Ducol.cpp193 int32_t sourceLength, in ucol_getSortKey()
241 int32_t sourceLength, in ucol_getBound()
442 int32_t sourceLength, in ucol_strcoll()
464 int32_t sourceLength, in ucol_strcollUTF8()
493 int32_t sourceLength, in ucol_greater()
505 int32_t sourceLength, in ucol_greaterOrEqual()
517 int32_t sourceLength, in ucol_equal()
Dumsg.cpp150 int32_t sourceLength, in u_parseMessage()
170 int32_t sourceLength, in u_vparseMessage()
186 int32_t sourceLength, in u_parseMessageWithError()
207 int32_t sourceLength, in u_vparseMessageWithError()
491 int32_t sourceLength, in umsg_parse()
513 int32_t sourceLength, in umsg_vparse()
Dcoll.cpp501 Collator::EComparisonResult Collator::compare(const UChar* source, int32_t sourceLength, in compare()
644 int32_t sourceLength, in getBound()
/external/conscrypt/common/src/main/java/org/conscrypt/
DSslWrapper.java502 int writeDirectByteBuffer(long sourceAddress, int sourceLength) throws IOException { in writeDirectByteBuffer()
507 int writeArray(byte[] sourceJava, int sourceOffset, int sourceLength) throws IOException { in writeArray()
560 int writeArray(byte[] sourceJava, int sourceOffset, int sourceLength) throws IOException { in writeArray()
DNativeCrypto.java1233 int sourceOffset, int sourceLength, SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_write_heap()
1245 int sourceOffset, int sourceLength, SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_write_BIO_heap()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetASCII.java65 int sourceLength = source.limit() - oldSource; in decodeLoop() local
223 int sourceLength = source.limit() - oldSource; in encodeLoop() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DArabicShaping.java88 public int shape(char[] source, int sourceStart, int sourceLength, in shape()
1107 int sourceLength) { in calculateSize()
1207 private static int handleTashkeelWithTatweel(char[] dest, int sourceLength) { in handleTashkeelWithTatweel()
1794 int sourceLength, in internalShape()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DArabicShaping.java88 public int shape(char[] source, int sourceStart, int sourceLength, in shape()
1155 int sourceLength) { in calculateSize()
1255 private static int handleTashkeelWithTatweel(char[] dest, int sourceLength) { in handleTashkeelWithTatweel()
1842 int sourceLength, in internalShape()
/external/v8/src/js/
Dtypedarray.js325 function TypedArraySetFromArrayLike(target, source, sourceLength, offset) { argument
/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp2068 int32_t sourceLength, in compare()
2092 int32_t sourceLength, in getCollationKey()
2111 int32_t TestCollator::getSortKey(const UChar*source, int32_t sourceLength, in getSortKey()
/external/deqp/modules/gles2/functional/
Des2fShaderApiTests.cpp562 GLint sourceLength = 0; in getSourceLength() local
571 const GLint sourceLength = getSourceLength(shader); in readSource() local
Des2fShaderStateQueryTests.cpp663 StateQueryMemoryWriteGuard<GLint> sourceLength; in test() local
683 StateQueryMemoryWriteGuard<GLint> sourceLength; in test() local
/external/icu/icu4c/source/test/cintltst/
Dcmsgtst.c930 UChar* source, int32_t sourceLength, UErrorCode *status, ...) in CallParseMessage()
Dnucnvtst.c1783 int32_t sourceLength=-1; in TestSignatureDetection() local
/external/deqp/modules/gles3/functional/
Des3fShaderApiTests.cpp619 GLint sourceLength = 0; in getSourceLength() local
628 const GLint sourceLength = getSourceLength(shader); in readSource() local
Des3fShaderStateQueryTests.cpp825 StateQueryMemoryWriteGuard<GLint> sourceLength; in test() local
845 StateQueryMemoryWriteGuard<GLint> sourceLength; in test() local
/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp8950 jint sourceLength, jobject shc) { in NativeCrypto_ENGINE_SSL_write_BIO_heap()
9170 jint sourceLength, jobject shc) { in NativeCrypto_ENGINE_SSL_write_heap()