Searched defs:tel (Results 1 - 3 of 3) 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/icu4c/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/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;

Completed in 223 milliseconds