Home
last modified time | relevance | path

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

/build/make/tools/product_config/src/com/android/build/config/
DValue.java28 private static final Pattern SPACES = Pattern.compile("\\s+"); field in Value
80 return SPACES.matcher(str.trim()).replaceAll(" ").trim(); in normalize()
136 final Matcher m = SPACES.matcher(s); in oneLinePerWord()
153 final Matcher m = SPACES.matcher(normalize(str.toString())); in oneLinePerWord()