HomeSort by relevance Sort by last modified time
    Searched defs:stripped (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/text/method/
DigitsKeyListener.java 186 SpannableStringBuilder stripped = null; local
210 return ""; // Only one character, and it was stripped.
213 if (stripped == null) {
214 stripped = new SpannableStringBuilder(source, start, end);
217 stripped.delete(i - start, i + 1 - start);
221 if (stripped != null) {
222 return stripped;
  /frameworks/base/core/tests/coretests/src/android/webkit/
AccessibilityInjectorTest.java 1594 StringBuilder stripped = new StringBuilder(markup); local
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialTrie.java 163 final String stripped = SmartDialNameMatcher.normalizeNumber( local
165 if (!TextUtils.isEmpty(stripped)) {
167 if (stripped.charAt(0) == '1') {
171 if (stripped.length() == (10 + trunkPrefixOffset)) {
177 putNumber(contact, stripped, trunkPrefixOffset);
180 putNumber(contact, stripped, 3 + trunkPrefixOffset);
  /external/chromium/chrome/browser/autofill/
credit_card.cc 387 string16 stripped; local
388 RemoveChars(number, kSeparators, &stripped);
389 return stripped;
  /external/elfutils/src/
unstrip.c 1 /* Combine stripped files with separate symbols and debug information.
317 Because of this, the related sections can shrink in the stripped
1939 Elf *stripped = elf_begin (stripped_fd, ELF_C_READ, NULL); local
1980 Elf *stripped = dwfl_module_getelf (mod, &bias); local
    [all...]
  /build/core/
definitions.mk 69 # The list of dynamic binaries that haven't been stripped/compressed/etc.
    [all...]
  /prebuilts/devtools/tools/lib/
lint-checks.jar 

Completed in 214 milliseconds