Searched refs:char16_t (Results 1 - 9 of 9) sorted by relevance
/interface/sdk_c/third_party/musl/ndk_musl_include/ |
H A D | uchar.h | 9 typedef unsigned short char16_t;
typedef 19 size_t c16rtomb(char *__restrict, char16_t, mbstate_t *__restrict);
20 size_t mbrtoc16(char16_t *__restrict, const char *__restrict, size_t, mbstate_t *__restrict);
|
/interface/sdk_c/inputmethod/include/ |
H A D | inputmethod_text_editor_proxy_capi.h | 82 InputMethod_TextEditorProxy *textEditorProxy, const char16_t *text, size_t length); 189 InputMethod_TextEditorProxy *textEditorProxy, int32_t number, char16_t text[], size_t *length); 204 InputMethod_TextEditorProxy *textEditorProxy, int32_t number, char16_t text[], size_t *length); 248 InputMethod_TextEditorProxy *textEditorProxy, const char16_t text[], size_t length, int32_t start, int32_t end);
|
H A D | inputmethod_inputmethod_proxy_capi.h | 108 InputMethod_InputMethodProxy *inputMethodProxy, char16_t text[], size_t length, int start, int end);
|
/interface/sdk_c/third_party/icu4c/ndk_headers/unicode/ |
H A D | umachine.h | 360 * If 1, then char16_t is a typedef and not a real type (yet)
368 // Versions of Visual Studio/MSVC below 2015 do not support char16_t as a real type,
379 * Starting with ICU 59, C++ API uses char16_t directly, while C API continues to use UChar.
387 * The default is UChar=char16_t.
389 * C++11 defines char16_t as bit-compatible with uint16_t, but as a distinct type.
391 * In C, char16_t is a simple typedef of uint_least16_t.
393 * On macOS, char16_t is not available because the uchar.h standard header is missing.
399 // #if 1 is normal. UChar defaults to char16_t in C++.
401 // The intltest Makefile #defines UCHAR_TYPE=char16_t,
410 typedef char16_t UCha [all...] |
/interface/sdk_c/arkui/napi/ |
H A D | native_api.h | 47 const char16_t* str, 53 char16_t* buf,
|
/interface/sdk_c/third_party/node/src/ |
H A D | js_native_api_types.h | 11 typedef uint16_t char16_t; typedef
|
H A D | js_native_api.h | 90 const char16_t* str, 152 char16_t* buf,
|
/interface/sdk_c/ark_runtime/jsvm/ |
H A D | jsvm_types.h | 51 typedef uint16_t char16_t; typedef
|
H A D | jsvm.h | 1033 const char16_t* str, 1356 char16_t* buf,
|
Completed in 9 milliseconds