OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c16cp
(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
43
char*
c16cp
;
local
49
assert(f32_16.out(mbs, &c32x, &c32x+1, c_c32p, c16c+0, c16c+4,
c16cp
) == F32_8::error);
54
assert(f32_16.out(mbs, &c32x, &c32x+1, c_c32p, c16c, c16c+4,
c16cp
) == F32_8::ok);
57
assert(
c16cp
-c16c == 2);
59
assert(
c16cp
-c16c == 4);
60
for (int i = 0; i < (
c16cp
- c16c) / 2; ++i)
62
c_c16p = c16 + (
c16cp
- c16c) / 2;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
utf_sanity_check.pass.cpp
43
char*
c16cp
;
local
49
assert(f32_16.out(mbs, &c32x, &c32x+1, c_c32p, c16c+0, c16c+4,
c16cp
) == F32_8::error);
54
assert(f32_16.out(mbs, &c32x, &c32x+1, c_c32p, c16c, c16c+4,
c16cp
) == F32_8::ok);
57
assert(
c16cp
-c16c == 2);
59
assert(
c16cp
-c16c == 4);
60
for (int i = 0; i < (
c16cp
- c16c) / 2; ++i)
62
c_c16p = c16 + (
c16cp
- c16c) / 2;
Completed in 111 milliseconds