Searched refs:printable (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapUtils.java | 635 BitSet printable = new BitSet(256); in encodeQuotedPrintable() local 638 printable.set(i); in encodeQuotedPrintable() 641 printable.set(i); in encodeQuotedPrintable() 643 printable.set(TAB); in encodeQuotedPrintable() 644 printable.set(SPACE); in encodeQuotedPrintable() 651 if (printable.get(b)) { in encodeQuotedPrintable()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | ScoringParams.java | 333 String printable = params.replaceAll("[^A-Za-z_0-9=,:.+-]", "?"); in sanitize() 334 if (printable.length() > 100) { in sanitize() 335 printable = printable.substring(0, 98) + "..."; in sanitize() 337 return printable; in sanitize()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |