Searched refs:to_bytes (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/usr.bin/perl/t/re/ |
H A D | fold_grind.pl | 316 my $to_bytes = length $to; 318 $has_test_by_byte_count{length $from_map}{$to_bytes} = $to; 486 my $to_bytes = length $to; 488 if (! exists $has_test_by_byte_count{length $from_map}{$to_bytes}) {
|
/openbsd/gnu/llvm/llvm/utils/lit/lit/ |
H A D | TestRunner.py | 25 from lit.util import to_bytes, to_string, to_unicode 339 encode = lit.util.to_bytes 361 arg = lit.util.to_bytes(arg) 401 dir = to_unicode(dir) if kIsWindows else to_bytes(dir) 402 cwd = to_unicode(cwd) if kIsWindows else to_bytes(cwd) 446 path = to_unicode(path) if kIsWindows else to_bytes(path) 447 cwd = to_unicode(cwd) if kIsWindows else to_bytes(cwd) 594 if kIsWindows else to_bytes(redir_filename) 1097 if not data.endswith(to_bytes('\n')): 1098 data = data + to_bytes('\n') [all …]
|
H A D | ProgressBar.py | 8 def to_bytes(str): function 139 return curses.tparm(to_bytes(arg), index).decode('utf-8') or ''
|
H A D | util.py | 42 def to_bytes(s): function 339 input = to_bytes(input)
|
/openbsd/gnu/usr.bin/perl/lib/ |
H A D | charnames.t | 91 sub to_bytes { 193 is(to_bytes("\N{CYRILLIC SMALL LETTER BE}"), $encoded_be, 198 is(to_bytes("\N{be},\N{alpha},\N{hebrew:bet}"), 269 is(to_bytes("\N{DESERET SMALL LETTER ENG}"), $encoded_deseng,
|
/openbsd/gnu/llvm/clang/tools/clang-format/ |
H A D | git-clang-format | 467 p.stdin.write(to_bytes('%s\0' % line)) 645 def to_bytes(str_input): function
|
/openbsd/gnu/llvm/lldb/source/Host/common/ |
H A D | Editline.cpp | 460 lines.AppendString(m_utf8conv.to_bytes(line)); in GetInputAsStringList() 650 lines.AppendString(m_utf8conv.to_bytes(new_line_fragment)); in BreakLineCommand() 1532 line = m_utf8conv.to_bytes(SplitLines(input)[0]); in GetLine()
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | locale | 112 byte_string to_bytes(Elem wchar); 113 byte_string to_bytes(const Elem* wptr); 114 byte_string to_bytes(const wide_string& wstr); 115 byte_string to_bytes(const Elem* first, const Elem* last); 3654 byte_string to_bytes(_Elem __wchar) 3655 {return to_bytes(&__wchar, &__wchar+1);} 3657 byte_string to_bytes(const _Elem* __wptr) 3660 byte_string to_bytes(const wide_string& __wstr) 3662 byte_string to_bytes(const _Elem* __first, const _Elem* __last); 3785 to_bytes(const _Elem* __frm, const _Elem* __frm_end) [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/ |
H A D | BigInt.pm | 5170 sub to_bytes { subroutine 5180 return $upgrade -> to_bytes($x, @r) 5310 *as_bytes = \&to_bytes;
|