Home
last modified time | relevance | path

Searched defs:bs (Results 1 – 14 of 14) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
Doverflow.pass.cpp44 std::ofstream bs("overflow.dat"); in main() local
55 std::ifstream bs("overflow.dat"); in main() local
61 std::ofstream bs("overflow.dat"); in main() local
73 std::ifstream bs("overflow.dat"); in main() local
79 std::ofstream bs("overflow.dat"); in main() local
Dunderflow.pass.cpp44 std::ifstream bs("underflow.dat"); in main() local
56 std::ifstream bs("underflow.dat"); in main() local
77 std::ifstream bs("underflow_utf8.dat"); in main() local
Dpbackfail.pass.cpp44 std::ifstream bs("underflow.dat"); in main() local
51 std::fstream bs("underflow.dat"); in main() local
Dseekoff.pass.cpp41 std::fstream bs("seekoff.dat", std::ios::trunc | std::ios::in in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/
Dctor_err_string.pass.cpp50 std::string bs = myconv.to_bytes(L"\xDA83"); in main() local
63 std::string bs = myconv.to_bytes(L"\xDA83"); in main() local
Dfrom_bytes.pass.cpp27 std::string bs("\xF1\x80\x80\x83"); in main() local
Dto_bytes.pass.cpp28 std::string bs = myconv.to_bytes(ws[0]); in main() local
Dconverted.pass.cpp26 std::string bs = myconv.to_bytes(L"\x40003"); in main() local
/ndk/sources/android/support/src/wcstox/
Dintscan.c99 int bs = "\0\1\2\4\7\3\6\5"[(0x17*base)>>5&7]; in __intscan() local
/ndk/sources/android/support/src/stdio/
Dvfwprintf.c210 char *bs; in wprintf_core() local
Dstrtod.c1590 Bigint *bb = NULL, *bd = NULL, *bs = NULL, *delta = NULL;/* pacify gcc */ local
/ndk/tests/device/test-gnustl-full/unit/
Dstring_test.cpp305 const char* bs = b.c_str(); in short_string() local
/ndk/tests/device/test-stlport/unit/
Dstring_test.cpp305 const char* bs = b.c_str(); in short_string() local
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_demangle.cpp4847 const size_t bs = 4 * 1024; variable