Searched refs:addCategory (Results 1 – 7 of 7) sorted by relevance
/external/icu4c/i18n/ |
D | regexcmp.cpp | 91 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/ |
D | AuditsPanel.js | 59 this._launcherView.addCategory(this.categoriesById[id]); 99 addCategory: function(category) method in WebInspector.AuditsPanel 102 this._launcherView.addCategory(category);
|
D | AuditLauncherView.js | 85 addCategory: function(category) method in WebInspector.AuditLauncherView
|
D | ExtensionAPI.js | 261 addCategory: function(displayName, resultCount) method in Audits
|
D | ExtensionServer.js | 351 WebInspector.panels.audits.addCategory(category);
|
/external/clang/test/Analysis/ |
D | pr4209.m | 61 - (void) addCategory:(EBayCategoryType*)inCategory toRootTreeCategory:(NSMutableArray*)inRootTreeCa…
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 6206 (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):
|