Searched refs:csname (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_image.cpp25 FX_LPCSTR csname = NULL; local
27 csname = "DeviceGray";
29 csname = "DeviceRGB";
31 csname = "DeviceCMYK";
39 pDict->SetAtName("ColorSpace", csname);
/external/bison/build-aux/
H A Dtexinfo.tex4 \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
1258 \def\expnumber#1{\expandafter\ifx\csname#1\endcsname\relax 0%
1259 \else \csname#1\endcsname \fi}
1262 \expandafter\xdef\csname#
[all...]
/external/chromium_org/third_party/icu/source/tools/pkgdata/
H A Dpkgdata.cpp349 char *csname, *cp; local
352 cp = csname = (char *) uprv_malloc((len + 1 + 1) * sizeof(*o.cShortName));
361 o.cShortName = csname;
/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgdata.cpp353 char *csname, *cp; local
356 cp = csname = (char *) uprv_malloc((len + 1 + 1) * sizeof(*o.cShortName));
365 o.cShortName = csname;

Completed in 958 milliseconds