OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EndChar
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/fxcrt/
fx_bidi.cpp
39
bool CFX_BidiChar::
EndChar
() {
59
if (m_pBidiChar->
EndChar
())
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
MakeDeps.c
374
INT8
EndChar
;
564
EndChar
= '>';
566
EndChar
= '"';
570
// Set
EndChar
to null so we fall through on processing below.
572
EndChar
= 0;
591
// Set
EndChar
to null so we fall through on processing below.
593
EndChar
= 0;
665
// Process "normal" includes. If the
endchar
is 0, then the
667
//
endchar
> or ", and process the include file.
669
if (
EndChar
!= 0) {
[
all
...]
Completed in 90 milliseconds