Home
last modified time | relevance | path

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

/external/libnfc-nxp/Linux_x86/
DphOsalNfc.c79 void phOsalNfc_DbgString(const char *pString) in phOsalNfc_DbgString() argument
82 if(pString != NULL) in phOsalNfc_DbgString()
84 printf(pString); in phOsalNfc_DbgString()
86 ALOGD("%s", pString); in phOsalNfc_DbgString()
163 void phOsalNfc_PrintData(const char *pString, uint32_t length, uint8_t *pBuffer, in phOsalNfc_PrintData() argument
169 if (pString == NULL) { in phOsalNfc_PrintData()
170 pString = ""; in phOsalNfc_PrintData()
181 if (!strcmp(pString, "SEND") && length >= 2) { in phOsalNfc_PrintData()
183 } else if (!strcmp(pString, "RECV") && length >= 2) { in phOsalNfc_PrintData()
213 ALOGD("> %s:%s\t%s", pString, print_buffer, llc); in phOsalNfc_PrintData()
/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/pdfium/core/src/fpdfdoc/
Ddoc_bookmark.cpp53 CPDF_String* pString = (CPDF_String*)m_pDict->GetElementValue("Title"); in GetTitle() local
54 if (pString == NULL || pString->GetType() != PDFOBJ_STRING) { in GetTitle()
57 CFX_WideString title = pString->GetUnicodeText(); in GetTitle()
Ddoc_form.cpp1465 CPDF_String* pString = CPDF_String::Create(fullname); in ExportToFDF() local
1466 if (pString == NULL) { in ExportToFDF()
1470 pFieldDict->SetAt("T", pString); in ExportToFDF()
/external/icu/icu4c/source/common/
Ducase.cpp804 const UChar **pString, in ucase_toFullLower() argument
855 *pString=iDot; in ucase_toFullLower()
858 *pString=jDot; in ucase_toFullLower()
861 *pString=iOgonekDot; in ucase_toFullLower()
864 *pString=iDotGrave; in ucase_toFullLower()
867 *pString=iDotAcute; in ucase_toFullLower()
870 *pString=iDotTilde; in ucase_toFullLower()
908 *pString=iDot; in ucase_toFullLower()
929 *pString=reinterpret_cast<const UChar *>(pe+1); in ucase_toFullLower()
948 const UChar **pString, in toUpperOrTitle() argument
[all …]
Ducase.h253 const UChar **pString,
259 const UChar **pString,
265 const UChar **pString,
270 const UChar **pString,
285 const UChar **pString,
/external/chromium_org/third_party/icu/source/common/
Ducase.cpp804 const UChar **pString, in ucase_toFullLower() argument
855 *pString=iDot; in ucase_toFullLower()
858 *pString=jDot; in ucase_toFullLower()
861 *pString=iOgonekDot; in ucase_toFullLower()
864 *pString=iDotGrave; in ucase_toFullLower()
867 *pString=iDotAcute; in ucase_toFullLower()
870 *pString=iDotTilde; in ucase_toFullLower()
908 *pString=iDot; in ucase_toFullLower()
929 *pString=reinterpret_cast<const UChar *>(pe+1); in ucase_toFullLower()
948 const UChar **pString, in toUpperOrTitle() argument
[all …]
Ducase.h253 const UChar **pString,
259 const UChar **pString,
265 const UChar **pString,
270 const UChar **pString,
285 const UChar **pString,
/external/libnfc-nxp/src/
DphOsalNfc.h155 void phOsalNfc_DbgString(const char *pString);
169 void phOsalNfc_PrintData(const char *pString, uint32_t length, uint8_t *pBuffer,
/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/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font_cid.cpp576 FX_DWORD CPDF_CMap::GetNextChar(FX_LPCSTR pString, int& offset) const in GetNextChar() argument
580 return ((FX_LPBYTE)pString)[offset++]; in GetNextChar()
583 return ((FX_LPBYTE)pString)[offset - 2] * 256 + ((FX_LPBYTE)pString)[offset - 1]; in GetNextChar()
585 FX_BYTE byte1 = ((FX_LPBYTE)pString)[offset++]; in GetNextChar()
589 FX_BYTE byte2 = ((FX_LPBYTE)pString)[offset++]; in GetNextChar()
595 codes[0] = ((FX_LPBYTE)pString)[offset++]; in GetNextChar()
612 codes[char_size ++] = ((FX_LPBYTE)pString)[offset++]; in GetNextChar()
641 int CPDF_CMap::CountChar(FX_LPCSTR pString, int size) const in CountChar() argument
652 if (m_pLeadingBytes[((FX_LPBYTE)pString)[i]]) { in CountChar()
661 GetNextChar(pString, offset); in CountChar()
[all …]
Dfont_int.h101 FX_DWORD GetNextChar(const FX_CHAR* pString, int& offset) const;
102 int CountChar(const FX_CHAR* pString, int size) const;
Dfpdf_font.cpp373 int CPDF_Font::GetStringWidth(FX_LPCSTR pString, int size) in GetStringWidth() argument
378 FX_DWORD charcode = GetNextChar(pString, offset); in GetStringWidth()
/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/include/fpdfapi/
Dfpdf_resource.h147 virtual FX_DWORD GetNextChar(FX_LPCSTR pString, int& offset) const in GetNextChar() argument
149 return (FX_BYTE)pString[offset++]; in GetNextChar()
152 virtual int CountChar(FX_LPCSTR pString, int size) const in CountChar() argument
220 int GetStringWidth(const FX_CHAR* pString, int size);
504 virtual FX_DWORD GetNextChar(const FX_CHAR* pString, int& offset) const;
505 virtual int CountChar(const FX_CHAR* pString, int size) const;
Dfpdf_parser.h791 CFX_ByteString PDF_EncodeText(FX_LPCWSTR pString, int len = -1, CFX_CharMap* pCharMap = NULL);
/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() argument
448 len = (FX_STRSIZE)FXSYS_wcslen(pString); in PDF_EncodeText()
457 if (PDFDocEncoding[code] == pString[i]) { in PDF_EncodeText()
475 *dest_buf2++ = pString[i] >> 8; in PDF_EncodeText()
476 *dest_buf2++ = (FX_BYTE)pString[i]; in PDF_EncodeText()
/external/chromium_org/third_party/sqlite/src/ext/fts1/
Dfts1.c1283 static void freeStringArray(int nString, const char **pString){ in freeStringArray() argument
1287 if( pString[i]!=NULL ) free((void *) pString[i]); in freeStringArray()
1289 free((void *) pString); in freeStringArray()
/external/chromium_org/third_party/sqlite/src/ext/fts2/
Dfts2.c2223 static void freeStringArray(int nString, const char **pString){ in freeStringArray() argument
2227 if( pString[i]!=NULL ) sqlite3_free((void *) pString[i]); in freeStringArray()
2229 sqlite3_free((void *) pString); in freeStringArray()