HomeSort by: relevance | last modified time | path
    Searched defs:wchar_range (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/less/dist/lesstest/
unicode.c 3 typedef struct wchar_range { wchar first, last; } wchar_range; typedef in typeref:struct:wchar_range
5 static wchar_range wide_chars[] = {
8 static wchar_range compose_table[] = {
11 static wchar_range fmt_table[] = {
14 static wchar_range comb_table[] = {
18 static int is_in_table(wchar ch, wchar_range table[], int count) {
unicode.c 3 typedef struct wchar_range { wchar first, last; } wchar_range; typedef in typeref:struct:wchar_range
5 static wchar_range wide_chars[] = {
8 static wchar_range compose_table[] = {
11 static wchar_range fmt_table[] = {
14 static wchar_range comb_table[] = {
18 static int is_in_table(wchar ch, wchar_range table[], int count) {
unicode.c 3 typedef struct wchar_range { wchar first, last; } wchar_range; typedef in typeref:struct:wchar_range
5 static wchar_range wide_chars[] = {
8 static wchar_range compose_table[] = {
11 static wchar_range fmt_table[] = {
14 static wchar_range comb_table[] = {
18 static int is_in_table(wchar ch, wchar_range table[], int count) {
  /src/external/bsd/less/dist/
less.h 346 struct wchar_range struct
353 struct wchar_range *table;
less.h 346 struct wchar_range struct
353 struct wchar_range *table;
less.h 346 struct wchar_range struct
353 struct wchar_range *table;

Completed in 50 milliseconds