GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Macros | Functions | Variables
strfind.cc File Reference
#include <algorithm>
#include <deque>
#include <limits>
#include <string>
#include "oct-locbuf.h"
#include "Cell.h"
#include "ov.h"
#include "defun.h"
#include "unwind-prot.h"
#include "errwarn.h"
#include "utils.h"
Include dependency graph for strfind.cc:

Go to the source code of this file.

Macros

#define ORD(ch)   static_cast<unsigned char>(ch)
 
#define TABSIZE   (std::numeric_limits<unsigned char>::max () + 1)
 

Functions

OCTAVE_EXPORT octave_value_list Fstrfind (const octave_value_list &args, int) or if ar
 
is longer than or if then or
only for unique occurrences of
the complete 
pattern (false).The default is true.If a cell array of strings ar
 
static void qs_preprocess (const Array< char > &needle, octave_idx_type *table)
 
static Array< octave_idx_typeqs_search (const Array< char > &needle, const Array< char > &haystack, const octave_idx_type *table, bool overlaps=true)
 

Variables

is longer than ar {str}
 
is specified then as specified
above 
Examples
 

Macro Definition Documentation

#define ORD (   ch)    static_cast<unsigned char>(ch)

Definition at line 44 of file strfind.cc.

Referenced by qs_preprocess(), and qs_search().

#define TABSIZE   (std::numeric_limits<unsigned char>::max () + 1)

Definition at line 45 of file strfind.cc.

Referenced by pattern(), and qs_preprocess().

Function Documentation

OCTAVE_EXPORT octave_value_list Fstrfind ( const octave_value_list args,
int   
)

Definition at line 192 of file strfind.cc.

Referenced by install_strfind_fcns(), and pattern().

is longer than or if then or only for unique occurrences of the complete pattern ( false  )
static void qs_preprocess ( const Array< char > &  needle,
octave_idx_type table 
)
static

Definition at line 50 of file strfind.cc.

References Array< T >::data(), m, Array< T >::numel(), ORD, TABSIZE, and x.

Referenced by pattern().

static Array<octave_idx_type> qs_search ( const Array< char > &  needle,
const Array< char > &  haystack,
const octave_idx_type table,
bool  overlaps = true 
)
static

Definition at line 63 of file strfind.cc.

References Array< T >::data(), k, m, min(), Array< T >::numel(), ORD, result, x, Array< T >::xelem(), and y.

Referenced by pattern().

Variable Documentation

is specified then ar {str}

Definition at line 192 of file strfind.cc.

is specified then as specified above Examples

Definition at line 192 of file strfind.cc.