Searched defs:key_separator (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/simplejson/
H A Dencoder.py105 key_separator = ': ' variable in class:JSONEncoder
143 If specified, separators should be a (item_separator, key_separator)
188 self.item_separator, self.key_separator = separators
297 self.key_separator, self.item_separator, self.sort_keys,
305 self.key_separator, self.item_separator, self.sort_keys,
H A D_speedups.c80 PyObject *key_separator; member in struct:_PyEncoderObject
100 {"key_separator", T_OBJECT, offsetof(PyEncoderObject, key_separator), READONLY, "key_separator"},
2055 s->key_separator = NULL;
2070 static char *kwlist[] = {"markers", "default", "encoder", "indent", "key_separator", "item_separator", "sort_keys", "skipkeys", "allow_nan", "key_memo", "use_decimal", "namedtuple_as_object", "tuple_as_array", "bigint_as_string", "item_sort_key", "Decimal", NULL};
2073 PyObject *markers, *defaultfn, *encoder, *indent, *key_separator; local
2082 &markers, &defaultfn, &encoder, &indent, &key_separator, &item_separator,
2092 s->key_separator = key_separator;
[all...]
/external/openfst/src/include/fst/extensions/far/
H A Dextract.h69 const string &key_separator,
85 SplitToVector(keys_cstr, key_separator.c_str(), &key_vector, true);
66 FarExtract(const vector<string> &ifilenames, const int32 &generate_filenames, const string &keys, const string &key_separator, const string &range_delimiter, const string &filename_prefix, const string &filename_suffix) argument
/external/openfst/src/extensions/far/
H A Dfarscript.cc81 const string &key_separator,
86 key_separator, range_delimiter,
77 FarExtract(const vector<string> &ifilenames, const string &arc_type, int32 generate_filenames, const string &keys, const string &key_separator, const string &range_delimiter, const string &filename_prefix, const string &filename_suffix) argument

Completed in 634 milliseconds