OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pTestIDNA
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
testidn.cpp
62
static TestIDNA*
pTestIDNA
=NULL;
98
pTestIDNA
= &test;
136
pTestIDNA
= NULL;
342
pTestIDNA
->errln( "Did not get the assigned type for codepoint 0x%08X. Expected: %i Got: %i\n",codepoint, USPREP_MAP, type);
376
pTestIDNA
->errln( "Did not get the expected length. Expected: %i Got: %i\n", mapLength, length);
383
pTestIDNA
->errln("Did not get the expected result. Expected: 0x%04X Got: 0x%04X \n", mapping[i], mappingData[index+i]);
390
pTestIDNA
->errln( "Did not get the expected result. Expected: 0x%04X 0x%04X Got: 0x%04X 0x%04X", lead, trail, mappingData[index+i], mappingData[index+i+1]);
396
pTestIDNA
->errln("Did not get the expected result. Expected: 0x%04X Got: 0x%04X \n", mapping[0],(codepoint-delta));
433
pTestIDNA
->errln( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);
437
pTestIDNA
->errln( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeN (…)
[
all
...]
/external/icu/icu4c/source/test/intltest/
testidn.cpp
62
static TestIDNA*
pTestIDNA
=NULL;
98
pTestIDNA
= &test;
136
pTestIDNA
= NULL;
342
pTestIDNA
->errln( "Did not get the assigned type for codepoint 0x%08X. Expected: %i Got: %i\n",codepoint, USPREP_MAP, type);
376
pTestIDNA
->errln( "Did not get the expected length. Expected: %i Got: %i\n", mapLength, length);
383
pTestIDNA
->errln("Did not get the expected result. Expected: 0x%04X Got: 0x%04X \n", mapping[i], mappingData[index+i]);
390
pTestIDNA
->errln( "Did not get the expected result. Expected: 0x%04X 0x%04X Got: 0x%04X 0x%04X", lead, trail, mappingData[index+i], mappingData[index+i+1]);
396
pTestIDNA
->errln("Did not get the expected result. Expected: 0x%04X Got: 0x%04X \n", mapping[0],(codepoint-delta));
433
pTestIDNA
->errln( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);
437
pTestIDNA
->errln( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeN (…)
[
all
...]
Completed in 184 milliseconds