#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 973 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 882 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 1112 of file strfns.cc.
References error(), ovl(), print_usage(), U8_ISO_8859_1, U8_REPLACEMENT_CHAR, and u8_validate().
octave_value_list F__unicode2native__ | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 930 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 1048 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 87 of file strfns.cc.
References octave_value::convert_to_str(), octave_value::length(), string_vector::max_length(), n, string_vector::numel(), and octave_value().
octave_value_list Fischar | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 296 of file strfns.cc.
References ovl(), and print_usage().
octave_value_list Flist_in_columns | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1212 of file strfns.cc.
References string_vector::list_in_columns(), ovl(), and print_usage().
octave_value_list Fnewline | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1159 of file strfns.cc.
References ovl(), and print_usage().
octave_value_list Fstr2double | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 793 of file strfns.cc.
References Array< T, Alloc >::dims(), string_vector::map(), NaN, Array< T, Alloc >::numel(), print_usage(), and str2double().
octave_value_list Fstrcmp | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 558 of file strfns.cc.
References ovl(), and print_usage().
octave_value_list Fstrcmpi | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 696 of file strfns.cc.
References ovl(), and print_usage().
octave_value_list Fstrncmp | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 646 of file strfns.cc.
References n, ovl(), and print_usage().
octave_value_list Fstrncmpi | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 727 of file strfns.cc.
References n, ovl(), and print_usage().
octave_value_list Fstrvcat | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 212 of file strfns.cc.
References string_vector::max_length(), n, string_vector::numel(), and octave_value().
octave_value_list Funicode_idx | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 992 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().