FreeNOS
Data Structures | Functions
teken_wcwidth.h File Reference

Go to the source code of this file.

Data Structures

struct  interval
 

Functions

static int bisearch (teken_char_t ucs, const struct interval *table, int max)
 
static int teken_wcwidth (teken_char_t ucs)
 

Function Documentation

◆ bisearch()

static int bisearch ( teken_char_t  ucs,
const struct interval table,
int  max 
)
static

Definition at line 19 of file teken_wcwidth.h.

Referenced by teken_wcwidth().

◆ teken_wcwidth()

static int teken_wcwidth ( teken_char_t  ucs)
static

Definition at line 38 of file teken_wcwidth.h.

References bisearch().