Home
last modified time | relevance | path

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

12

/external/icu/icu4c/source/common/
Dushape.cpp633 calculateSize(const UChar *source, int32_t sourceLength, in calculateSize()
690 handleTashkeelWithTatweel(UChar *dest, int32_t sourceLength, in handleTashkeelWithTatweel() argument
728 handleGeneratedSpaces(UChar *dest, int32_t sourceLength, in handleGeneratedSpaces()
903 expandCompositCharAtBegin(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCod… in expandCompositCharAtBegin()
963 expandCompositCharAtEnd(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode)… in expandCompositCharAtEnd()
1030 expandCompositCharAtNear(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode, in expandCompositCharAtNear()
1083 expandCompositChar(UChar *dest, int32_t sourceLength, in expandCompositChar()
1196 shapeUnicode(UChar *dest, int32_t sourceLength, in shapeUnicode()
1368 deShapeUnicode(UChar *dest, int32_t sourceLength, in deShapeUnicode()
1421 u_shapeArabic(const UChar *source, int32_t sourceLength, in u_shapeArabic()
Ducnv.cpp2406 const char *source, int32_t sourceLength, in ucnv_internalConvert()
2479 const char *source, int32_t sourceLength, in ucnv_convert()
2530 const char *source, int32_t sourceLength, in ucnv_convertAlgorithmic()
2586 const char *source, int32_t sourceLength, in ucnv_toAlgorithmic()
2598 const char *source, int32_t sourceLength, in ucnv_fromAlgorithmic()
2664 int32_t sourceLength) { in ucnv_fixFileSeparator()
2755 int32_t sourceLength, in ucnv_detectUnicodeSignature()
/external/cronet/third_party/icu/source/common/
Dushape.cpp633 calculateSize(const UChar *source, int32_t sourceLength, in calculateSize()
690 handleTashkeelWithTatweel(UChar *dest, int32_t sourceLength, in handleTashkeelWithTatweel() argument
728 handleGeneratedSpaces(UChar *dest, int32_t sourceLength, in handleGeneratedSpaces()
903 expandCompositCharAtBegin(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCod… in expandCompositCharAtBegin()
963 expandCompositCharAtEnd(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode)… in expandCompositCharAtEnd()
1030 expandCompositCharAtNear(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode, in expandCompositCharAtNear()
1083 expandCompositChar(UChar *dest, int32_t sourceLength, in expandCompositChar()
1196 shapeUnicode(UChar *dest, int32_t sourceLength, in shapeUnicode()
1368 deShapeUnicode(UChar *dest, int32_t sourceLength, in deShapeUnicode()
1421 u_shapeArabic(const UChar *source, int32_t sourceLength, in u_shapeArabic()
Ducnv.cpp2406 const char *source, int32_t sourceLength, in ucnv_internalConvert()
2479 const char *source, int32_t sourceLength, in ucnv_convert()
2530 const char *source, int32_t sourceLength, in ucnv_convertAlgorithmic()
2586 const char *source, int32_t sourceLength, in ucnv_toAlgorithmic()
2598 const char *source, int32_t sourceLength, in ucnv_fromAlgorithmic()
2664 int32_t sourceLength) { in ucnv_fixFileSeparator()
2755 int32_t sourceLength, in ucnv_detectUnicodeSignature()
/external/icu/icu4c/source/i18n/
Ducol.cpp200 int32_t sourceLength, in ucol_getSortKey()
248 int32_t sourceLength, in ucol_getBound()
449 int32_t sourceLength, in ucol_strcoll()
471 int32_t sourceLength, in ucol_strcollUTF8()
500 int32_t sourceLength, in ucol_greater()
512 int32_t sourceLength, in ucol_greaterOrEqual()
524 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()
487 int32_t sourceLength, in umsg_parse()
509 int32_t sourceLength, in umsg_vparse()
Dcoll.cpp508 Collator::EComparisonResult Collator::compare(const UChar* source, int32_t sourceLength, in compare()
651 int32_t sourceLength, in getBound()
/external/cronet/third_party/icu/source/i18n/
Ducol.cpp200 int32_t sourceLength, in ucol_getSortKey()
248 int32_t sourceLength, in ucol_getBound()
449 int32_t sourceLength, in ucol_strcoll()
471 int32_t sourceLength, in ucol_strcollUTF8()
500 int32_t sourceLength, in ucol_greater()
512 int32_t sourceLength, in ucol_greaterOrEqual()
524 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()
487 int32_t sourceLength, in umsg_parse()
509 int32_t sourceLength, in umsg_vparse()
Dcoll.cpp508 Collator::EComparisonResult Collator::compare(const UChar* source, int32_t sourceLength, in compare()
651 int32_t sourceLength, in getBound()
/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/skia/src/gpu/ganesh/gl/builders/
DGrGLShaderStringBuilder.cpp72 GrGLint sourceLength = SkToInt(glsl.size()); in GrGLCompileAndAttachShader() local
/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/icu/android_icu4j/src/main/java/android/icu/text/
DArabicShaping.java88 public int shape(char[] source, int sourceStart, int sourceLength, in shape()
1113 int sourceLength) { in calculateSize()
1213 private static int handleTashkeelWithTatweel(char[] dest, int sourceLength) { in handleTashkeelWithTatweel()
1800 int sourceLength, in internalShape()
/external/angle/third_party/vulkan-deps/spirv-tools/src/tools/objdump/
Dextract_source.cpp40 size_t sourceLength = std::distance(begin, end); in ExtractStringLiteral() local
/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp2097 int32_t sourceLength, in compare()
2121 int32_t sourceLength, in getCollationKey()
2140 int32_t TestCollator::getSortKey(const UChar*source, int32_t sourceLength, in getSortKey()
/external/cronet/third_party/icu/source/test/intltest/
Dapicoll.cpp2097 int32_t sourceLength, in compare()
2121 int32_t sourceLength, in getCollationKey()
2140 int32_t TestCollator::getSortKey(const UChar*source, int32_t sourceLength, in getSortKey()
/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeSsl.java575 int writeDirectByteBuffer(long sourceAddress, int sourceLength) throws IOException { in writeDirectByteBuffer()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DNativeSsl.java576 int writeDirectByteBuffer(long sourceAddress, int sourceLength) throws IOException { in writeDirectByteBuffer()
/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/cronet/third_party/icu/source/test/cintltst/
Dcmsgtst.c945 UChar* source, int32_t sourceLength, UErrorCode *status, ...) in CallParseMessage()
/external/icu/icu4c/source/test/cintltst/
Dcmsgtst.c945 UChar* source, int32_t sourceLength, UErrorCode *status, ...) in CallParseMessage()
/external/icu/libandroidicu/static_shim/
Dshim.cpp266 …Name, char * target, int32_t targetCapacity, const char * source, int32_t sourceLength, UErrorCode… in ucnv_convert_android()
293 …col_strcoll_android(const UCollator * coll, const UChar * source, int32_t sourceLength, const UCha… in ucol_strcoll_android()
/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DMethodWriter.java571 private int sourceLength; field in MethodWriter

12