Searched refs:ArrayContent (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A DConsts.cpp155 FX_LPCWSTR ArrayContent[] = {(FX_LPCWSTR)L"[+-]?\\d*\\.?\\d*"}; local
161 FX_LPCWSTR ArrayContent[] = {(FX_LPCWSTR)L"[+-]?\\d+(\\.\\d+)?", /* -1.0 or -1 */ local
170 FX_LPCWSTR ArrayContent[] = {(FX_LPCWSTR)L"[+-]?\\d*,?\\d*"}; local
177 FX_LPCWSTR ArrayContent[] = {(FX_LPCWSTR)L"[+-]?\\d+([.,]\\d+)?", /* -1,0 or -1 */ local
186 FX_LPCWSTR ArrayContent[] = {(FX_LPCWSTR)L"\\d{0,5}"}; local
192 FX_LPCWSTR ArrayContent[] = {(FX_LPCWSTR)L"\\d{5}"}; local
198 FX_LPCWSTR ArrayContent[] = {(FX_LPCWSTR)L"\\d{0,5}(\\.|[- ])?\\d{0,4}"}; local
204 FX_LPCWSTR ArrayContent[] = {(FX_LPCWSTR)L"\\d{5}(\\.|[- ])?\\d{4}"}; local
210 FX_LPCWSTR ArrayContent[] = { local
224 FX_LPCWSTR ArrayContent[] local
235 FX_LPCWSTR ArrayContent[] = {(FX_LPCWSTR)L"\\\\d{0,3}(\\\\.|[- ])?\\\\d{0,2}(\\\\.|[- ])?\\\\d{0,4}"}; local
241 FX_LPCWSTR ArrayContent[] = {(FX_LPCWSTR)L"\\\\d{3}(\\\\.|[- ])?\\\\d{2}(\\\\.|[- ])?\\\\d{4}"}; local
[all...]
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Define.h706 int size = sizeof(ArrayContent) / sizeof(FX_LPCWSTR);\
709 for (int i=0; i<size; i++) array.SetElement(i,CJS_Value(pRuntime,(FX_LPCWSTR)ArrayContent[i]));\

Completed in 141 milliseconds