OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cFormat
(Results
1 - 7
of
7
) sorted by null
/external/pdfium/fxjs/
cjs_util.cpp
195
std::basic_string<wchar_t>
cFormat
=
197
cFormat
.erase(std::remove(
cFormat
.begin(),
cFormat
.end(), '%'),
198
cFormat
.end());
203
while ((iEnd =
cFormat
.find(TbConvertTable[i].lpszJSMark, iStart)) !=
205
cFormat
.replace(iEnd, wcslen(TbConvertTable[i].lpszJSMark),
223
while ((iEnd =
cFormat
.find(cTableAd[i].lpszJSMark, iStart)) != -1) {
225
if (
cFormat
[iEnd - 1] == L'%') {
230
cFormat
.replace(iEnd, wcslen(cTableAd[i].lpszJSMark)
[
all
...]
cjs_util.h
36
static WideString printx(const WideString&
cFormat
,
cjs_publicmethods.cpp
1144
// function AFDate_FormatEx(
cFormat
)
[
all
...]
/external/icu/icu4c/source/test/iotest/
iotest.cpp
207
char
cFormat
[sizeof(cBuffer)];
301
u_austrncpy(
cFormat
, format, sizeof(
cFormat
));
305
i,
cFormat
, cBuffer, cExpected);
330
u_austrncpy(
cFormat
, format, sizeof(
cFormat
));
334
i,
cFormat
, cBuffer, cExpected);
505
u_austrncpy(
cFormat
, format, sizeof(
cFormat
));
509
i,
cFormat
, cBuffer, cExpected)
[
all
...]
strtst.c
361
#define TestSPrintFormat(uFormat, uValue,
cFormat
, cValue) \
368
cNumPrinted = sprintf(buffer,
cFormat
, cValue);\
filetst.c
[
all
...]
/external/icu/icu4c/source/test/intltest/
numfmtst.cpp
[
all
...]
Completed in 104 milliseconds