Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/commons/codec/net/
DURLCodec.java225 public String encode(String pString, String charset) in encode()
245 public String encode(String pString) throws EncoderException { in encode()
269 public String decode(String pString, String charset) in decode()
290 public String decode(String pString) throws DecoderException { in decode()
DQuotedPrintableCodec.java255 public String encode(String pString) throws EncoderException { in encode()
280 …public String decode(String pString, String charset) throws DecoderException, UnsupportedEncodingE… in decode()
300 public String decode(String pString) throws DecoderException { in decode()
386 public String encode(String pString, String charset) throws UnsupportedEncodingException { in encode()
DQCodec.java190 public String encode(final String pString, final String charset) throws EncoderException { in encode()
211 public String encode(String pString) throws EncoderException { in encode()
230 public String decode(String pString) throws DecoderException { in decode()
/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/
DStringEncoder.java42 String encode(String pString) throws EncoderException; in encode()
DStringDecoder.java42 String decode(String pString) throws DecoderException; in decode()
/external/apache-http/src/org/apache/commons/codec/language/
DRefinedSoundex.java134 public String encode(String pString) { in encode()
DSoundex.java155 public String encode(String pString) { in encode()
DMetaphone.java376 public String encode(String pString) { in encode()
/external/pdfium/core/src/fpdfdoc/
Ddoc_bookmark.cpp57 CPDF_String* pString = (CPDF_String*)m_pDict->GetElementValue("Title"); in GetTitle() local
Ddoc_form.cpp1441 CPDF_String* pString = CPDF_String::Create(fullname); in ExportToFDF() local
/external/icu/icu4c/source/common/
Ducase.cpp803 const UChar **pString, in ucase_toFullLower()
947 const UChar **pString, in toUpperOrTitle()
1040 const UChar **pString, in ucase_toFullUpper()
1048 const UChar **pString, in ucase_toFullTitle()
1157 const UChar **pString, in ucase_toFullFolding()
/external/libnfc-nci/halimpl/pn54x/utils/
DphNxpNciHal_utils.c475 void phNxpNciHal_print_packet(const char *pString, const uint8_t *p_data, in phNxpNciHal_print_packet()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font_cid.cpp494 FX_DWORD CPDF_CMap::GetNextChar(FX_LPCSTR pString, int nStrLen, int& offset) const in GetNextChar()
559 int CPDF_CMap::CountChar(FX_LPCSTR pString, int size) const in CountChar()
1320 FX_DWORD CPDF_CIDFont::GetNextChar(FX_LPCSTR pString, int nStrLen, int& offset) const in GetNextChar()
1328 int CPDF_CIDFont::CountChar(FX_LPCSTR pString, int size) const in CountChar()
Dfpdf_font.cpp372 int CPDF_Font::GetStringWidth(FX_LPCSTR pString, int size) in GetStringWidth()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h158 virtual FX_DWORD GetNextChar(FX_LPCSTR pString, int nStrLen, int& offset) const in GetNextChar()
167 virtual int CountChar(FX_LPCSTR pString, int size) const in CountChar()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_decode.cpp431 CFX_ByteString PDF_EncodeText(FX_LPCWSTR pString, int len, CFX_CharMap* pCharMap) in PDF_EncodeText()