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

  /external/chromium_org/third_party/icu/source/test/intltest/
tstnrapi.cpp 57 UnicodeString tel, nfkc, nfkd; local
58 tel=UnicodeString(1, (UChar32)0x2121, 10);
59 tel.insert(1, (UChar)0x301);
62 Normalizer::compose(tel, TRUE, 0, nfkc, errorCode);
63 Normalizer::decompose(tel, TRUE, 0, nfkd, errorCode);
68 nfkd!=UnicodeString("TEL\\u0301TELTELTELTELTELTELTELTELTEL", "").unescape()
  /external/icu/icu4c/source/test/intltest/
tstnrapi.cpp 57 UnicodeString tel, nfkc, nfkd; local
58 tel=UnicodeString(1, (UChar32)0x2121, 10);
59 tel.insert(1, (UChar)0x301);
62 Normalizer::compose(tel, TRUE, 0, nfkc, errorCode);
63 Normalizer::decompose(tel, TRUE, 0, nfkd, errorCode);
68 nfkd!=UnicodeString("TEL\\u0301TELTELTELTELTELTELTELTELTEL", "").unescape()
  /developers/build/prebuilts/gradle/LNotifications/Application/tests/src/com/example/android/lnotifications/
OtherMetadataFragmentTest.java 57 String tel = "81 (90) 555-1212"; local
58 Uri dummyContactUri = Uri.fromParts("tel", tel, null);
73 String tel = "81 (90) 555-1212";
74 Uri dummyContactUri = Uri.fromParts("tel", tel, null);
  /developers/samples/android/notification/LNotifications/Application/tests/src/com/example/android/lnotifications/
OtherMetadataFragmentTest.java 57 String tel = "81 (90) 555-1212"; local
58 Uri dummyContactUri = Uri.fromParts("tel", tel, null);
73 String tel = "81 (90) 555-1212";
74 Uri dummyContactUri = Uri.fromParts("tel", tel, null);
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapBmessageBuilder.java 53 private final static String VCARD_TEL = "TEL:";
128 List<PhoneData> tel = vcard.getPhoneList(); local
137 if (tel != null && tel.size() > 0) {
138 mBmsg.append(VCARD_TEL).append(tel.get(0).getNumber()).append(CRLF);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
focus_util.js 37 'tel' : true,
dom_util.js 55 'tel' : 'input_type_tel',
    [all...]
  /external/chromium_org/third_party/accessibility-audit/
axs_testing.js 493 submit:"input_type_submit", tel:"input_type_tel", text:"input_type_text", url:"input_type_url", week:"input_type_week"};
    [all...]

Completed in 654 milliseconds