GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
unicase-wrappers.c File Reference
#include "unicase.h"
#include "unicase-wrappers.h"

Go to the source code of this file.

Functions

uint8_t * octave_u8_tolower_wrapper (const uint8_t *s, size_t n, const char *iso639_language, uint8_t *resultbuf, size_t *lengthp)
 
uint8_t * octave_u8_toupper_wrapper (const uint8_t *s, size_t n, const char *iso639_language, uint8_t *resultbuf, size_t *lengthp)
 

Function Documentation

◆ octave_u8_tolower_wrapper()

uint8_t* octave_u8_tolower_wrapper ( const uint8_t *  s,
size_t  n,
const char *  iso639_language,
uint8_t *  resultbuf,
size_t *  lengthp 
)

Definition at line 35 of file unicase-wrappers.c.

References n.

◆ octave_u8_toupper_wrapper()

uint8_t* octave_u8_toupper_wrapper ( const uint8_t *  s,
size_t  n,
const char *  iso639_language,
uint8_t *  resultbuf,
size_t *  lengthp 
)

Definition at line 43 of file unicase-wrappers.c.

References n.