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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtstnrapi.cpp57 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);
/external/icu/icu4c/source/test/intltest/
H A Dtstnrapi.cpp57 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);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dfocus_util.js37 'tel' : true,
H A Ddom_util.js55 'tel' : 'input_type_tel',
1641 case 'tel':
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DSipUri.java645 * @param tel Telephone subscriber field to set.
647 public void setTelephoneSubscriber(TelephoneNumber tel) { argument
648 telephoneSubscriber = tel;
/external/chromium_org/third_party/accessibility-audit/
H A Daxs_testing.js493 submit:"input_type_submit", tel:"input_type_tel", text:"input_type_text", url:"input_type_url", week:"input_type_week"};
854 case "tel":

Completed in 707 milliseconds