Searched refs:_construct (Results 1 - 10 of 10) sorted by relevance
/third_party/node/lib/internal/fs/ |
H A D | streams.js | 47 function _construct(callback) { function 234 ReadStream.prototype._construct = _construct; 395 WriteStream.prototype._construct = _construct;
|
/third_party/icu/icu4c/source/i18n/ |
H A D | rbt.cpp | 32 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 D | rbt.h | 212 void _construct(const UnicodeString& rules,
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | rbt.cpp | 32 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 D | rbt.h | 212 void _construct(const UnicodeString& rules,
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | rbt.cpp | 32 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 D | rbt.h | 212 void _construct(const UnicodeString& rules,
|
/third_party/node/lib/internal/streams/ |
H A D | destroy.js | 220 if (typeof stream._construct !== 'function') { 275 stream._construct((err) => {
|
H A D | writable.js | 252 this._construct = options.construct;
|
H A D | readable.js | 239 this._construct = options.construct;
|
Completed in 6 milliseconds