/external/apache-http/src/org/apache/commons/codec/net/ |
D | QuotedPrintableCodec.java | 255 public String encode(String pString) throws EncoderException { in encode() argument 256 if (pString == null) { in encode() 260 return encode(pString, getDefaultCharset()); in encode() 280 …public String decode(String pString, String charset) throws DecoderException, UnsupportedEncodingE… in decode() argument 281 if (pString == null) { in decode() 284 return new String(decode(pString.getBytes(StringEncodings.US_ASCII)), charset); in decode() 300 public String decode(String pString) throws DecoderException { in decode() argument 301 if (pString == null) { in decode() 305 return decode(pString, getDefaultCharset()); in decode() 386 public String encode(String pString, String charset) throws UnsupportedEncodingException { in encode() argument [all …]
|
D | URLCodec.java | 225 public String encode(String pString, String charset) in encode() argument 228 if (pString == null) { in encode() 231 return new String(encode(pString.getBytes(charset)), StringEncodings.US_ASCII); in encode() 245 public String encode(String pString) throws EncoderException { in encode() argument 246 if (pString == null) { in encode() 250 return encode(pString, getDefaultCharset()); in encode() 269 public String decode(String pString, String charset) in decode() argument 272 if (pString == null) { in decode() 275 return new String(decode(pString.getBytes(StringEncodings.US_ASCII)), charset); in decode() 290 public String decode(String pString) throws DecoderException { in decode() argument [all …]
|
D | QCodec.java | 190 public String encode(final String pString, final String charset) throws EncoderException { in encode() argument 191 if (pString == null) { in encode() 195 return encodeText(pString, charset); in encode() 211 public String encode(String pString) throws EncoderException { in encode() argument 212 if (pString == null) { in encode() 215 return encode(pString, getDefaultCharset()); in encode() 230 public String decode(String pString) throws DecoderException { in decode() argument 231 if (pString == null) { in decode() 235 return decodeText(pString); in decode()
|
/external/icu/icu4c/source/common/ |
D | ucase.cpp | 875 const UChar **pString, in ucase_toFullLower() argument 926 *pString=iDot; in ucase_toFullLower() 929 *pString=jDot; in ucase_toFullLower() 932 *pString=iOgonekDot; in ucase_toFullLower() 935 *pString=iDotGrave; in ucase_toFullLower() 938 *pString=iDotAcute; in ucase_toFullLower() 941 *pString=iDotTilde; in ucase_toFullLower() 964 *pString=nullptr; in ucase_toFullLower() 980 *pString=iDot; in ucase_toFullLower() 1001 *pString=reinterpret_cast<const UChar *>(pe+1); in ucase_toFullLower() [all …]
|
D | ucase.h | 249 const UChar **pString, 255 const UChar **pString, 261 const UChar **pString, 266 const UChar **pString, 281 const UChar **pString,
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_bookmark.cpp | 47 CPDF_String* pString = ToString(m_pDict->GetDirectObjectFor("Title")); in GetTitle() local 48 if (!pString) in GetTitle() 51 WideString title = pString->GetUnicodeText(); in GetTitle()
|
D | cpdf_formfield.cpp | 628 CPDF_String* pString = ToString(pOption); in GetOptionText() local 629 return pString ? pString->GetUnicodeText() : WideString(); in GetOptionText()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTString.cpp | 142 char* pString = m_pString; in append() local 148 pString = (char*)malloc(newCapacity); in append() 150 memmove(pString, m_pString, m_Size); in append() 151 pString[m_Capacity-1]='\0'; in append() 155 memmove(pString + m_Size, _Ptr, _Count); in append() 157 pString[m_Size] = 0; in append() 160 if (pString != m_pString) in append() 167 m_pString = pString; in append() 217 char* pString = m_pString; in append() local 222 pString = (char*)malloc(newCapacity); in append() [all …]
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_cmap.cpp | 340 uint32_t CPDF_CMap::GetNextChar(const char* pString, in GetNextChar() argument 343 auto* pBytes = reinterpret_cast<const uint8_t*>(pString); in GetNextChar() 405 int CPDF_CMap::CountChar(const char* pString, int size) const { in CountChar() argument 416 pString)[i]]) { in CountChar() 425 GetNextChar(pString, size, offset); in CountChar()
|
D | cpdf_font.h | 56 virtual uint32_t GetNextChar(const char* pString, 59 virtual int CountChar(const char* pString, int size) const; 78 int GetStringWidth(const char* pString, int size);
|
D | cpdf_font.cpp | 125 int CPDF_Font::CountChar(const char* pString, int size) const { in CountChar() argument 288 int CPDF_Font::GetStringWidth(const char* pString, int size) { in GetStringWidth() argument 292 uint32_t charcode = GetNextChar(pString, size, offset); in GetStringWidth() 349 uint32_t CPDF_Font::GetNextChar(const char* pString, in GetNextChar() argument 355 uint8_t ch = offset < nStrLen ? pString[offset++] : pString[nStrLen - 1]; in GetNextChar()
|
D | cpdf_cmap.h | 64 uint32_t GetNextChar(const char* pString, int nStrLen, int& offset) const; 65 int CountChar(const char* pString, int size) const;
|
D | cpdf_cidfont.h | 49 uint32_t GetNextChar(const char* pString, 52 int CountChar(const char* pString, int size) const override;
|
D | cpdf_cidfont.cpp | 754 uint32_t CPDF_CIDFont::GetNextChar(const char* pString, in GetNextChar() argument 757 return m_pCMap->GetNextChar(pString, nStrLen, offset); in GetNextChar() 764 int CPDF_CIDFont::CountChar(const char* pString, int size) const { in CountChar() argument 765 return m_pCMap->CountChar(pString, size); in CountChar()
|
/external/apache-http/src/org/apache/commons/codec/language/ |
D | RefinedSoundex.java | 134 public String encode(String pString) { in encode() argument 135 return soundex(pString); in encode()
|
D | Soundex.java | 155 public String encode(String pString) { in encode() argument 156 return soundex(pString); in encode()
|
D | Metaphone.java | 376 public String encode(String pString) { in encode() argument 377 return metaphone(pString); in encode()
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/ |
D | PVRShell.cpp | 1524 char *pString = new char[nSize]; in Run() local 1526 if(pString) in Run() 1528 snprintf(pString, nSize, "%s%s", pPath, pCL); in Run() 1530 if(!m_CommandLine.PrefixFromFile(pString)) in Run() 1532 delete[] pString; in Run() 1535 pString = new char[nSize]; in Run() 1537 snprintf(pString, nSize, "%s%s", pPath, pCL); in Run() 1539 if(m_CommandLine.PrefixFromFile(pString)) in Run() 1540 m_pShell->PVRShellOutputDebug("Loaded command-line options from %s.\n", pString); in Run() 1543 m_pShell->PVRShellOutputDebug("Loaded command-line options from %s.\n", pString); in Run() [all …]
|
/external/pdfium/core/fpdfapi/parser/ |
D | fpdf_parser_decode.cpp | 469 ByteString PDF_EncodeText(const wchar_t* pString, int len) { in PDF_EncodeText() argument 471 len = wcslen(pString); in PDF_EncodeText() 479 if (PDFDocEncoding[code] == pString[i]) in PDF_EncodeText() 504 *dest_buf2++ = pString[j] >> 8; in PDF_EncodeText() 505 *dest_buf2++ = static_cast<uint8_t>(pString[j]); in PDF_EncodeText()
|
D | fpdf_parser_decode.h | 26 ByteString PDF_EncodeText(const wchar_t* pString, int len);
|
/external/apache-http/src/org/apache/commons/codec/ |
D | StringEncoder.java | 42 String encode(String pString) throws EncoderException; in encode() argument
|
D | StringDecoder.java | 42 String decode(String pString) throws DecoderException; in decode() argument
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_colorspace.cpp | 1054 if (CPDF_String* pString = pTableObj->AsString()) { in v_Load() local 1055 m_Table = pString->GetString(); in v_Load()
|