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

  /external/icu4c/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/chromium/third_party/icu/source/test/intltest/
tstnrapi.cpp 58 UnicodeString tel, nfkc, nfkd; local
59 tel=UnicodeString(1, (UChar32)0x2121, 10);
60 tel.insert(1, (UChar)0x301);
63 Normalizer::compose(tel, TRUE, 0, nfkc, errorCode);
64 Normalizer::decompose(tel, TRUE, 0, nfkd, errorCode);
69 nfkd!=UnicodeString("TEL\\u0301TELTELTELTELTELTELTELTELTEL", "").unescape()
  /packages/apps/Tag/src/com/android/apps/tag/record/
UriRecord.java 71 .put((byte) 0x05, "tel:")
112 if ("tel".equals(scheme)) {
123 boolean tel = "tel".equals(scheme);
125 if (tel || sms) {
131 if (tel) {
  /external/nist-sip/java/gov/nist/javax/sip/address/
SipUri.java 645 * @param tel Telephone subscriber field to set.
647 public void setTelephoneSubscriber(TelephoneNumber tel) {
648 telephoneSubscriber = tel;
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java 1372 String tel = "<p><a href=\\"tel:" + phoneNo + "\\">Phone<\/a><\/p>"; local
    [all...]
  /external/chromium/net/base/
effective_tld_names.cc     [all...]

Completed in 7834 milliseconds