Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
H A DIntlNumberFormat.cpp82 return env->NewString(reinterpret_cast<const uint16_t *>(ustr.getBuffer()), ustr.length()); in IcuFormatDouble()
101 return env->NewString(reinterpret_cast<const uint16_t *>(ustr.getBuffer()), ustr.length()); in IcuFormatDecimal()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Djs_pandafile_manager.cpp93 bool getBuffer = resolveBufferCallback(hspPath, &data, &dataSize, errorMsg); in LoadJSPandaFile() local
94 if (!getBuffer) { in LoadJSPandaFile()
590 bool getBuffer = resolveBufferCallback(ModulePathHelper::ParseHapPath(fileName), &data, &dataSize, errorMsg); in CheckFilePath() local
591 if (!getBuffer) { in CheckFilePath()
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
H A Dcreated_object_file.cpp42 auto copy = llvm::MemoryBuffer::getMemBufferCopy(objectFileBuffer.getBuffer()); in CopyOf()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_Double.cpp93 return EtsString::CreateFromUtf16(reinterpret_cast<const uint16_t *>(uniStr.getBuffer()), uniStr.length()); in StdCoreDoubleToLocaleString()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_plural_rules.cpp286 factory->NewFromUtf16(reinterpret_cast<const uint16_t *>(uString.getBuffer()), uString.length()); in FormatNumericToString()
H A Djs_number_format.cpp433 *icuNumberFormatter = icuNumberFormatter->unit(icu::CurrencyUnit(currencyUStr.getBuffer(), status)); in SetNumberFormatUnitOptions()
760 ucurr_getDefaultFractionDigits(reinterpret_cast<const UChar *>(currency.getBuffer()), &status); in CurrencyDigits()
H A Djs_relative_time_format.cpp368 factory->NewFromUtf16(reinterpret_cast<const uint16_t *>(uString.getBuffer()), uString.length()); in Format()
/arkcompiler/ets_runtime/ecmascript/intl/
H A Dlocale_helper.cpp41 return factory->NewFromUtf16(reinterpret_cast<const uint16_t *>(string.getBuffer()), string.length()); in UStringToString()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_sample.cpp1801 char getBuffer[20]; in HWTEST_F_L0() local
1802 resultString->WriteUtf8(vm_, getBuffer, inputString.length()); in HWTEST_F_L0()
1803 std::string getResult(getBuffer); in HWTEST_F_L0()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js19214 getBuffer(t, e = 0) {
[all...]

Completed in 42 milliseconds