Home | History | Annotate | Download | only in runtime

Lines Matching full:length_in_bytes

3080           size_t length_in_bytes = strlen(result.u) + 1;
3082 reinterpret_cast<const char*>(GuardedCopy::Create(ptr, length_in_bytes, false));
3084 size_t length_in_bytes = baseEnv(env)->GetStringLength(env, string) * 2;
3086 reinterpret_cast<const jchar*>(GuardedCopy::Create(ptr, length_in_bytes, false));