OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFINE_GLOBAL_CONST
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/fpdfsdk/src/javascript/
Consts.cpp
135
DEFINE_GLOBAL_CONST
(pRuntime, IDS_GREATER_THAN , Invalid value: must be greater than or equal to %s.);
136
DEFINE_GLOBAL_CONST
(pRuntime, IDS_GT_AND_LT,Invalid value: must be greater than or equal to %s and less than or equal to %s.);
137
DEFINE_GLOBAL_CONST
(pRuntime, IDS_LESS_THAN,Invalid value: must be less than or equal to %s.);
138
DEFINE_GLOBAL_CONST
(pRuntime, IDS_INVALID_MONTH,** Invalid **);
139
DEFINE_GLOBAL_CONST
(pRuntime, IDS_INVALID_DATE,Invalid date/time: please ensure that the date/time exists. Field);
140
DEFINE_GLOBAL_CONST
(pRuntime, IDS_INVALID_VALUE,The value entered does not match the format of the field);
141
DEFINE_GLOBAL_CONST
(pRuntime, IDS_AM,am);
142
DEFINE_GLOBAL_CONST
(pRuntime, IDS_PM,pm);
143
DEFINE_GLOBAL_CONST
(pRuntime, IDS_MONTH_INFO,January[1]February[2]March[3]April[4]May[5]June[6]July[7]August[8]September[9]October[10]November[11]December[12]Sept[9]Jan[1]Feb[2]Mar[3]Apr[4]Jun[6]Jul[7]Aug[8]Sep[9]Oct[10]Nov[11]Dec[12]);
144
DEFINE_GLOBAL_CONST
(pRuntime, IDS_STARTUP_CONSOLE_MSG, ** ^_^ **);
[
all
...]
/external/pdfium/fpdfsdk/include/javascript/
JS_Define.h
700
#define
DEFINE_GLOBAL_CONST
(pRuntime, const_name , const_value)\
Completed in 457 milliseconds