#include <cctype>#include <queue>#include <sstream>#include "dMatrix.h"#include "localcharset-wrapper.h"#include "uniconv-wrappers.h"#include "unistr-wrappers.h"#include "Cell.h"#include "defun.h"#include "error.h"#include "errwarn.h"#include "ov.h"#include "ovl.h"#include "unwind-prot.h"#include "utils.h"#include "oct-string.h"Go to the source code of this file.
| octave_value_list F__locale_charset__ | ( | const octave_value_list & | , |
| int | |||
| ) |
Definition at line 995 of file strfns.cc.
References octave_locale_charset_wrapper(), and ovl().
| octave_value_list F__native2unicode__ | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 904 of file strfns.cc.
References Array< T, Alloc >::data(), error(), free(), len, Array< T, Alloc >::numel(), octave_locale_charset_wrapper(), octave_u8_conv_from_encoding(), ovl(), and Array< T, Alloc >::xelem().
| octave_value_list F__u8_validate__ | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 1134 of file strfns.cc.
References error(), octave_value_list::length(), ovl(), and print_usage().
| octave_value_list F__unicode2native__ | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 952 of file strfns.cc.
References Array< T, Alloc >::data(), error(), free(), len, Array< T, Alloc >::numel(), octave_locale_charset_wrapper(), octave_u8_conv_to_encoding(), ovl(), and Array< T, Alloc >::xelem().
| octave_value_list F__unicode_length__ | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 1070 of file strfns.cc.
References Array< T, Alloc >::data(), error(), Array< T, Alloc >::ndims(), Array< T, Alloc >::numel(), octave_u8_mbsnlen_wrapper(), ovl(), Array< T, Alloc >::permute(), and print_usage().
| octave_value_list Fchar | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 89 of file strfns.cc.
References octave_value::convert_to_str(), octave_value::length(), string_vector::max_length(), and string_vector::numel().
| octave_value_list Fischar | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 298 of file strfns.cc.
References ovl(), and print_usage().
| octave_value_list Flist_in_columns | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 1234 of file strfns.cc.
References octave_value_list::length(), string_vector::list_in_columns(), ovl(), and print_usage().
| octave_value_list Fnewline | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 1181 of file strfns.cc.
References ovl(), and print_usage().
| octave_value_list Fstr2double | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 812 of file strfns.cc.
References Array< T, Alloc >::dims(), string_vector::map(), Array< T, Alloc >::numel(), and print_usage().
| octave_value_list Fstrcmp | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 560 of file strfns.cc.
References ovl(), and print_usage().
| octave_value_list Fstrcmpi | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 708 of file strfns.cc.
References ovl(), and print_usage().
| octave_value_list Fstrncmp | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 654 of file strfns.cc.
References error(), ovl(), and print_usage().
| octave_value_list Fstrncmpi | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 744 of file strfns.cc.
References error(), ovl(), and print_usage().
| octave_value_list Fstrvcat | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 214 of file strfns.cc.
References octave_value::length(), string_vector::max_length(), and string_vector::numel().
| octave_value_list Funicode_idx | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 1014 of file strfns.cc.
References Array< T, Alloc >::data(), Array< T, Alloc >::dims(), Array< T, Alloc >::ndims(), Array< T, Alloc >::numel(), octave_u8_strmblen_wrapper(), ovl(), Array< T, Alloc >::permute(), MArray< T >::permute(), and print_usage().