Home
last modified time | relevance | path

Searched defs:pString (Results 1 – 19 of 19) sorted by relevance

/external/apache-http/src/org/apache/commons/codec/net/
DURLCodec.java220 public String encode(String pString, String charset) in encode()
240 public String encode(String pString) throws EncoderException { in encode()
264 public String decode(String pString, String charset) in decode()
285 public String decode(String pString) throws DecoderException { in decode()
DQuotedPrintableCodec.java250 public String encode(String pString) throws EncoderException { in encode()
275 …public String decode(String pString, String charset) throws DecoderException, UnsupportedEncodingE… in decode()
295 public String decode(String pString) throws DecoderException { in decode()
381 public String encode(String pString, String charset) throws UnsupportedEncodingException { in encode()
DQCodec.java185 public String encode(final String pString, final String charset) throws EncoderException { in encode()
206 public String encode(String pString) throws EncoderException { in encode()
225 public String decode(String pString) throws DecoderException { in decode()
/external/apache-http/src/org/apache/commons/codec/
DStringDecoder.java37 String decode(String pString) throws DecoderException; in decode()
DStringEncoder.java37 String encode(String pString) throws EncoderException; in encode()
/external/libnfc-nxp/Linux_x86/
DphOsalNfc.c79 void phOsalNfc_DbgString(const char *pString) in phOsalNfc_DbgString()
163 void phOsalNfc_PrintData(const char *pString, uint32_t length, uint8_t *pBuffer, in phOsalNfc_PrintData()
/external/apache-http/src/org/apache/commons/codec/language/
DRefinedSoundex.java129 public String encode(String pString) { in encode()
DSoundex.java150 public String encode(String pString) { in encode()
DMetaphone.java371 public String encode(String pString) { in encode()
/external/pdfium/core/src/fpdfdoc/
Ddoc_bookmark.cpp53 CPDF_String* pString = (CPDF_String*)m_pDict->GetElementValue("Title"); in GetTitle() local
Ddoc_form.cpp1465 CPDF_String* pString = CPDF_String::Create(fullname); in ExportToFDF() local
/external/chromium_org/third_party/icu/source/common/
Ducase.c777 const UChar **pString, in ucase_toFullLower()
921 const UChar **pString, in toUpperOrTitle()
1014 const UChar **pString, in ucase_toFullUpper()
1022 const UChar **pString, in ucase_toFullTitle()
1131 const UChar **pString, in ucase_toFullFolding()
/external/icu/icu4c/source/common/
Ducase.cpp804 const UChar **pString, in ucase_toFullLower()
948 const UChar **pString, in toUpperOrTitle()
1041 const UChar **pString, in ucase_toFullUpper()
1049 const UChar **pString, in ucase_toFullTitle()
1158 const UChar **pString, in ucase_toFullFolding()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font_cid.cpp576 FX_DWORD CPDF_CMap::GetNextChar(FX_LPCSTR pString, int& offset) const in GetNextChar()
641 int CPDF_CMap::CountChar(FX_LPCSTR pString, int size) const in CountChar()
1434 FX_DWORD CPDF_CIDFont::GetNextChar(FX_LPCSTR pString, int& offset) const in GetNextChar()
1442 int CPDF_CIDFont::CountChar(FX_LPCSTR pString, int size) const in CountChar()
Dfpdf_font.cpp373 int CPDF_Font::GetStringWidth(FX_LPCSTR pString, int size) in GetStringWidth()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h147 virtual FX_DWORD GetNextChar(FX_LPCSTR pString, int& offset) const in GetNextChar()
152 virtual int CountChar(FX_LPCSTR pString, int size) const in CountChar()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_decode.cpp445 CFX_ByteString PDF_EncodeText(FX_LPCWSTR pString, int len, CFX_CharMap* pCharMap) in PDF_EncodeText()
/external/chromium_org/third_party/sqlite/src/ext/fts1/
Dfts1.c1283 static void freeStringArray(int nString, const char **pString){ in freeStringArray()
/external/chromium_org/third_party/sqlite/src/ext/fts2/
Dfts2.c2223 static void freeStringArray(int nString, const char **pString){ in freeStringArray()