Home
last modified time | relevance | path

Searched refs:_concatenate (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/common/
Dunorm.cpp225 _concatenate(const UChar *left, int32_t leftLength, in _concatenate() function
273 return _concatenate(left, leftLength, right, rightLength, in unorm_concatenate()
276 return _concatenate(left, leftLength, right, rightLength, in unorm_concatenate()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DRemoteObject.js704 this._cachedDescription = this._concatenate("[", "]", formatArrayItem);
713 this._cachedDescription = this._concatenate("{", "}", formatObjectItem);
727 _concatenate: function(prefix, suffix, formatProperty) method in WebInspector.LocalJSONObject