| /prebuilts/tools/common/http-client/ |
| commons-codec-1.4.jar | |
| /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/ |
| commons-codec-1.4.jar | |
| /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
| org.apache.commons.codec_1.4.0.v201209201156.jar | |
| /prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.4/ |
| commons-codec-1.4.jar | |
| /external/pdfium/core/include/fpdfapi/ |
| fpdf_resource.h | 153 virtual FX_DWORD GetNextChar(const FX_CHAR* pString, 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;
|
| fpdf_parser.h | 792 CFX_ByteString PDF_EncodeText(const FX_WCHAR* pString,
|
| /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...] |
| font_int.h | 134 FX_DWORD GetNextChar(const FX_CHAR* pString, int nStrLen, int& offset) const; 135 int CountChar(const FX_CHAR* pString, int size) const;
|
| fpdf_font.cpp | 334 int CPDF_Font::GetStringWidth(const FX_CHAR* pString, int size) { 338 FX_DWORD charcode = GetNextChar(pString, size, offset); [all...] |
| /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);
|
| /external/pdfium/core/src/fpdfapi/fpdf_parser/ |
| 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];
|
| 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...] |
| /external/robolectric/v1/lib/main/ |
| commons-codec-1.6.jar | |
| /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.6/ |
| commons-codec-1.6.jar | |
| /dalvik/libdex/ |
| DexFile.cpp | 241 const char* pString; 244 pString = dexStringByTypeIdx(pDexFile, pClassDef->classIdx); 247 (u1*)pString - pDexFile->baseAddr,
|
| /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);
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| usp10.h | 187 HRESULT WINAPI ScriptStringAnalyse(HDC hdc,const void *pString,int cString,int cGlyphs,int iCharset,DWORD dwFlags,int iReqWidth,SCRIPT_CONTROL *psControl,SCRIPT_STATE *psState,const int *piDx,SCRIPT_TABDEF *pTabdef,const BYTE *pbInClass,SCRIPT_STRING_ANALYSIS *pssa);
|
| netmon.h | [all...] |
| winuser.h | [all...] |
| /prebuilts/sdk/org.apache.http.legacy/ |
| org.apache.http.legacy.jar | |
| /external/pdfium/core/src/fpdfapi/fpdf_page/ |
| fpdf_page_colors.cpp | 923 if (CPDF_String* pString = pTableObj->AsString()) { 924 m_Table = pString->GetString(); [all...] |
| /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
| wagon-http-2.6-shaded.jar | |
| /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/ |
| clover-3.1.12.jar | |
| /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/ |
| htmlunit-core-js-2.14.jar | |
| /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/ |
| rhino-1.7R3.jar | |