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

  /cts/tests/tests/provider/src/android/provider/cts/
Contacts_ContactMethodsTest.java 33 String encodedString = ContactMethods.encodePredefinedImProtocol(protocol);
34 assertTrue(encodedString.startsWith("pre:"));
35 assertEquals(protocol, ContactMethods.decodeImProtocol(encodedString));
38 encodedString = ContactMethods.encodePredefinedImProtocol(protocol);
39 assertTrue(encodedString.startsWith("pre:"));
40 assertEquals(protocol, ContactMethods.decodeImProtocol(encodedString));
43 encodedString = ContactMethods.encodeCustomImProtocol(protocolString);
44 assertTrue(encodedString.startsWith("custom:"));
45 assertEquals(protocolString, ContactMethods.decodeImProtocol(encodedString));
  /external/chromium_org/third_party/WebKit/Source/core/html/
FormDataList.cpp 39 CString encodedString = m_encoding.encode(string, WTF::EntitiesForUnencodables);
40 m_items.append(normalizeLineEndingsToCRLF(encodedString));
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextEncoding.cpp 79 CString encodedString;
81 encodedString = textCodec->encode(string.characters8(), string.length(), handling);
83 encodedString = textCodec->encode(string.characters16(), string.length(), handling);
84 return encodedString;
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp     [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 153 milliseconds