OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_to
(Results
1 - 3
of
3
) sorted by null
/external/stlport/test/unit/
codecvt_test.cpp
397
wchar_t *
next_to
;
local
399
to, to + sizeof(to) / sizeof(wchar_t),
next_to
);
402
CPPUNIT_ASSERT(
next_to
== &to[0] + 1 );
411
char *
next_to
;
local
413
to, to + sizeof(to) / sizeof(char),
next_to
);
416
CPPUNIT_ASSERT(
next_to
== &to[0] + 1 );
/ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp
399
wchar_t *
next_to
;
local
401
to, to + sizeof(to) / sizeof(wchar_t),
next_to
);
404
CPPUNIT_ASSERT(
next_to
== &to[0] + 1 );
413
char *
next_to
;
local
415
to, to + sizeof(to) / sizeof(char),
next_to
);
418
CPPUNIT_ASSERT(
next_to
== &to[0] + 1 );
/ndk/tests/device/test-stlport/unit/
codecvt_test.cpp
399
wchar_t *
next_to
;
local
401
to, to + sizeof(to) / sizeof(wchar_t),
next_to
);
404
CPPUNIT_ASSERT(
next_to
== &to[0] + 1 );
413
char *
next_to
;
local
415
to, to + sizeof(to) / sizeof(char),
next_to
);
418
CPPUNIT_ASSERT(
next_to
== &to[0] + 1 );
Completed in 527 milliseconds