Searched defs:myChar (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestHashtables.cpp606 TestUniChar* myChar; local
610 if (!EntToUniClass.Get(nsDependentCString(gEntities[i].mStr), &myChar)) {
615 printf("Found %c\n", myChar->GetChar());
619 if (EntToUniClass.Get(NS_LITERAL_CSTRING("xxxx"), &myChar)) {
678 if (!EntToUniClassL.Get(nsDependentCString(gEntities[i].mStr), &myChar)) {
683 printf("Found %c\n", myChar->GetChar());
687 if (EntToUniClassL.Get(NS_LITERAL_CSTRING("xxxx"), &myChar)) {

Completed in 44 milliseconds