Searched defs:nchars (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/ |
H A D | js_textencoder.cpp | 78 int32_t nchars = 0; in EncodeInto() local
|
/ohos5.0/commonlibrary/ets_utils/platform/default/ |
H A D | util_helper.cpp | 104 …Utf8(TextEcodeInfo encodeInfo, char* writeResult, int32_t* written, size_t length, int32_t* nchars) in EncodeToUtf8()
|
/ohos5.0/commonlibrary/ets_utils/platform/ohos/ |
H A D | util_helper.cpp | 108 …Utf8(TextEcodeInfo encodeInfo, char* writeResult, int32_t* written, size_t length, int32_t* nchars) in EncodeToUtf8() 397 …16BE(TextEcodeInfo encodeInfo, char* writeResult, int32_t* written, size_t length, int32_t* nchars) in EncodeTo16BE()
|
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_engine.cpp | 375 int32_t* nchars) in SubEncodeToUtf8() 397 …:EncodeToUtf8(napi_value value, char* buffer, int32_t* written, size_t bufferSize, int32_t* nchars) in EncodeToUtf8()
|
/ohos5.0/foundation/arkui/napi/test/unittest/ |
H A D | test_napi.cpp | 2137 int32_t nchars = 0; variable
|