OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compilePattern
(Results
1 - 25
of
69
) sorted by null
1
2
3
/external/icu/android_icu4j/src/main/java/android/icu/text/
ListFormatter.java
114
compilePattern
(two, new StringBuilder()),
115
compilePattern
(start, new StringBuilder()),
116
compilePattern
(middle, new StringBuilder()),
117
compilePattern
(end, new StringBuilder()),
129
private static String
compilePattern
(String pattern, StringBuilder sb) {
319
compilePattern
(r.getWithFallback("listPattern/" + style + "/2").getString(), sb),
320
compilePattern
(r.getWithFallback("listPattern/" + style + "/start").getString(), sb),
321
compilePattern
(r.getWithFallback("listPattern/" + style + "/middle").getString(), sb),
322
compilePattern
(r.getWithFallback("listPattern/" + style + "/end").getString(), sb),
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ListFormatter.java
114
compilePattern
(two, new StringBuilder()),
115
compilePattern
(start, new StringBuilder()),
116
compilePattern
(middle, new StringBuilder()),
117
compilePattern
(end, new StringBuilder()),
129
private static String
compilePattern
(String pattern, StringBuilder sb) {
325
compilePattern
(r.getWithFallback("listPattern/" + style + "/2").getString(), sb),
326
compilePattern
(r.getWithFallback("listPattern/" + style + "/start").getString(), sb),
327
compilePattern
(r.getWithFallback("listPattern/" + style + "/middle").getString(), sb),
328
compilePattern
(r.getWithFallback("listPattern/" + style + "/end").getString(), sb),