Home
last modified time | relevance | path

Searched refs:_construct (Results 1 - 10 of 10) sorted by relevance

/third_party/node/lib/internal/fs/
H A Dstreams.js47 function _construct(callback) { function
234 ReadStream.prototype._construct = _construct;
395 WriteStream.prototype._construct = _construct;
/third_party/icu/icu4c/source/i18n/
H A Drbt.cpp32 void RuleBasedTransliterator::_construct(const UnicodeString& rules, in _construct() function in RuleBasedTransliterator
79 _construct(rules, direction,parseError,status); in RuleBasedTransliterator()
100 _construct(rules, direction,parseError, status);
113 _construct(rules, direction,parseError, status);
125 _construct(rules, UTRANS_FORWARD, parseError, status);
138 _construct(rules, UTRANS_FORWARD,parseError, status);
H A Drbt.h212 void _construct(const UnicodeString& rules,
/third_party/node/deps/icu-small/source/i18n/
H A Drbt.cpp32 void RuleBasedTransliterator::_construct(const UnicodeString& rules, in _construct() function in RuleBasedTransliterator
79 _construct(rules, direction,parseError,status); in RuleBasedTransliterator()
100 _construct(rules, direction,parseError, status);
113 _construct(rules, direction,parseError, status);
125 _construct(rules, UTRANS_FORWARD, parseError, status);
138 _construct(rules, UTRANS_FORWARD,parseError, status);
H A Drbt.h212 void _construct(const UnicodeString& rules,
/third_party/skia/third_party/externals/icu/source/i18n/
H A Drbt.cpp32 void RuleBasedTransliterator::_construct(const UnicodeString& rules, in _construct() function in RuleBasedTransliterator
79 _construct(rules, direction,parseError,status); in RuleBasedTransliterator()
100 _construct(rules, direction,parseError, status);
113 _construct(rules, direction,parseError, status);
125 _construct(rules, UTRANS_FORWARD, parseError, status);
138 _construct(rules, UTRANS_FORWARD,parseError, status);
H A Drbt.h212 void _construct(const UnicodeString& rules,
/third_party/node/lib/internal/streams/
H A Ddestroy.js220 if (typeof stream._construct !== 'function') {
275 stream._construct((err) => {
H A Dwritable.js252 this._construct = options.construct;
H A Dreadable.js239 this._construct = options.construct;

Completed in 6 milliseconds