OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:c8p
(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
36
F32_8::extern_type*
c8p
;
local
50
assert(f32_8.out(mbs, &c32x, &c32x+1, c_c32p, c8, c8+4,
c8p
) == F32_8::error);
63
assert(f16_8.out(mbs, c16, c_c16p, c_c16p, c8, c8+4,
c8p
) == F32_8::ok);
69
assert(
c8p
-c8 == 1);
71
assert(
c8p
-c8 == 2);
73
assert(
c8p
-c8 == 3);
75
assert(
c8p
-c8 == 4);
76
c_c8p =
c8p
;
88
assert(f32_8.out(mbs, &c32x, &c32x+1, c_c32p, c8, c8+4,
c8p
) == F32_8::ok);
91
assert(
c8p
-c8 == 1)
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
utf_sanity_check.pass.cpp
36
F32_8::extern_type*
c8p
;
local
50
assert(f32_8.out(mbs, &c32x, &c32x+1, c_c32p, c8, c8+4,
c8p
) == F32_8::error);
63
assert(f16_8.out(mbs, c16, c_c16p, c_c16p, c8, c8+4,
c8p
) == F32_8::ok);
69
assert(
c8p
-c8 == 1);
71
assert(
c8p
-c8 == 2);
73
assert(
c8p
-c8 == 3);
75
assert(
c8p
-c8 == 4);
76
c_c8p =
c8p
;
88
assert(f32_8.out(mbs, &c32x, &c32x+1, c_c32p, c8, c8+4,
c8p
) == F32_8::ok);
91
assert(
c8p
-c8 == 1)
[
all
...]
Completed in 382 milliseconds