/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/ |
ctype.h | 100 int toascii(int);
|
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/ |
ctype.h | 100 int toascii(int);
|
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/ |
ctype.h | 100 int toascii(int);
|
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/ |
ctype.h | 100 int toascii(int);
|
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/ |
ctype.h | 100 int toascii(int);
|
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/ |
ctype.h | 100 int toascii(int);
|
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/ |
ctype.h | 100 int toascii(int);
|
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/ |
ctype.h | 100 int toascii(int);
|
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/ |
ctype.h | 100 int toascii(int);
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/ |
ctype.h | 100 int toascii(int);
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/ |
ctype.h | 100 int toascii(int);
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/ |
ctype.h | 100 int toascii(int);
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/ |
Utils.java | 202 private static char toAscii(int b) { 241 sbx.append(String.format("%c", toAscii(dup.get() & BYTE_MASK)));
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
Utils.java | 200 private static char toAscii(int b) { 241 sbx.append(String.format("%c", toAscii(dup.get() & BYTE_MASK)));
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ctype.h | 264 int __cdecl toascii(int _C) __MINGW_ATTRIB_DEPRECATED_MSVC2005; 269 #define toascii __toascii macro
|
/external/skia/debugger/QT/ |
SkDebuggerGUI.cpp | 228 fFileName = fPath.toAscii().data(); 230 fFileName.append(fDirectoryWidget.currentItem()->text().toAscii().data()); 240 saveToFile(SkString(filename.toAscii().data())); 294 SkString fileName(fPath.toAscii().data()); 299 fileName.append(item->text().toAscii().data()); 316 loadPicture(SkString(filename.toAscii().data()));
|
/external/expat/lib/ |
xmltok.c | 998 toAscii(const ENCODING *enc, const char *ptr, const char *end) 1040 if (!isSpace(toAscii(enc, ptr, end))) { 1046 } while (isSpace(toAscii(enc, ptr, end))); 1053 c = toAscii(enc, ptr, end); 1066 } while (isSpace(c = toAscii(enc, ptr, end))); 1080 c = toAscii(enc, ptr, end); 1083 c = toAscii(enc, ptr, end); 1093 c = toAscii(enc, ptr, end); 1181 int c = toAscii(enc, val, end); 1214 while (isSpace(toAscii(enc, ptr, end)) [all...] |
/external/llvm/test/Transforms/InstCombine/ |
disable-simplify-libcalls.ll | 47 declare i32 @toascii(i32) 302 %ret = call i32 @toascii(i32 %y) 304 ; CHECK: call i32 @toascii
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
kv_pb.py | 79 return _net_proto___parse__python.ToASCII(self, 'KeyValue', output_format) 254 return _net_proto___parse__python.ToASCII(self, 'KeyValues', output_format)
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/ |
TestIDNA.java | 284 //Test toASCII 334 // Test ToASCII 642 private StringBuffer _doTestCompareReferenceImpl(StringBuffer src, boolean toASCII, int options) { 643 String refIDNAName = toASCII ? "IDNAReference.convertToASCII" : "IDNAReference.convertToUnicode"; 644 String uIDNAName = toASCII ? "IDNA.convertToASCII" : "IDNA.convertToUnicode"; 652 exp = toASCII ? IDNAReference.convertToASCII(src, options) : IDNAReference.convertToUnicode(src, options); 660 got = toASCII ? IDNA.convertToASCII(src, options) : IDNA.convertToUnicode(src, options); [all...] |
/external/icu/icu4c/source/test/intltest/ |
idnaref.h | 31 * This function implements the ToASCII operation as defined in the IDNA draft. 193 * applying toASCII) match using an case-insensitive ASCII comparison.
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
TestIDNA.java | 280 //Test toASCII 330 // Test ToASCII 638 private StringBuffer _doTestCompareReferenceImpl(StringBuffer src, boolean toASCII, int options) { 639 String refIDNAName = toASCII ? "IDNAReference.convertToASCII" : "IDNAReference.convertToUnicode"; 640 String uIDNAName = toASCII ? "IDNA.convertToASCII" : "IDNA.convertToUnicode"; 648 exp = toASCII ? IDNAReference.convertToASCII(src, options) : IDNAReference.convertToUnicode(src, options); 656 got = toASCII ? IDNA.convertToASCII(src, options) : IDNA.convertToUnicode(src, options); [all...] |
/libcore/luni/src/main/java/java/math/ |
BigInt.java | 146 return nonAscii ? toAscii(s, base) : s; 152 private static String toAscii(String s, int base) {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
ctype.h | 146 extern int toascii (int __c) __THROW; 210 # define toascii(c) __toascii (c) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
ctype.h | 156 extern int toascii (int __c) __THROW; 236 # define toascii(c) __toascii (c) macro
|