Searched defs:replaceAll (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
H A DMoreKeysResources.java242 t = replaceAll(t, "\\?", "?");
243 t = replaceAll(t, "\\@", "@");
244 t = replaceAll(t, "@string/", "!text/");
248 private static String replaceAll(final String text, final String target, final String replace) { method in class:MoreKeysResources

Completed in 69 milliseconds