HomeSort by relevance Sort by last modified time
    Searched full:csname (Results 1 - 25 of 28) sorted by null

1 2

  /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 82 static CPDF_Object* SearchNameNode(CPDF_Dictionary* pNode, const CFX_ByteString& csName,
97 if (csName.Compare(csLeft) < 0 || csName.Compare(csRight) > 0) {
106 FX_INT32 iCompare = csValue.Compare(csName);
132 CPDF_Object* pFound = SearchNameNode(pKid, csName, nIndex, ppFind, nLevel + 1);
140 CFX_ByteString& csName, CPDF_Array** ppFind, int nLevel = 0)
155 csName = pNames->GetString((nIndex - nCurIndex) * 2);
168 CPDF_Object* pFound = SearchNameNode(pKid, nIndex, nCurIndex, csName, ppFind, nLevel + 1);
205 int CPDF_NameTree::GetIndex(const CFX_ByteString& csName) const
211 if (SearchNameNode(m_pRoot, csName, nIndex, NULL) == NULL)
    [all...]
doc_action.cpp 340 CPDF_Action CPDF_DocJSActions::GetJSAction(int index, CFX_ByteString& csName) const
344 CPDF_Object *pAction = name_tree.LookupValue(index, csName);
350 CPDF_Action CPDF_DocJSActions::GetJSAction(const CFX_ByteString& csName) const
354 CPDF_Object *pAction = name_tree.LookupValue(csName);
360 int CPDF_DocJSActions::FindJSAction(const CFX_ByteString& csName) const
364 return name_tree.GetIndex(csName);
doc_utils.h 30 void EncodeFieldName(const CFX_WideString& csName, CFX_ByteString& csT);
  /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...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CharsetMatch.java 211 CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf, String csName, String lang) {
224 fCharsetName = csName;
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 54 CPDF_Object* LookupValue(int nIndex, CFX_ByteString& csName) const;
56 CPDF_Object* LookupValue(const CFX_ByteString& csName) const;
60 int GetIndex(const CFX_ByteString& csName) const;
469 CPDF_Action GetJSAction(int index, CFX_ByteString& csName) const;
471 CPDF_Action GetJSAction(const CFX_ByteString& csName) const;
473 int FindJSAction(const CFX_ByteString& csName) const;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser.cpp 593 CFX_ByteString csname = GetString(0); local
594 CPDF_ColorSpace* pCS = FindColorSpace(csname);
605 CFX_ByteString csname = GetString(0); local
606 CPDF_ColorSpace* pCS = FindColorSpace(csname);
    [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_actionhandler.cpp 610 CFX_ByteString csName = action.GetNamedAction();
611 pDocument->GetEnv()->FFI_ExecuteNamedAction(csName);
fsdk_baseform.cpp     [all...]
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp 359 char *csname, *cp; local
362 cp = csname = (char *) uprv_malloc((len + 1 + 1) * sizeof(*o.cShortName));
371 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/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.3.2/
httpmime-4.3.2.jar 
  /prebuilts/tools/common/offline-m2/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 

Completed in 508 milliseconds

1 2