OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c_c32p
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
utf_sanity_check.pass.cpp
37
const F32_8::intern_type*
c_c32p
;
local
49
assert(f32_16.out(mbs, &c32x, &c32x+1,
c_c32p
, c16c+0, c16c+4, c16cp) == F32_8::error);
50
assert(f32_8.out(mbs, &c32x, &c32x+1,
c_c32p
, c8, c8+4, c8p) == F32_8::error);
54
assert(f32_16.out(mbs, &c32x, &c32x+1,
c_c32p
, c16c, c16c+4, c16cp) == F32_8::ok);
55
assert(
c_c32p
-&c32x == 1);
88
assert(f32_8.out(mbs, &c32x, &c32x+1,
c_c32p
, c8, c8+4, c8p) == F32_8::ok);
89
assert(
c_c32p
-&c32x == 1);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
utf_sanity_check.pass.cpp
37
const F32_8::intern_type*
c_c32p
;
local
49
assert(f32_16.out(mbs, &c32x, &c32x+1,
c_c32p
, c16c+0, c16c+4, c16cp) == F32_8::error);
50
assert(f32_8.out(mbs, &c32x, &c32x+1,
c_c32p
, c8, c8+4, c8p) == F32_8::error);
54
assert(f32_16.out(mbs, &c32x, &c32x+1,
c_c32p
, c16c, c16c+4, c16cp) == F32_8::ok);
55
assert(
c_c32p
-&c32x == 1);
88
assert(f32_8.out(mbs, &c32x, &c32x+1,
c_c32p
, c8, c8+4, c8p) == F32_8::ok);
89
assert(
c_c32p
-&c32x == 1);
Completed in 105 milliseconds