HomeSort by relevance Sort by last modified time
    Searched refs:PARENS (Results 1 - 3 of 3) sorted by null

  /external/smali/smalidea/src/main/java/org/jf/smalidea/
SmaliHighlightingColors.java 72 public static final TextAttributesKey PARENS = createTextAttributesKey(
73 "PARENS", DefaultLanguageHighlighterColors.PARENTHESES);
SmaliTokens.java 182 tokenColors.put("CLOSE_PAREN", SmaliHighlightingColors.PARENS);
260 tokenColors.put("OPEN_PAREN", SmaliHighlightingColors.PARENS);
  /external/regex-re2/re2/testing/
regexp_benchmark.cc 176 #define PARENS "([ -~])*(A)(B)(C)(D)(E)(F)(G)(H)(I)(J)(K)(L)(M)" \
227 void Search_Parens_CachedDFA(int i, int n) { Search(i, n, PARENS, SearchCachedDFA); }
228 void Search_Parens_CachedNFA(int i, int n) { Search(i, n, PARENS, SearchCachedNFA); }
229 void Search_Parens_CachedPCRE(int i, int n) { Search(i, n, PARENS, SearchCachedPCRE); }
230 void Search_Parens_CachedRE2(int i, int n) { Search(i, n, PARENS, SearchCachedRE2); }
    [all...]

Completed in 290 milliseconds