Home
last modified time | relevance | path

Searched refs:parseFunction (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
Dmathjax_external_util.js413 callback, math, typeString, filterString, errorString, parseFunction) { argument
422 mml = parseFunction(data.math);
431 typeString, filterString, errorString, parseFunction],
/external/chromium_org/third_party/icu/source/tools/genrb/
Dparse.cpp1822 ParseResourceFunction *parseFunction; member
1917 ParseResourceFunction *parseFunction = NULL; in parseResource() local
2028 parseFunction = gResourceTypes[resType].parseFunction; in parseResource()
2029 if (parseFunction != NULL) { in parseResource()
2030 return parseFunction(state, tag, startline, comment, status); in parseResource()
/external/icu/icu4c/source/tools/genrb/
Dparse.cpp1880 ParseResourceFunction *parseFunction; member
1973 ParseResourceFunction *parseFunction = NULL; in parseResource() local
2084 parseFunction = gResourceTypes[resType].parseFunction; in parseResource()
2085 if (parseFunction != NULL) { in parseResource()
2086 return parseFunction(state, tag, startline, comment, status); in parseResource()
/external/chromium_org/third_party/blanketjs/src/
Dblanket.js3548 return function (parseFunction) { argument
3599 node = parseFunction.apply(null, arguments);