Home
last modified time | relevance | path

Searched refs:addCategory (Results 1 – 7 of 7) sorted by relevance

/external/icu4c/i18n/
Dregexcmp.cpp91 static inline void addCategory(UnicodeSet *set, int32_t value, UErrorCode& ec) { in addCategory() function
1504 addCategory(set, U_GC_ND_MASK, *fStatus); in doParseActions()
4051 addCategory(set, U_GC_CF_MASK, ec); in addIdentifierIgnorable()
4168 addCategory(set, U_GC_CN_MASK, localStatus); in createSetForProperty()
4172 addCategory(set, U_GC_ND_MASK, localStatus); in createSetForProperty()
4181 addCategory(set, U_GC_L_MASK, localStatus); in createSetForProperty()
4182 addCategory(set, U_GC_SC_MASK, localStatus); in createSetForProperty()
4183 addCategory(set, U_GC_PC_MASK, localStatus); in createSetForProperty()
4184 addCategory(set, U_GC_ND_MASK, localStatus); in createSetForProperty()
4185 addCategory(set, U_GC_NL_MASK, localStatus); in createSetForProperty()
[all …]
/external/webkit/Source/WebCore/inspector/front-end/
DAuditsPanel.js59 this._launcherView.addCategory(this.categoriesById[id]);
99 addCategory: function(category) method in WebInspector.AuditsPanel
102 this._launcherView.addCategory(category);
DAuditLauncherView.js85 addCategory: function(category) method in WebInspector.AuditLauncherView
DExtensionAPI.js261 addCategory: function(displayName, resultCount) method in Audits
DExtensionServer.js351 WebInspector.panels.audits.addCategory(category);
/external/clang/test/Analysis/
Dpr4209.m61 - (void) addCategory:(EBayCategoryType*)inCategory toRootTreeCategory:(NSMutableArray*)inRootTreeCa…
/external/webkit/Source/WebCore/
DChangeLog-2010-12-066206 (WebInspector.injectedExtensionAPI.Audits.prototype.addCategory):
65562 (WebInspector.AuditLauncherView.prototype.addCategory.compareCategories):
65563 (WebInspector.AuditLauncherView.prototype.addCategory):
65573 (WebInspector.AuditsPanel.prototype.addCategory):
65586 (WebInspector.injectedExtensionAPI.Audits.prototype.addCategory):