HomeSort by relevance Sort by last modified time
    Searched refs:pString (Results 1 - 25 of 50) 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;
  /frameworks/compile/mclinker/lib/Script/
StrToken.cpp 26 StrToken::StrToken(Kind pKind, const std::string& pString)
27 : m_Kind(pKind), m_Name(pString) {
33 StrToken* StrToken::create(const std::string& pString) {
35 new (result) StrToken(String, pString);
  /external/libnfc-nxp/Linux_x86/
phOsalNfc.c 79 void phOsalNfc_DbgString(const char *pString)
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,
169 if (pString == NULL) {
170 pString = "";
181 if (!strcmp(pString, "SEND") && length >= 2) {
183 } else if (!strcmp(pString, "RECV") && length >= 2)
    [all...]
  /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...]
  /frameworks/compile/mclinker/include/mcld/Script/
StrToken.h 33 StrToken(Kind pKind, const std::string& pString);
47 static StrToken* create(const std::string& pString);
  /external/libnfc-nxp/src/
phOsalNfc.h 151 * \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,
  /frameworks/compile/mclinker/lib/LD/
MergedStringTable.cpp 13 bool MergedStringTable::insertString(llvm::StringRef pString) {
14 return m_StringMap.insert(std::make_pair(pString, 0)).second;
NamePool.cpp 115 llvm::StringRef NamePool::insertString(const llvm::StringRef& pString) {
117 ResolveInfo* resolve_info = m_Table.insert(pString, exist);
  /frameworks/compile/mclinker/include/mcld/LD/
MergedStringTable.h 33 bool insertString(llvm::StringRef pString);
NamePool.h 86 /// if the string has existed, modify pString to the existing string
88 llvm::StringRef insertString(const llvm::StringRef& pString);
  /external/pdfium/core/src/fpdfdoc/
doc_bookmark.cpp 54 CPDF_String* pString = ToString(m_pDict->GetElementValue("Title"));
55 if (!pString)
58 CFX_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);
  /external/icu/icu4c/source/common/
ucase.h 238 * @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,
ucase.cpp 803 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,
    [all...]
  /external/libnfc-nci/halimpl/pn54x/utils/
phNxpNciHal_utils.h 92 void phNxpNciHal_print_packet(const char *pString, const uint8_t *p_data,
phNxpNciHal_utils.c 477 void phNxpNciHal_print_packet(const char *pString, const uint8_t *p_data,
487 if( 0 == memcmp(pString,"SEND",0x04))
491 else if( 0 == memcmp(pString,"RECV",0x04))
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.3/
commons-codec-1.3.jar 
  /frameworks/compile/mclinker/include/mcld/ADT/
StringHash.h 257 uint32_t operator()(const llvm::StringRef pString) const {
261 for (idx = 0; idx < pString.size(); ++idx) {
262 int cur_char = pString[idx];
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 

Completed in 1324 milliseconds

1 2