HomeSort by relevance Sort by last modified time
    Searched refs:pString (Results 1 - 25 of 29) sorted by null

1 2

  /external/apache-http/src/org/apache/commons/codec/
StringDecoder.java 35 * @param pString a String to encode
42 String decode(String pString) throws DecoderException;
StringEncoder.java 35 * @param pString a String to encode
42 String encode(String pString) throws EncoderException;
  /external/apache-http/src/org/apache/commons/codec/net/
QuotedPrintableCodec.java 246 * @param pString
255 public String encode(String pString) throws EncoderException {
256 if (pString == null) {
260 return encode(pString, getDefaultCharset());
270 * @param pString
280 public String decode(String pString, String charset) throws DecoderException, UnsupportedEncodingException {
281 if (pString == null) {
284 return new String(decode(pString.getBytes(StringEncodings.US_ASCII)), charset);
291 * @param pString
300 public String decode(String pString) throws DecoderException
    [all...]
URLCodec.java 219 * @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)
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 {
246 if (pString == null) {
250 return encode(pString, getDefaultCharset());
262 * @param pString URL safe string to convert into its original for
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_bookmark.cpp 47 CPDF_String* pString = ToString(m_pDict->GetDirectObjectFor("Title"));
48 if (!pString)
51 WideString title = pString->GetUnicodeText();
  /external/apache-http/src/org/apache/commons/codec/language/
RefinedSoundex.java 130 * @param pString
134 public String encode(String pString) {
135 return soundex(pString);
Soundex.java 149 * @param pString
155 public String encode(String pString) {
156 return soundex(pString);
Metaphone.java 373 * @param pString String object to encode
376 public String encode(String pString) {
377 return metaphone(pString);
  /external/pdfium/core/fpdfapi/font/
cpdf_font.h 56 virtual uint32_t GetNextChar(const char* pString,
59 virtual int CountChar(const char* pString, int size) const;
78 int GetStringWidth(const char* pString, int size);
cpdf_cidfont.h 49 uint32_t GetNextChar(const char* pString,
52 int CountChar(const char* pString, int size) const override;
cpdf_cmap.h 64 uint32_t GetNextChar(const char* pString, int nStrLen, int& offset) const;
65 int CountChar(const char* pString, int size) const;
cpdf_font.cpp 125 int CPDF_Font::CountChar(const char* pString, int size) const {
288 int CPDF_Font::GetStringWidth(const char* pString, int size) {
292 uint32_t charcode = GetNextChar(pString, size, offset);
349 uint32_t CPDF_Font::GetNextChar(const char* pString,
355 uint8_t ch = offset < nStrLen ? pString[offset++] : pString[nStrLen - 1];
cpdf_cmap.cpp 340 uint32_t CPDF_CMap::GetNextChar(const char* pString,
343 auto* pBytes = reinterpret_cast<const uint8_t*>(pString);
405 int CPDF_CMap::CountChar(const char* pString, int size) const {
416 pString)[i]]) {
425 GetNextChar(pString, size, offset);
  /external/icu/icu4c/source/common/
ucase.cpp     [all...]
ucase.h 265 * @param pString If the mapping result is a string, then the pointer is
266 * written to *pString.
277 const UChar **pString,
283 const UChar **pString,
289 const UChar **pString,
294 const UChar **pString,
309 const UChar **pString,
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTString.cpp 142 char* pString = m_pString;
148 pString = (char*)malloc(newCapacity);
150 memmove(pString, m_pString, m_Size);
151 pString[m_Capacity-1]='\0';
155 memmove(pString + m_Size, _Ptr, _Count);
157 pString[m_Size] = 0;
160 if (pString != m_pString)
167 m_pString = pString;
217 char* pString = m_pString;
222 pString = (char*)malloc(newCapacity)
    [all...]
  /external/pdfium/core/fpdfapi/parser/
fpdf_parser_decode.h 26 ByteString PDF_EncodeText(const wchar_t* pString, int len);
fpdf_parser_decode.cpp 469 ByteString PDF_EncodeText(const wchar_t* pString, int len) {
471 len = wcslen(pString);
479 if (PDFDocEncoding[code] == pString[i])
504 *dest_buf2++ = pString[j] >> 8;
505 *dest_buf2++ = static_cast<uint8_t>(pString[j]);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/SetSockOpt/
SetSockOpt.c 84 char * pString;
129 pString = mSocketType[ *Value.i32 - SOCK_STREAM ];
130 Print ( L"%a", pString );
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
HTTP.c 176 @param [in] pString A zero terminated Unicode string
186 IN UINT16 * pString,
199 Character1 = *pString++;
700 @param [in] pString A zero terminated Unicode string
709 IN CONST char * pString
723 pData = pString;
733 pData - pString,
734 (CONST UINT8 *)pString );
    [all...]
WebServer.h 800 @param [in] pString A zero terminated Unicode string
809 IN CONST char * pString
939 @param [in] pString A zero terminated Unicode string
948 IN CONST UINT16 * pString
1072 @param [in] pString Address of a zero terminated unicode string
1082 IN CONST CHAR16 * pString
    [all...]
SystemTable.c 460 @param [in] pString Address of a zero terminated unicode string
470 IN CONST CHAR16 * pString
501 pString );
  /dalvik/libdex/
DexFile.cpp 238 const char* pString;
241 pString = dexStringByTypeIdx(pDexFile, pClassDef->classIdx);
244 (u1*)pString - pDexFile->baseAddr,

Completed in 825 milliseconds

1 2