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

  /src/lib/libc/citrus/modules/
citrus_utf8.c 88 static int _UTF8_count_array[256];
146 memset(_UTF8_count_array, 0, sizeof(_UTF8_count_array));
153 _UTF8_count_array[i] = 1;
155 _UTF8_count_array[i] = 2;
160 _UTF8_count_array[i] = 3;
165 _UTF8_count_array[i] = 3;
170 _UTF8_count_array[i] = 3;
175 _UTF8_count_array[i] = 3;
180 _UTF8_count_array[i] = 4
    [all...]
citrus_utf8.c 88 static int _UTF8_count_array[256];
146 memset(_UTF8_count_array, 0, sizeof(_UTF8_count_array));
153 _UTF8_count_array[i] = 1;
155 _UTF8_count_array[i] = 2;
160 _UTF8_count_array[i] = 3;
165 _UTF8_count_array[i] = 3;
170 _UTF8_count_array[i] = 3;
175 _UTF8_count_array[i] = 3;
180 _UTF8_count_array[i] = 4
    [all...]

Completed in 46 milliseconds