Home
last modified time | relevance | path

Searched refs:strlen (Results 1 – 25 of 56) sorted by relevance

123

/development/samples/ApiDemos/src/com/example/android/apis/os/
DMorseCodeConverter.java92 int strlen = str.length(); in pattern() local
97 for (int i=0; i<strlen; i++) { in pattern()
120 for (int i=0; i<strlen; i++) { in pattern()
/development/ndk/platforms/android-3/include/
Dstring.h52 extern size_t strlen(const char *);
/development/tools/etc1tool/
Detc1tool.cpp67 size_t pathLen = strlen(pPath); in changeExtension()
68 size_t extensionLen = strlen(pExtension); in changeExtension()
565 size_t buffSize = strlen(pInput) + strlen(kDefaultExtension) + 1; in main()
/development/tools/yuv420sp2rgb/
Dcmdline.c97 if (strlen(optarg) >= 2 && optarg[0] == '0' && optarg[1] == 'x') { \ in get_options()
/development/tools/line_endings/
Dline_endings.c94 ssize_t amt2 = strlen(root->buf); in main()
/development/ndk/platforms/android-21/include/
Dstring.h53 extern size_t strlen(const char *) __purefunc;
233 size_t strlen(const char *s) { in strlen() function
/development/samples/ToyVpn/server/linux/
DToyVpnServer.cpp131 int length = strlen(parameter); in build_parameters()
/development/ndk/sources/android/ndk_helper/
DJNIHelper.cpp265 int32_t iLength = strlen( (const char*) str ); in ConvertString()
/development/ndk/platforms/android-5/arch-arm/symbols/
Dlibc.so.functions.txt606 strlen
/development/ndk/platforms/android-17/arch-x86/symbols/
Dlibc.so.functions.txt650 strlen
/development/ndk/platforms/android-12/arch-x86/symbols/
Dlibc.so.functions.txt649 strlen
/development/ndk/platforms/android-3/arch-arm/symbols/
Dlibc.so.functions.txt618 strlen
/development/ndk/platforms/android-19/arch-x86/symbols/
Dlibc.so.functions.txt651 strlen
/development/ndk/platforms/android-8/arch-arm/symbols/
Dlibc.so.functions.txt630 strlen
/development/ndk/platforms/android-16/arch-mips/symbols/
Dlibc.so.functions.txt653 strlen
/development/ndk/platforms/android-14/arch-x86/symbols/
Dlibc.so.functions.txt649 strlen
/development/ndk/platforms/android-18/arch-mips/symbols/
Dlibc.so.functions.txt653 strlen
/development/ndk/platforms/android-9/arch-x86/symbols/
Dlibc.so.functions.txt646 strlen
/development/ndk/platforms/android-16/arch-x86/symbols/
Dlibc.so.functions.txt650 strlen
/development/ndk/platforms/android-12/arch-mips/symbols/
Dlibc.so.functions.txt652 strlen
/development/ndk/platforms/android-14/arch-mips/symbols/
Dlibc.so.functions.txt652 strlen
/development/ndk/platforms/android-17/arch-mips/symbols/
Dlibc.so.functions.txt653 strlen
/development/ndk/platforms/android-18/arch-x86/symbols/
Dlibc.so.functions.txt650 strlen
/development/ndk/platforms/android-9/arch-mips/symbols/
Dlibc.so.functions.txt649 strlen
/development/ndk/platforms/android-9/arch-arm/symbols/
Dlibc.so.functions.txt666 strlen

123