Searched defs:srcLen (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/core/java/android/util/ |
H A D | CharsetUtils.java | 64 private static native int toModifiedUtf8Bytes(@NonNull String src, int srcLen, in toModifiedUtf8Bytes() 77 long src, int srcOff, int srcLen); in fromModifiedUtf8Bytes()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_util_CharsetUtils.cpp | 23 jstring src, jint srcLen, jlong dest, jint destOff, jint destLen) { in android_util_CharsetUtils_toModifiedUtf8Bytes() 46 jlong src, jint srcOff, jint srcLen) { in android_util_CharsetUtils_fromModifiedUtf8Bytes()
|
/aosp12/build/make/tools/acp/ |
H A D | acp.c | 118 int srcLen; in process() local
|
/aosp12/build/make/tools/libhost/ |
H A D | CopyFile.c | 495 int srcLen, dstLen, nameLen; in copyDirectory() local
|
/aosp12/frameworks/native/cmds/rawbu/ |
H A D | backup.cpp | 260 int srcLen = strlen(srcPath); in backup_dir() local
|
/aosp12/system/core/libutils/ |
H A D | Unicode.cpp | 446 const uint8_t* src, size_t srcLen, char16_t* dst, size_t dstLen) { in utf8_to_utf16_no_null_terminator()
|
/aosp12/frameworks/rs/support/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1958 jint srcLen = _env->GetArrayLength(_src); in nScriptGroupCreate() local
|
/aosp12/frameworks/base/rs/jni/ |
H A D | android_renderscript_RenderScript.cpp | 2308 jint srcLen = _env->GetArrayLength(_src); in nScriptGroupCreate() local
|