Searched refs:widen (Results 1 - 12 of 12) sorted by relevance

/external/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
H A Dwiden_1.pass.cpp14 // 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');
H A Dwiden_many.pass.cpp14 // 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.byname/
H A Dwiden_1.pass.cpp14 // 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('
[all...]
H A Dwiden_many.pass.cpp14 // 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());
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/
H A Dwiden_1.pass.cpp14 // 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');
H A Dwiden_many.pass.cpp14 // 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());
/external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
H A Dwiden.pass.cpp14 // char_type widen(char c) const;
22 assert(ios.widen('c') == 'c');
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DAnyScriptTest.java98 Transliterator widen = Transliterator.getInstance("halfwidth-fullwidth");
104 String wideLettersAndSpace = widen.transform(lettersAndSpace);
105 String widePunctOnly = widen.transform(punctOnly);
/external/valgrind/cachegrind/
H A Dcg_main.c1242 /* Stuff to widen the guard expression to a host word, so
1249 IROp widen = tyW==Ity_I32 ? Iop_1Uto32 : Iop_1Uto64; local
1281 IRExpr_Unop(widen,
/external/valgrind/VEX/priv/
H A Dguest_arm_toIR.c16102 IROp widen = Iop_INVALID; local
16108 case 2: nm = "b"; ty = Ity_I8; widen = Iop_8Uto32; break;
16109 case 3: nm = "h"; ty = Ity_I16; widen = Iop_16Uto32; break;
16141 putIRegA(rT, widen == Iop_INVALID
16142 ? mkexpr(res) : unop(widen, mkexpr(res)),
20157 IRLoadGOp widen = ILGop_INVALID; local
20160 widen = syned ? ILGop_8Sto32 : ILGop_8Uto32; break;
20162 widen = syned ? ILGop_16Sto32 : ILGop_16Uto32; break;
20164 widen = ILGop_Ident32; break;
20168 loadGuardedLE(newRt, widen,
20325 IRLoadGOp widen = ILGop_INVALID; local
20479 IRLoadGOp widen = ILGop_INVALID; local
[all...]
/external/valgrind/callgrind/
H A Dmain.c1191 /* Stuff to widen the guard expression to a host word, so
1195 IROp widen = tyW==Ity_I32 ? Iop_1Uto32 : Iop_1Uto64; local
1208 IRExpr_Unop(widen,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 350 milliseconds