/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/ |
widen_1.pass.cpp | 14 // charT widen(char c) const; 34 assert(f.widen(' ') == L' '); 35 assert(f.widen('A') == L'A'); 36 assert(f.widen('\x07') == L'\x07'); 37 assert(f.widen('.') == L'.'); 38 assert(f.widen('a') == L'a'); 39 assert(f.widen('1') == L'1'); 40 assert(f.widen(char(-5)) == wchar_t(-1)); 49 assert(f.widen(' ') == L' '); 50 assert(f.widen('A') == L'A') [all...] |
widen_many.pass.cpp | 14 // const char* widen(const char* low, const char* high, charT* to) const; 37 assert(f.widen(&in[0], in.data() + in.size(), v.data()) == in.data() + in.size()); 55 assert(f.widen(&in[0], in.data() + in.size(), v.data()) == in.data() + in.size());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/ |
widen_1.pass.cpp | 14 // charT widen(char c) const; 32 assert(f.widen(' ') == L' '); 33 assert(f.widen('A') == L'A'); 34 assert(f.widen('\x07') == L'\x07'); 35 assert(f.widen('.') == L'.'); 36 assert(f.widen('a') == L'a'); 37 assert(f.widen('1') == L'1'); 38 assert(f.widen(char(-5)) == wchar_t(-1)); 47 assert(f.widen(' ') == L' '); 48 assert(f.widen('A') == L'A') [all...] |
widen_many.pass.cpp | 14 // const char* widen(const char* low, const char* high, charT* to) const; 35 assert(f.widen(&in[0], in.data() + in.size(), v.data()) == in.data() + in.size()); 53 assert(f.widen(&in[0], in.data() + in.size(), v.data()) == in.data() + in.size());
|
/external/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/ |
widen_1.pass.cpp | 14 // char widen(char c) const; 26 assert(f.widen(' ') == ' '); 27 assert(f.widen('A') == 'A'); 28 assert(f.widen('\x07') == '\x07'); 29 assert(f.widen('.') == '.'); 30 assert(f.widen('a') == 'a'); 31 assert(f.widen('1') == '1');
|
widen_many.pass.cpp | 14 // const char* widen(const char* low, const char* high, char* to) const; 30 assert(f.widen(&in[0], in.data() + in.size(), v.data()) == in.data() + in.size());
|
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/ |
widen_1.pass.cpp | 14 // charT widen(char c) const; 26 assert(f.widen(' ') == L' '); 27 assert(f.widen('A') == L'A'); 28 assert(f.widen('\x07') == L'\x07'); 29 assert(f.widen('.') == L'.'); 30 assert(f.widen('a') == L'a'); 31 assert(f.widen('1') == L'1');
|
widen_many.pass.cpp | 14 // const char* widen(const char* low, const char* high, charT* to) const; 30 assert(f.widen(&in[0], in.data() + in.size(), v.data()) == in.data() + in.size());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/ |
widen_1.pass.cpp | 14 // char widen(char c) const; 26 assert(f.widen(' ') == ' '); 27 assert(f.widen('A') == 'A'); 28 assert(f.widen('\x07') == '\x07'); 29 assert(f.widen('.') == '.'); 30 assert(f.widen('a') == 'a'); 31 assert(f.widen('1') == '1');
|
widen_many.pass.cpp | 14 // const char* widen(const char* low, const char* high, char* to) const; 30 assert(f.widen(&in[0], in.data() + in.size(), v.data()) == in.data() + in.size());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/ |
widen_1.pass.cpp | 14 // charT widen(char c) const; 26 assert(f.widen(' ') == L' '); 27 assert(f.widen('A') == L'A'); 28 assert(f.widen('\x07') == L'\x07'); 29 assert(f.widen('.') == L'.'); 30 assert(f.widen('a') == L'a'); 31 assert(f.widen('1') == L'1');
|
widen_many.pass.cpp | 14 // const char* widen(const char* low, const char* high, charT* to) const; 30 assert(f.widen(&in[0], in.data() + in.size(), v.data()) == in.data() + in.size());
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
regex_compiler.h | 183 else if (_M_state & _S_state_at_start && __c == _M_ctype.widen('^')) 189 else if (__c == _M_ctype.widen('$')) 196 else if (__c == _M_ctype.widen('.')) 202 else if (__c == _M_ctype.widen('*')) 208 else if (__c == _M_ctype.widen('+')) 214 else if (__c == _M_ctype.widen('|')) 220 else if (__c == _M_ctype.widen('[')) 227 else if (__c == _M_ctype.widen('\\')) 234 if (__c == _M_ctype.widen('(')) 240 else if (__c == _M_ctype.widen(')')) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
regex_compiler.h | 183 else if (_M_state & _S_state_at_start && __c == _M_ctype.widen('^')) 189 else if (__c == _M_ctype.widen('$')) 196 else if (__c == _M_ctype.widen('.')) 202 else if (__c == _M_ctype.widen('*')) 208 else if (__c == _M_ctype.widen('+')) 214 else if (__c == _M_ctype.widen('|')) 220 else if (__c == _M_ctype.widen('[')) 227 else if (__c == _M_ctype.widen('\\')) 234 if (__c == _M_ctype.widen('(')) 240 else if (__c == _M_ctype.widen(')')) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
regex_compiler.h | 183 else if (_M_state & _S_state_at_start && __c == _M_ctype.widen('^')) 189 else if (__c == _M_ctype.widen('$')) 196 else if (__c == _M_ctype.widen('.')) 202 else if (__c == _M_ctype.widen('*')) 208 else if (__c == _M_ctype.widen('+')) 214 else if (__c == _M_ctype.widen('|')) 220 else if (__c == _M_ctype.widen('[')) 227 else if (__c == _M_ctype.widen('\\')) 234 if (__c == _M_ctype.widen('(')) 240 else if (__c == _M_ctype.widen(')')) [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
LoopWidening.h | 1 //===--- LoopWidening.h - Widen loops ---------------------------*- C++ -*-===// 10 /// This header contains the declarations of functions which are used to widen 27 /// Widen the loop by invalidating anything that might be modified
|
/external/llvm/test/CodeGen/X86/ |
widen_extract-1.ll | 2 ; widen extract subvector
|
/external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/ |
widen.pass.cpp | 14 // char_type widen(char c) const; 22 assert(ios.widen('c') == 'c');
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/ |
widen.pass.cpp | 14 // char_type widen(char c) const; 22 assert(ios.widen('c') == 'c');
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/avian/ |
Utf8.java | 57 buf = widen(buf, j, length - 1);
64 buf = widen(buf, j, length - 2);
79 return (char[])widen(decoded, length, length);
89 private static Object widen (Object data, int length, int capacity) {
method in class:Utf8
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
asan-vs-gvn.ll | 14 ; Accessing bytes 4 and 6, not ok to widen to i32 if sanitize_address is set. 37 ;; Accessing bytes 4 and 5. Ok to widen to i16.
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_num_put.c | 85 __sep, __ct.widen('+'), __ct.widen('-'), 0); 89 __f.flags(), __f.width(0), __fill, __ct.widen('+'), __ct.widen('-')); 198 wchar_t __xplus = __ct.widen('+'); 199 wchar_t __xminus = __ct.widen('-'); 202 __ct.widen(__buf, __iend, __wbuf); 489 __s++ = __c_type.widen( '0' ); 490 __s++ = __c_type.widen( __table_ptr[16] ); 503 _STLP_PRIV __do_put_integer(__s, __f, __c_type.widen('0'), __REINTERPRET_CAST(unsigned long,__val) [all...] |
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_num_put.c | 85 __sep, __ct.widen('+'), __ct.widen('-'), 0); 89 __f.flags(), __f.width(0), __fill, __ct.widen('+'), __ct.widen('-')); 198 wchar_t __xplus = __ct.widen('+'); 199 wchar_t __xminus = __ct.widen('-'); 202 __ct.widen(__buf, __iend, __wbuf); 489 __s++ = __c_type.widen( '0' ); 490 __s++ = __c_type.widen( __table_ptr[16] ); 503 _STLP_PRIV __do_put_integer(__s, __f, __c_type.widen('0'), __REINTERPRET_CAST(unsigned long,__val) [all...] |
/external/bison/lib/ |
bitrotate.h | 90 because 'int' is at least 32 bits and the arguments must widen 101 because 'int' is at least 32 bits and the arguments must widen 112 because 'int' is at least 32 bits and the arguments must widen 123 because 'int' is at least 32 bits and the arguments must widen
|
/external/clang/test/CodeGen/ |
variadic-null-win64.c | 6 // platforms we widen null pointer constants to a pointer-sized integer.
|