Searched full:character (Results 1 – 5 of 5) sorted by relevance
94 /* First, get the length for a BMP character */ in utf16s_utf8nlen()100 * can't include the character if it's a valid surrogate pair. in utf16s_utf8nlen()141 /* Avoid writing partial character */ in print_wstring()
163 * UTF-16 character. in efi_convert_cmdline()
33 typedef u16 efi_char16_t; /* UNICODE character */
862 * @buf: character buffer to contain the returned path (will be overwritten)863 * @buflen: size of the character buffer at buf
1616 # A \ in a string means ignore the next character.3150 … $new_comment =~ s/^[^\w]$//; # Single lettered comment with non word character is usually a typo3551 # check for character before and after the word matches3626 # (\b) rather than a whitespace character (\s)5874 #Ignore some three character SI units explicitly, like MiB and KHz6002 $dstat !~ /^'X'$/ && $dstat !~ /^'XX'$/ && # character constants6321 "break quoted strings at a space character\n" . $hereprev);