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

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestHashtables.cpp403 nsTHashtable<EntityToUnicodeEntry> EntityToUnicode; local
406 if (!EntityToUnicode.Init(ENTITY_COUNT)) {
413 testTHashtable(EntityToUnicode, 5);
416 PRUint32 count = EntityToUnicode.EnumerateEntries(nsTEnumStop, nsnull);
424 count = EntityToUnicode.EnumerateEntries(nsTEnumGo, nsnull);
432 testTHashtable(EntityToUnicode, ENTITY_COUNT);
435 EntityToUnicode.Clear();
439 count = EntityToUnicode.EnumerateEntries(nsTEnumGo, nsnull);

Completed in 44 milliseconds