/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/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_org/chrome/third_party/chromevox/ |
chromeVoxChromePageScript.js | [all...] |
chromeVoxChromeBackgroundScript.js | [all...] |
chromeVoxChromeOptionsScript.js | [all...] |
/external/chromium_org/third_party/accessibility-audit/ |
axs_testing.js | 483 submit:"input_type_submit", tel:"input_type_tel", text:"input_type_text", url:"input_type_url", week:"input_type_week"}; [all...] |