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

  /frameworks/av/drm/mediadrm/plugins/clearkey/
JsonWebKey.h 48 bool decodeBase64String(const String8& encodedText,
JsonWebKey.cpp 101 bool JsonWebKey::decodeBase64String(const String8& encodedText,
106 // encodedText should not contain padding characters as per EME spec.
107 if (encodedText.find(kBase64Padding) != -1) {
112 // add them so length of encodedText is exactly a multiple of 4.
113 int remainder = encodedText.length() % 4;
114 String8 paddedText(encodedText);
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
DecoderUtil.java 229 String encodedText = body.substring(qm2 + 1, end - 2);
249 if (encodedText.length() == 0) {
259 return DecoderUtil.decodeQ(encodedText, charset);
261 return DecoderUtil.decodeB(encodedText, charset);
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 

Completed in 63 milliseconds