Searched refs:pString (Results 1 - 25 of 33) sorted by relevance

12

/external/apache-http/src/org/apache/commons/codec/
H A DStringDecoder.java35 * @param pString a String to encode
42 String decode(String pString) throws DecoderException; argument
H A DStringEncoder.java35 * @param pString a String to encode
42 String encode(String pString) throws EncoderException; argument
/external/libnfc-nxp/Linux_x86/
H A DphOsalNfc.c79 void phOsalNfc_DbgString(const char *pString) argument
82 if(pString != NULL)
84 printf(pString);
86 ALOGD("%s", pString);
158 * \param[in] pString pointer to string to be displayed.
163 void phOsalNfc_PrintData(const char *pString, uint32_t length, uint8_t *pBuffer, argument
169 if (pString == NULL) {
170 pString = "";
181 if (!strcmp(pString, "SEND") && length >= 2) {
183 } else if (!strcmp(pString, "REC
[all...]
/external/apache-http/src/org/apache/commons/codec/net/
H A DQuotedPrintableCodec.java246 * @param pString
255 public String encode(String pString) throws EncoderException { argument
256 if (pString == null) {
260 return encode(pString, getDefaultCharset());
270 * @param pString
280 public String decode(String pString, String charset) throws DecoderException, UnsupportedEncodingException { argument
281 if (pString == null) {
284 return new String(decode(pString.getBytes(StringEncodings.US_ASCII)), charset);
291 * @param pString
300 public String decode(String pString) throw argument
386 encode(String pString, String charset) argument
[all...]
H A DURLCodec.java219 * @param pString string to convert to a URL safe form
220 * @param charset the charset for pString
225 public String encode(String pString, String charset) argument
228 if (pString == null) {
231 return new String(encode(pString.getBytes(charset)), StringEncodings.US_ASCII);
239 * @param pString string to convert to a URL safe form
245 public String encode(String pString) throws EncoderException { argument
246 if (pString == null) {
250 return encode(pString, getDefaultCharset());
262 * @param pString UR
269 decode(String pString, String charset) argument
290 decode(String pString) argument
[all...]
/external/libnfc-nxp/src/
H A DphOsalNfc.h151 * \param[in] pString pointer to buffer content to be displayed.
155 void phOsalNfc_DbgString(const char *pString);
163 * \param[in] pString pointer to string to be displayed.
169 void phOsalNfc_PrintData(const char *pString, uint32_t length, uint8_t *pBuffer,
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_bookmark.cpp54 CPDF_String* pString = ToString(m_pDict->GetElementValue("Title")); local
55 if (!pString)
58 CFX_WideString title = pString->GetUnicodeText();
H A Ddoc_formfield.cpp697 CPDF_String* pString = ToString(pOption); local
698 return pString ? pString->GetUnicodeText() : CFX_WideString();
760 CPDF_String* pString = new CPDF_String(csStr, FALSE); local
761 pOpt->InsertAt(index, pString);
/external/apache-http/src/org/apache/commons/codec/language/
H A DRefinedSoundex.java130 * @param pString
134 public String encode(String pString) { argument
135 return soundex(pString);
H A DSoundex.java149 * @param pString
155 public String encode(String pString) { argument
156 return soundex(pString);
H A DMetaphone.java373 * @param pString String object to encode
376 public String encode(String pString) { argument
377 return metaphone(pString);
/external/icu/icu4c/source/common/
H A Ducase.h238 * @param pString If the mapping result is a string, then the pointer is
239 * written to *pString.
253 const UChar **pString,
259 const UChar **pString,
265 const UChar **pString,
270 const UChar **pString,
285 const UChar **pString,
H A Ducase.cpp803 const UChar **pString,
854 *pString=iDot;
857 *pString=jDot;
860 *pString=iOgonekDot;
863 *pString=iDotGrave;
866 *pString=iDotAcute;
869 *pString=iDotTilde;
907 *pString=iDot;
928 *pString=reinterpret_cast<const UChar *>(pe+1);
947 const UChar **pString,
801 ucase_toFullLower(const UCaseProps *csp, UChar32 c, UCaseContextIterator *iter, void *context, const UChar **pString, const char *locale, int32_t *locCache) argument
945 toUpperOrTitle(const UCaseProps *csp, UChar32 c, UCaseContextIterator *iter, void *context, const UChar **pString, const char *locale, int32_t *locCache, UBool upperNotTitle) argument
1038 ucase_toFullUpper(const UCaseProps *csp, UChar32 c, UCaseContextIterator *iter, void *context, const UChar **pString, const char *locale, int32_t *locCache) argument
1046 ucase_toFullTitle(const UCaseProps *csp, UChar32 c, UCaseContextIterator *iter, void *context, const UChar **pString, const char *locale, int32_t *locCache) argument
1156 ucase_toFullFolding(const UCaseProps *csp, UChar32 c, const UChar **pString, uint32_t options) argument
[all...]
/external/libnfc-nci/halimpl/pn54x/utils/
H A DphNxpNciHal_utils.h92 void phNxpNciHal_print_packet(const char *pString, const uint8_t *p_data,
H A DphNxpNciHal_utils.c475 void phNxpNciHal_print_packet(const char *pString, const uint8_t *p_data, argument
485 if( 0 == memcmp(pString,"SEND",0x04))
489 else if( 0 == memcmp(pString,"RECV",0x04))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.codec_1.3.0.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/lib/commons-codec-1.4/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font_cid.cpp877 FX_DWORD CPDF_CMap::GetNextChar(const FX_CHAR* pString, argument
882 return ((uint8_t*)pString)[offset++];
885 return ((uint8_t*)pString)[offset - 2] * 256 +
886 ((uint8_t*)pString)[offset - 1];
888 uint8_t byte1 = ((uint8_t*)pString)[offset++];
892 uint8_t byte2 = ((uint8_t*)pString)[offset++];
898 codes[0] = ((uint8_t*)pString)[offset++];
915 codes[char_size++] = ((uint8_t*)pString)[offset++];
943 int CPDF_CMap::CountChar(const FX_CHAR* pString, int size) const { argument
953 if (m_pLeadingBytes[((uint8_t*)pString)[
1604 GetNextChar(const FX_CHAR* pString, int nStrLen, int& offset) const argument
1612 CountChar(const FX_CHAR* pString, int size) const argument
[all...]
H A Dfont_int.h134 FX_DWORD GetNextChar(const FX_CHAR* pString, int nStrLen, int& offset) const;
135 int CountChar(const FX_CHAR* pString, int size) const;
H A Dfpdf_font.cpp334 int CPDF_Font::GetStringWidth(const FX_CHAR* pString, int size) { argument
338 FX_DWORD charcode = GetNextChar(pString, size, offset);
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_decode.cpp467 CFX_ByteString PDF_EncodeText(const FX_WCHAR* pString, argument
471 len = FXSYS_wcslen(pString);
480 if (PDFDocEncoding[code] == pString[i]) {
506 *dest_buf2++ = pString[i] >> 8;
507 *dest_buf2++ = (uint8_t)pString[i];
H A Dfpdf_parser_objects.cpp254 const CPDF_String* pString = AsString(); local
255 return new CPDF_String(pString->m_String, pString->IsHex());
312 if (const CPDF_String* pString = AsString())
313 return PDF_DecodeText(pString->m_String, pCharMap);
327 if (CPDF_String* pString = AsString()) {
328 pString->m_String = PDF_EncodeText(pUnicodes, len);
/external/robolectric/v1/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h153 virtual FX_DWORD GetNextChar(const FX_CHAR* pString, argument
159 uint8_t ch = offset < nStrLen ? pString[offset++] : pString[nStrLen - 1];
163 virtual int CountChar(const FX_CHAR* pString, int size) const { return size; }
200 int GetStringWidth(const FX_CHAR* pString, int size);
437 FX_DWORD GetNextChar(const FX_CHAR* pString,
440 int CountChar(const FX_CHAR* pString, int size) const override;
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_colors.cpp923 if (CPDF_String* pString = pTableObj->AsString()) {
924 m_Table = pString->GetString();

Completed in 532 milliseconds

12