Home
last modified time | relevance | path

Searched refs:pString (Results 1 – 23 of 23) sorted by relevance

/external/apache-http/src/org/apache/commons/codec/net/
DQuotedPrintableCodec.java255 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 …]
DURLCodec.java225 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 …]
DQCodec.java190 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/
Ducase.cpp875 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 …]
Ducase.h249 const UChar **pString,
255 const UChar **pString,
261 const UChar **pString,
266 const UChar **pString,
281 const UChar **pString,
/external/pdfium/core/fpdfdoc/
Dcpdf_bookmark.cpp47 CPDF_String* pString = ToString(m_pDict->GetDirectObjectFor("Title")); in GetTitle() local
48 if (!pString) in GetTitle()
51 WideString title = pString->GetUnicodeText(); in GetTitle()
Dcpdf_formfield.cpp628 CPDF_String* pString = ToString(pOption); in GetOptionText() local
629 return pString ? pString->GetUnicodeText() : WideString(); in GetOptionText()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTString.cpp142 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/
Dcpdf_cmap.cpp340 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()
Dcpdf_font.h56 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);
Dcpdf_font.cpp125 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()
Dcpdf_cmap.h64 uint32_t GetNextChar(const char* pString, int nStrLen, int& offset) const;
65 int CountChar(const char* pString, int size) const;
Dcpdf_cidfont.h49 uint32_t GetNextChar(const char* pString,
52 int CountChar(const char* pString, int size) const override;
Dcpdf_cidfont.cpp754 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/
DRefinedSoundex.java134 public String encode(String pString) { in encode() argument
135 return soundex(pString); in encode()
DSoundex.java155 public String encode(String pString) { in encode() argument
156 return soundex(pString); in encode()
DMetaphone.java376 public String encode(String pString) { in encode() argument
377 return metaphone(pString); in encode()
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp1524 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/
Dfpdf_parser_decode.cpp469 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()
Dfpdf_parser_decode.h26 ByteString PDF_EncodeText(const wchar_t* pString, int len);
/external/apache-http/src/org/apache/commons/codec/
DStringEncoder.java42 String encode(String pString) throws EncoderException; in encode() argument
DStringDecoder.java42 String decode(String pString) throws DecoderException; in decode() argument
/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.cpp1054 if (CPDF_String* pString = pTableObj->AsString()) { in v_Load() local
1055 m_Table = pString->GetString(); in v_Load()