/external/pdfium/core/src/fpdfapi/fpdf_font/ |
fpdf_font_cid.cpp | 877 FX_DWORD CPDF_CMap::GetNextChar(const FX_CHAR* pString, 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 { 953 if (m_pLeadingBytes[((uint8_t*)pString)[i]]) [all...] |
/frameworks/compile/mclinker/include/mcld/LD/ |
NamePool.h | 86 /// if the string has existed, modify pString to the existing string 88 llvm::StringRef insertString(const llvm::StringRef& pString);
|
/frameworks/compile/mclinker/lib/LD/ |
NamePool.cpp | 115 llvm::StringRef NamePool::insertString(const llvm::StringRef& pString) { 117 ResolveInfo* resolve_info = m_Table.insert(pString, exist);
|
/external/libevent/ |
event_tagging.c | 550 char **pstring) 559 *pstring = mm_malloc(tag_len + 1); 560 if (*pstring == NULL) { 564 evbuffer_remove(evbuf, *pstring, tag_len); 565 (*pstring)[tag_len] = '\0';
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winternl.h | 107 typedef STRING *PSTRING; 109 typedef PSTRING PANSI_STRING; 110 typedef PSTRING PCANSI_STRING; 112 typedef PSTRING POEM_STRING; 967 VOID NTAPI RtlInitString (PSTRING DestinationString,PCSZ SourceString); [all...] |
ntdef.h | 473 } STRING, *PSTRING; 477 typedef PSTRING PANSI_STRING; 479 typedef PSTRING POEM_STRING; 482 typedef PSTRING PCANSI_STRING;
|
subauth.h | 35 } STRING,*PSTRING;
|
/external/apache-http/src/org/apache/commons/codec/language/ |
Metaphone.java | 373 * @param pString String object to encode 376 public String encode(String pString) { 377 return metaphone(pString);
|
Soundex.java | 149 * @param pString 155 public String encode(String pString) { 156 return soundex(pString);
|
/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/libchrome/sandbox/win/src/ |
nt_internals.h | 51 typedef STRING *PSTRING; 54 typedef PSTRING PANSI_STRING; 55 typedef CONST PSTRING PCANSI_STRING; 58 typedef PSTRING POEM_STRING;
|
/external/libevent/include/event2/ |
tag.h | 115 char **pstring);
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
fpdf_parser_objects.cpp | 254 const CPDF_String* pString = AsString(); 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); [all...] |
fpdf_parser_decode.cpp | 467 CFX_ByteString PDF_EncodeText(const FX_WCHAR* pString, 471 len = FXSYS_wcslen(pString); 480 if (PDFDocEncoding[code] == pString[i]) { 506 *dest_buf2++ = pString[i] >> 8; 507 *dest_buf2++ = (uint8_t)pString[i];
|
/external/pdfium/core/src/fpdfdoc/ |
doc_formfield.cpp | 697 CPDF_String* pString = ToString(pOption); 698 return pString ? pString->GetUnicodeText() : CFX_WideString(); 760 CPDF_String* pString = new CPDF_String(csStr, FALSE); 761 pOpt->InsertAt(index, pString);
|
/dalvik/libdex/ |
DexFile.cpp | 241 const char* pString; 244 pString = dexStringByTypeIdx(pDexFile, pClassDef->classIdx); 247 (u1*)pString - pDexFile->baseAddr,
|
/external/pcre/dist/ |
pcreposix.c | 181 static const char *const pstring[] = { variable 215 message = (errcode >= (int)(sizeof(pstring)/sizeof(char *)))? 216 "unknown error code" : pstring[errcode];
|
/hardware/ti/omap3/dspbridge/inc/ |
dbdefs.h | 61 *! Added DSP_NOTIFICATION, DSP_STRMATTR. PSTRING changed 64 *! 09-Aug-2000 rr: Changed PSTRING to *CHAR 457 PSTRING psName;
|
dbtype.h | 32 *! 14-Sep-2000 jeh Moved PSTRING from dspdefs.h to dbtype.h. Define 33 *! DEF_WINCE_ so PSTRING gets defined. 155 typedef TCHAR *PSTRING; /* Generic character string type */ 183 typedef TCHAR *PSTRING; /* Generic character string type */
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
dbdefs.h | 61 *! Added DSP_NOTIFICATION, DSP_STRMATTR. PSTRING changed 64 *! 09-Aug-2000 rr: Changed PSTRING to *CHAR 446 PSTRING psName;
|
dbtype.h | 32 *! 14-Sep-2000 jeh Moved PSTRING from dspdefs.h to dbtype.h. Define 33 *! DEF_WINCE_ so PSTRING gets defined. 155 typedef TCHAR *PSTRING; /* Generic character string type */ 183 typedef TCHAR *PSTRING; /* Generic character string type */
|
/external/ImageMagick/coders/ |
meta.c | [all...] |
/external/apache-http/src/org/apache/commons/codec/net/ |
BCodec.java | 101 * the charset for pString
|
/external/owasp/sanitizer/lib/commons-codec-1.4/ |
commons-codec-1.4.jar | |
/prebuilts/devtools/tools/lib/ |
commons-codec-1.4.jar | |