Home
last modified time | relevance | path

Searched defs:strLength (Results 1 – 2 of 2) sorted by relevance

/device/sample/frameworks/PlatformLibrary/jni/
DPlatformLibrary.cpp118 jsize strLength = env->GetStringLength(str); in PlatformLibrary_reverseString() local
/device/google/cuttlefish/guest/hals/identity/libeic/
DEicCbor.c136 void eicCborAppendString(EicCbor* cbor, const char* str, size_t strLength) { in eicCborAppendString()