Home
last modified time | relevance | path

Searched defs:srcLen (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/core/java/android/util/
H A DCharsetUtils.java64 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 Dandroid_util_CharsetUtils.cpp23 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 Dacp.c118 int srcLen; in process() local
/aosp12/build/make/tools/libhost/
H A DCopyFile.c495 int srcLen, dstLen, nameLen; in copyDirectory() local
/aosp12/frameworks/native/cmds/rawbu/
H A Dbackup.cpp260 int srcLen = strlen(srcPath); in backup_dir() local
/aosp12/system/core/libutils/
H A DUnicode.cpp446 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 Dandroid_renderscript_RenderScript.cpp1958 jint srcLen = _env->GetArrayLength(_src); in nScriptGroupCreate() local
/aosp12/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp2308 jint srcLen = _env->GetArrayLength(_src); in nScriptGroupCreate() local