Home
last modified time | relevance | path

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

/external/smali/smalidea/src/main/java/org/jf/smalidea/
DSmaliHighlightingColors.java48 public static final TextAttributesKey BRACES = createTextAttributesKey( field in SmaliHighlightingColors
49 "BRACES", DefaultLanguageHighlighterColors.BRACES);
DSmaliTokens.java182 tokenColors.put("CLOSE_BRACE", SmaliHighlightingColors.BRACES);
261 tokenColors.put("OPEN_BRACE", SmaliHighlightingColors.BRACES);
/external/arm-trusted-firmware/
D.checkpatch.conf75 --ignore BRACES
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateXMB.java140 BRACES, // e.g. {NAME} enumConstant
800 PlaceholderType type = isEnglish ? PlaceholderType.BRACES : PlaceholderType.XML; in showPlurals()
948 case BRACES: in transformValue()