OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ptrresult
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
udatpg_test.c
224
const UChar*
ptrResult
[2];
280
ptrResult
[0] = testPattern2;
281
ptrResult
[1] = redundantPattern;
290
if (U_FAILURE(errorCode) || p==NULL || u_memcmp(p,
ptrResult
[count], pLength)!=0 ) {
/external/icu4c/test/cintltst/
udatpg_test.c
224
const UChar*
ptrResult
[2];
280
ptrResult
[0] = testPattern2;
281
ptrResult
[1] = redundantPattern;
290
if (U_FAILURE(errorCode) || p==NULL || u_memcmp(p,
ptrResult
[count], pLength)!=0 ) {
Completed in 599 milliseconds