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

  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
ICUTagletAdapter.java 34 String encodedText = toString(tag);
35 if(encodedText == null) return null;
38 out.addContent(new RawHtml(encodedText));
53 String encodedText = toString(tags[0]);
54 if(encodedText == null) return null;
56 out.addContent(new RawHtml(encodedText));
  /frameworks/av/drm/mediacas/plugins/clearkey/
JsonAssetLoader.h 46 const String8& encodedText);
JsonAssetLoader.cpp 72 sp<ABuffer> JsonAssetLoader::decodeBase64String(const String8& encodedText) {
74 // add them so length of encodedText is exactly a multiple of 4.
75 int remainder = encodedText.length() % 4;
76 String8 paddedText(encodedText);
  /frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
JsonWebKey.h 48 bool decodeBase64String(const String8& encodedText,
  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
JsonWebKey.h 42 bool decodeBase64String(const std::string& encodedText,
  /frameworks/av/drm/mediadrm/plugins/clearkey/default/
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);
  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
JsonWebKey.cpp 103 bool JsonWebKey::decodeBase64String(const std::string& encodedText,
108 // encodedText should not contain padding characters as per EME spec.
109 if (encodedText.find(kBase64Padding) != std::string::npos) {
114 // add them so length of encodedText is exactly a multiple of 4.
115 int remainder = encodedText.length() % 4;
116 std::string 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);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapUtils.java 467 String encodedText;
474 encodedText = m.group(3);
477 + "\nText: " + encodedText);
480 Log.d(TAG, "StripEncoding: Quoted Printable string : " + encodedText);
481 str = new String(quotedPrintableToUtf8(encodedText, charset));
487 Log.d(TAG, "StripEncoding: base64 string : " + encodedText);
489 Base64.decode(encodedText.getBytes(charset), Base64.DEFAULT),
496 Log.e(TAG, "stripEncoding: string not encoded as base64: " + encodedText);
  /external/pdfium/fpdfsdk/
fpdfedittext.cpp 429 WideString encodedText = WideString::FromUTF16LE(text, len);
431 for (wchar_t wc : encodedText) {
  /prebuilts/tools/common/m2/repository/org/apache/james/apache-mime4j-core/0.7.2/
apache-mime4j-core-0.7.2.jar 
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.3.jar 
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.7.3/
jsoup-1.7.3.jar 

Completed in 538 milliseconds