OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bsString
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_hostpseudomodel.cpp
310
CFX_ByteString
bsString
;
311
FXJSE_Value_ToUTF8String(hValue,
bsString
);
313
CFX_WideString::FromUTF8(
bsString
,
bsString
.GetLength());
513
CFX_ByteString
bsString
;
514
FXJSE_Value_ToUTF8String(hValue,
bsString
);
516
CFX_WideString::FromUTF8(
bsString
,
bsString
.GetLength());
/external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidgetacc.cpp
678
CFX_ByteString
bsString
;
679
FXJSE_Value_ToUTF8String(hRetValue,
bsString
);
681
CFX_WideString::FromUTF8(
bsString
,
bsString
.GetLength());
[
all
...]
Completed in 766 milliseconds