/external/icu/icu4c/source/i18n/ |
csmatch.cpp | 28 const char *csName, const char *lang) 32 fCharsetName = csName;
|
csmatch.h | 51 const char *csName=NULL,
|
/external/pdfium/core/src/fpdfdoc/ |
doc_basic.cpp | 77 static CPDF_Object* SearchNameNode(CPDF_Dictionary* pNode, const CFX_ByteString& csName,
92 if (csName.Compare(csLeft) < 0 || csName.Compare(csRight) > 0) {
101 FX_INT32 iCompare = csValue.Compare(csName);
127 CPDF_Object* pFound = SearchNameNode(pKid, csName, nIndex, ppFind, nLevel + 1);
135 CFX_ByteString& csName, CPDF_Array** ppFind, int nLevel = 0)
150 csName = pNames->GetString((nIndex - nCurIndex) * 2);
163 CPDF_Object* pFound = SearchNameNode(pKid, nIndex, nCurIndex, csName, ppFind, nLevel + 1);
200 int CPDF_NameTree::GetIndex(const CFX_ByteString& csName) const
206 if (SearchNameNode(m_pRoot, csName, nIndex, NULL) == NULL) { [all...] |
doc_action.cpp | 337 CPDF_Action CPDF_DocJSActions::GetJSAction(int index, CFX_ByteString& csName) const
341 CPDF_Object *pAction = name_tree.LookupValue(index, csName);
347 CPDF_Action CPDF_DocJSActions::GetJSAction(const CFX_ByteString& csName) const
351 CPDF_Object *pAction = name_tree.LookupValue(csName);
357 int CPDF_DocJSActions::FindJSAction(const CFX_ByteString& csName) const
361 return name_tree.GetIndex(csName);
|
doc_utils.cpp | 29 void EncodeFieldName(const CFX_WideString& csName, CFX_ByteString& csT);
|
doc_form.cpp | 29 void EncodeFieldName(const CFX_WideString& csName, CFX_ByteString& csT);
[all...] |
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
fpdf_edit_image.cpp | 25 FX_LPCSTR csname = NULL;
local 27 csname = "DeviceGray";
29 csname = "DeviceRGB";
31 csname = "DeviceCMYK";
39 pDict->SetAtName("ColorSpace", csname);
|
/external/bison/build-aux/ |
texinfo.tex | 4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi 181 \def\makecsname#1{\expandafter\noexpand\csname#1\endcsname} 484 % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my 488 \expandafter \doparseargdef \csname\string#1\endcsname #1% 569 \if 1\csname iscond.#1\endcsname 572 \expandafter\checkenv\csname#1\endcsname 573 \csname E#1\endcsname [all...] |
/external/e2fsprogs/doc/ |
texinfo.tex | 4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi 165 \def\makecsname#1{\expandafter\noexpand\csname#1\endcsname} 446 % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my 450 \expandafter \doparseargdef \csname\string#1\endcsname #1% 531 \if 1\csname iscond.#1\endcsname 534 \expandafter\checkenv\csname#1\endcsname 535 \csname E#1\endcsname [all...] |
/external/e2fsprogs/lib/et/ |
texinfo.tex | 4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi 165 \def\makecsname#1{\expandafter\noexpand\csname#1\endcsname} 446 % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my 450 \expandafter \doparseargdef \csname\string#1\endcsname #1% 531 \if 1\csname iscond.#1\endcsname 534 \expandafter\checkenv\csname#1\endcsname 535 \csname E#1\endcsname [all...] |
/ndk/sources/host-tools/make-3.81/config/ |
texinfo.tex | 4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi 165 \def\makecsname#1{\expandafter\noexpand\csname#1\endcsname} 445 % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my 449 \expandafter \doparseargdef \csname\string#1\endcsname #1% 530 \if 1\csname iscond.#1\endcsname 533 \expandafter\checkenv\csname#1\endcsname 534 \csname E#1\endcsname [all...] |
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
texinfo.tex | 4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi 179 \def\makecsname#1{\expandafter\noexpand\csname#1\endcsname} 505 % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my 509 \expandafter \doparseargdef \csname\string#1\endcsname #1% 590 \if 1\csname iscond.#1\endcsname 593 \expandafter\checkenv\csname#1\endcsname 594 \csname E#1\endcsname [all...] |
/external/pdfium/core/include/fpdfdoc/ |
fpdf_doc.h | 56 CPDF_Object* LookupValue(int nIndex, CFX_ByteString& csName) const;
58 CPDF_Object* LookupValue(const CFX_ByteString& csName) const;
62 int GetIndex(const CFX_ByteString& csName) const;
504 CPDF_Action GetJSAction(int index, CFX_ByteString& csName) const;
506 CPDF_Action GetJSAction(const CFX_ByteString& csName) const;
508 int FindJSAction(const CFX_ByteString& csName) const;
[all...] |
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
fpdf_page_parser.cpp | 632 CFX_ByteString csname = GetString(0);
local 633 CPDF_ColorSpace* pCS = FindColorSpace(csname);
644 CFX_ByteString csname = GetString(0);
local 645 CPDF_ColorSpace* pCS = FindColorSpace(csname);
[all...] |
/external/pdfium/fpdfsdk/src/ |
fsdk_actionhandler.cpp | 629 CFX_ByteString csName = action.GetNamedAction();
630 pDocument->GetEnv()->FFI_ExecuteNamedAction(csName);
|
fsdk_baseform.cpp | [all...] |
/external/chromium_org/third_party/icu/source/tools/pkgdata/ |
pkgdata.cpp | 361 char *csname, *cp; local 364 cp = csname = (char *) uprv_malloc((len + 1 + 1) * sizeof(*o.cShortName)); 373 o.cShortName = csname; [all...] |
/external/icu/icu4c/source/tools/pkgdata/ |
pkgdata.cpp | 353 char *csname, *cp; local 356 cp = csname = (char *) uprv_malloc((len + 1 + 1) * sizeof(*o.cShortName)); 365 o.cShortName = csname; [all...] |
/external/owasp/sanitizer/lib/commons-codec-1.4/ |
commons-codec-1.4.jar | |
/prebuilts/devtools/tools/lib/ |
commons-codec-1.4.jar | |
/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/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 | |
/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 | |
/external/robolectric/lib/main/ |
commons-codec-1.6.jar | |