Searched defs:pString (Results 1 – 17 of 17) sorted by relevance
/external/apache-http/src/org/apache/commons/codec/net/ |
D | URLCodec.java | 225 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()
|
D | QuotedPrintableCodec.java | 255 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()
|
D | QCodec.java | 190 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/ |
D | phOsalNfc.c | 79 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/ |
D | StringEncoder.java | 42 String encode(String pString) throws EncoderException; in encode()
|
D | StringDecoder.java | 42 String decode(String pString) throws DecoderException; in decode()
|
/external/apache-http/src/org/apache/commons/codec/language/ |
D | RefinedSoundex.java | 134 public String encode(String pString) { in encode()
|
D | Soundex.java | 155 public String encode(String pString) { in encode()
|
D | Metaphone.java | 376 public String encode(String pString) { in encode()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_bookmark.cpp | 57 CPDF_String* pString = (CPDF_String*)m_pDict->GetElementValue("Title"); in GetTitle() local
|
D | doc_form.cpp | 1441 CPDF_String* pString = CPDF_String::Create(fullname); in ExportToFDF() local
|
/external/icu/icu4c/source/common/ |
D | ucase.cpp | 803 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/ |
D | phNxpNciHal_utils.c | 475 void phNxpNciHal_print_packet(const char *pString, const uint8_t *p_data, in phNxpNciHal_print_packet()
|
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
D | fpdf_font_cid.cpp | 494 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()
|
D | fpdf_font.cpp | 372 int CPDF_Font::GetStringWidth(FX_LPCSTR pString, int size) in GetStringWidth()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_resource.h | 158 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/ |
D | fpdf_parser_decode.cpp | 431 CFX_ByteString PDF_EncodeText(FX_LPCWSTR pString, int len, CFX_CharMap* pCharMap) in PDF_EncodeText()
|