Home
last modified time | relevance | path

Searched refs:ignoreSet (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/i18n/
Duspoof_wsconf.cpp311 UnicodeSet ignoreSet; in buildWSConfusableData() local
312 ignoreSet.applyIntPropertyValue(UCHAR_SCRIPT, USCRIPT_COMMON, status); in buildWSConfusableData()
315 ignoreSet.addAll(inheritedSet); in buildWSConfusableData()
316 for (int32_t rn=0; rn<ignoreSet.getRangeCount(); rn++) { in buildWSConfusableData()
317 UChar32 rangeStart = ignoreSet.getRangeStart(rn); in buildWSConfusableData()
318 UChar32 rangeEnd = ignoreSet.getRangeEnd(rn); in buildWSConfusableData()
/external/webkit/Source/WebCore/dom/
DNode.cpp288 static HashSet<Node*> ignoreSet; variable
365 ignoreSet.add(this); in trackForDebugging()
378 HashSet<Node*>::iterator it = ignoreSet.find(this); in ~Node()
379 if (it != ignoreSet.end()) in ~Node()
380 ignoreSet.remove(it); in ~Node()
/external/webkit/Tools/DumpRenderTree/mac/
DDumpRenderTree.mm207 static char* const ignoreSet[] = {
210 static const int ignoreSetCount = sizeof(ignoreSet) / sizeof(char*);
214 string curIgnore(ignoreSet[i]);
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1458773 (WebCore::): Added an ignoreSet, which collects WebCore::Nodes whose lifetime