Searched refs:ucs (Results 1 - 6 of 6) sorted by relevance

/external/libvterm/src/
H A Dunicode.c3 // ### The following from http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c
67 * Latest version: http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c
132 static int bisearch(wchar_t ucs, const struct interval *table, int max) { argument
136 if (ucs < table[0].first || ucs > table[max].last)
140 if (ucs > table[mid].last)
142 else if (ucs < table[mid].first)
185 static int mk_wcwidth(wchar_t ucs) argument
188 if (ucs == 0)
190 if (ucs < 3
240 mk_wcwidth_cjk(wchar_t ucs) argument
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtfsmalls.cpp246 UnicodeString ucs = "unicode-string"; local
254 ucs,
263 && (ft_arr[3].getType() == Formattable::kString) && (ft_arr[3].getString(temp) == ucs)
H A Dustrtest.cpp1137 static const UChar ucs[]={ 0x68, 0x6d, 0x20, 0 }; local
1138 test1.insert(9, ucs, -1);
1177 test1.setTo(TRUE, ucs, 3);
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp447 unsigned long ucs = 0; local
467 ucs += mult * (*q - '0');
469 ucs += mult * (*q - 'a' + 10);
471 ucs += mult * (*q - 'A' + 10 );
494 ucs += mult * (*q - '0');
504 ConvertUTF32ToUTF8( ucs, value, length );
508 *value = (char)ucs;
/external/tinyxml/
H A Dtinyxmlparser.cpp428 unsigned long ucs = 0; local
448 ucs += mult * (*q - '0');
450 ucs += mult * (*q - 'a' + 10);
452 ucs += mult * (*q - 'A' + 10 );
475 ucs += mult * (*q - '0');
485 ConvertUTF32ToUTF8( ucs, value, length );
489 *value = (char)ucs;
/external/skia/src/views/unix/
H A Dkeysym2ucs.c41 unsigned short ucs; member in struct:codepair
842 return keysymtab[mid].ucs;

Completed in 371 milliseconds