Home
last modified time | relevance | path

Searched refs:count_utf16 (Results 1 – 5 of 5) sorted by relevance

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/io/
H A Dcharset.cpp1489 size_t nout = count_utf16(cp); in utf8_to_utf16le()
1517 size_t nout = count_utf16(cp); in utf8_to_utf16be()
1808 size_t nout = count_utf16(cp); in utf32le_to_utf16le()
1835 size_t nout = count_utf16(cp); in utf32le_to_utf16be()
1862 size_t nout = count_utf16(cp); in utf32be_to_utf16le()
1889 size_t nout = count_utf16(cp); in utf32be_to_utf16be()
1921 size_t len = count_utf16(cp); in multibyte_to_widechar_utf16le()
1954 size_t len = count_utf16(cp); in multibyte_to_widechar_utf16be()
1985 nconv += count_utf16(cp); in est_multibyte_to_widechar_utf16le()
2026 size_t len = count_utf16(cp); in multibyte_to_widechar_utf32le()
[all …]
/dports/editors/xi-core/xi-editor-0.3.0/rust/lsp-lib/src/
H A Dconversion_utils.rs48 pub(crate) fn count_utf16(s: &str) -> usize { in count_utf16() function
69 let char_offset = count_utf16(&(view.get_line(line_num)?[0..(offset - line_offset)])); in get_position_of_offset()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkOverdrawCanvas.cpp100 static int count_utf16(const char* text) { in count_utf16() function
117 proc = count_utf16; in onDrawTextRSXform()
H A DSkDevice.cpp472 static int count_utf16(const char* text) { in count_utf16() function
488 proc = count_utf16; in drawTextRSXform()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkDevice.cpp462 static int count_utf16(const char* text) { in count_utf16() function
478 proc = count_utf16; in drawTextRSXform()