Searched defs:SPACES (Results 1 – 10 of 10) sorted by relevance
92 static constexpr Type SPACES = 1 << 1; variable
11 final static String SPACES = " "; field in AsyncTestBase
30 final static String[] SPACES = { " ", " ", " ", " ", // 1,2,4,8 field in SpacePadder
42 SPACES, enumConstant
16 SPACES = r'\s*' variable
54 private static final Pattern SPACES = Pattern.compile("\\s+"); field in EncoderTest
1131 private static final String SPACES = "\u0020\u3000\u303F"; field in XMPUtilsImpl
90 static Pattern SPACES = PatternCache.get("\\s+"); field in CheckHtmlFiles
115 static final Pattern SPACES = Pattern.compile("\\s+"); field in Annotations.MyHandler
920 static final Pattern SPACES = Pattern.compile("\\s+"); // TODO pick whitespace field in PersonNameFormatter.NamePattern