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

  /external/mockito/src/main/java/org/mockito/internal/util/
StringUtil.java 15 private static final Pattern CAPS = Pattern.compile("([A-Z\\d][^A-Z\\d]*)");
78 Matcher match = CAPS.matcher(className);
  /external/u-boot/include/
i8042.h 66 #define CAPS 0x0004 /* capslock */
  /external/ImageMagick/scripts/
txt2html 89 # * swapped order of caps & heading in main loop
114 # * Fixed minor bug in CAPS handling (paragraph breaks broke)
189 # [-c <n> ] | [--caps <n> ]
190 $min_caps_length = 3; # min sequential CAPS for an all-caps line
193 $caps_tag = "STRONG"; # Tag to put around all-caps lines
253 $CAPS = 512;
275 $s [-c <n> ] | [--caps <n> ]
352 if (($ARGV[0] eq "-c" || $ARGV[0] eq "--caps") &&
790 sub caps subroutine
    [all...]

Completed in 323 milliseconds