Home
last modified time | relevance | path

Searched +defs:doc +defs:strings (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/scripts/
Dword2md.ts362 const strings = text.split("\t"); constant
417 const doc = app.documents.open(args[0]); constant
/third_party/jsoncpp/src/test_lib_json/
Dmain.cpp478 JSONTEST_FIXTURE_LOCAL(ValueTest, strings) { in JSONTEST_FIXTURE_LOCAL() argument
2885 char const doc[] = "{ \"property\" : \"value\" }"; in JSONTEST_FIXTURE_LOCAL() local
2897 char const doc[] = "{ \"property\" : [\"value\", \"value2\"], \"obj\" : " in JSONTEST_FIXTURE_LOCAL() local
2914 char const doc[] = "[111111111111111111111]"; in JSONTEST_FIXTURE_LOCAL() local
2929 char const doc[] = "[\"\"]"; in JSONTEST_FIXTURE_LOCAL() local
2936 char const doc[] = "[\"\\u8A2a\"]"; in JSONTEST_FIXTURE_LOCAL() local
2947 char const doc[] = "[ \"\\uD801\" ]"; in JSONTEST_FIXTURE_LOCAL() local
2956 char const doc[] = "[ \"\\uD801\\d1234\" ]"; in JSONTEST_FIXTURE_LOCAL() local
2965 char const doc[] = "[ \"\\ua3t@\" ]"; in JSONTEST_FIXTURE_LOCAL() local
2974 char const doc[] = "[ \"\\ua3t\" ]"; in JSONTEST_FIXTURE_LOCAL() local
[all …]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
DXLIFF2ICUConverter.java376 Document doc = null; in createRB() local
541 private String getLanguageName(Document doc, String lang){ in getLanguageName()
970 ResourceString[] strings = new ResourceString[2]; in parseTransUnit() local
/third_party/libxml2/python/
Dlibxml.c2443 xmlDocPtr doc = (xmlDocPtr) cur; in libxml_name() local
2947 xmlDocPtr doc; in libxml_serializeNode() local
3021 xmlDocPtr doc; in libxml_saveNodeTo() local
3554 xmlChar ** strings; in PystringSet_Convert() local
3620 xmlDocPtr doc; in libxml_C14NDocDumpMemory() local
3696 xmlDocPtr doc; in libxml_C14NDocSaveTo() local
/third_party/ejdb/src/bindings/ejdb2_jni/src/
Dejdb2jni.c186 JBN_STR strings[3] = { 0 }; in Java_com_softmotions_ejdb2_EJDB2__1open() local
723 static iwrc jbn_exec_visitor(struct _EJDB_EXEC *ux, EJDB_DOC doc, int64_t *step) { in jbn_exec_visitor()
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dttmlparse.c282 gchar **strings; in ttml_parse_timecode() local
1936 xmlDocPtr doc; in ttml_parse() local
/third_party/node/tools/
Dlint-md.mjs1885 const chalkTag = (chalk, ...strings) => {
14865 function chalkTag(chalk, strings) { argument
30653 var flags = { bools : {}, strings : {}, unknownFn: null }; property
33433 function parse(doc) { argument
33449 function stringify(node, doc) { argument
33471 function run(node, doc, callback) { argument
33546 function process(doc, callback) { argument
33601 function processSync(doc) { argument
43444 const parser = (doc) => { argument
56453 function prohibitedStrings (ast, file, strings) { argument