Searched refs:getBuffer (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/ |
H A D | IntlNumberFormat.cpp | 82 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 D | js_pandafile_manager.cpp | 93 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 D | created_object_file.cpp | 42 auto copy = llvm::MemoryBuffer::getMemBufferCopy(objectFileBuffer.getBuffer()); in CopyOf()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
H A D | std_core_Double.cpp | 93 return EtsString::CreateFromUtf16(reinterpret_cast<const uint16_t *>(uniStr.getBuffer()), uniStr.length()); in StdCoreDoubleToLocaleString()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_plural_rules.cpp | 286 factory->NewFromUtf16(reinterpret_cast<const uint16_t *>(uString.getBuffer()), uString.length()); in FormatNumericToString()
|
H A D | js_number_format.cpp | 433 *icuNumberFormatter = icuNumberFormatter->unit(icu::CurrencyUnit(currencyUStr.getBuffer(), status)); in SetNumberFormatUnitOptions() 760 ucurr_getDefaultFractionDigits(reinterpret_cast<const UChar *>(currency.getBuffer()), &status); in CurrencyDigits()
|
H A D | js_relative_time_format.cpp | 368 factory->NewFromUtf16(reinterpret_cast<const uint16_t *>(uString.getBuffer()), uString.length()); in Format()
|
/arkcompiler/ets_runtime/ecmascript/intl/ |
H A D | locale_helper.cpp | 41 return factory->NewFromUtf16(reinterpret_cast<const uint16_t *>(string.getBuffer()), string.length()); in UStringToString()
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | jsnapi_sample.cpp | 1801 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 D | cocos_worker_test.js | 19214 getBuffer(t, e = 0) { [all...] |
Completed in 42 milliseconds