Searched defs:uchar (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
H A Dutfdef.h15 #define uchar _utfuchar macro
22 typedef unsigned char uchar; typedef
/external/libutf/
H A Dutfdef.h1 #define uchar _utfuchar macro
8 typedef unsigned char uchar; typedef
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg2000.h53 #undef uchar macro
68 bool ReadData( uchar* data, int step, int color );
73 bool ReadComponent8u( uchar *data, jas_matrix_t *buffer, int step, int cmpt,
91 bool WriteImage( const uchar* data, int step,
94 bool WriteComponent8u( jas_image_t *img, const uchar *data,
H A Dbitstrm.h56 typedef unsigned char uchar; typedef
79 uchar* m_start;
80 uchar* m_end;
81 uchar* m_current;
95 // class RLByteStream - uchar-oriented stream.
96 // l in prefix means that the least significant uchar of a multi-uchar value goes first
108 // class RMBitStream - uchar-oriented stream.
109 // m in prefix means that the most significant uchar of a multi-uchar valu
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dtest_utils.cc21 #include <unicode/uchar.h>
41 int32_t TestUtils::EncodeOneChar(UConverter* encoder, int16_t uchar) { argument
46 source[0] = (UChar)uchar;
56 uchar, u_errorName(status));
/external/sfntly/cpp/src/test/
H A Dtest_utils.cc21 #include <unicode/uchar.h>
41 int32_t TestUtils::EncodeOneChar(UConverter* encoder, int16_t uchar) { argument
46 source[0] = (UChar)uchar;
56 uchar, u_errorName(status));
/external/bzip2/
H A Dunzcrash.c37 typedef unsigned char uchar; typedef
40 uchar inbuf[M_BLOCK];
41 uchar outbuf[M_BLOCK_OUT];
42 uchar zbuf[M_BLOCK + 600 + (M_BLOCK / 100)];
68 uchar mask = 1 << bitno;
/external/chromium_org/third_party/icu/source/common/
H A Ducharstrie.cpp60 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) { argument
69 if(uchar<*pos++) {
81 if(uchar==*pos++) {
111 if(uchar==*pos++) {
122 UCharsTrie::nextImpl(const UChar *pos, int32_t uchar) { argument
126 return branchNext(pos, node, uchar);
130 if(uchar==*pos++) {
153 UCharsTrie::next(int32_t uchar) { argument
161 if(uchar==*pos++) {
172 return nextImpl(pos, uchar);
189 int32_t uchar; local
[all...]
H A Dubidiln.c20 #include "unicode/uchar.h"
948 UChar uchar=pBiDi->text[logicalIndex]; local
950 if(IS_BIDI_CONTROL_CHAR(uchar)) {
976 uchar=pBiDi->text[j];
977 if(IS_BIDI_CONTROL_CHAR(uchar)) {
1043 UChar uchar; local
1066 uchar=pBiDi->text[k];
1067 if(IS_BIDI_CONTROL_CHAR(uchar)) {
1178 UChar uchar; local
1201 uchar
1284 UChar uchar; local
[all...]
H A Dubidi.c21 #include "unicode/uchar.h"
345 UChar32 uchar; local
358 U16_NEXT(text, i, length, uchar);
359 dir = u_charDirection(uchar);
380 UChar32 uchar; local
384 U16_NEXT(text, i, length, uchar);
385 dirProp=(DirProp)ubidi_getCustomizedClass(pBiDi, uchar);
432 UChar32 uchar; local
495 U16_NEXT(text, i, originalLength, uchar);
496 flags|=DIRPROP_FLAG(dirProp=(DirProp)ubidi_getCustomizedClass(pBiDi, uchar));
1959 UChar32 uchar; local
1987 UChar32 uchar; local
[all...]
/external/icu/icu4c/source/common/
H A Ducharstrie.cpp60 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) { argument
69 if(uchar<*pos++) {
81 if(uchar==*pos++) {
111 if(uchar==*pos++) {
122 UCharsTrie::nextImpl(const UChar *pos, int32_t uchar) { argument
126 return branchNext(pos, node, uchar);
130 if(uchar==*pos++) {
153 UCharsTrie::next(int32_t uchar) { argument
161 if(uchar==*pos++) {
172 return nextImpl(pos, uchar);
189 int32_t uchar; local
[all...]
H A Dubidiln.c20 #include "unicode/uchar.h"
948 UChar uchar=pBiDi->text[logicalIndex]; local
950 if(IS_BIDI_CONTROL_CHAR(uchar)) {
976 uchar=pBiDi->text[j];
977 if(IS_BIDI_CONTROL_CHAR(uchar)) {
1043 UChar uchar; local
1066 uchar=pBiDi->text[k];
1067 if(IS_BIDI_CONTROL_CHAR(uchar)) {
1178 UChar uchar; local
1201 uchar
1284 UChar uchar; local
[all...]
H A Dubidi.c21 #include "unicode/uchar.h"
345 UChar32 uchar; local
358 U16_NEXT(text, i, length, uchar);
359 dir = u_charDirection(uchar);
380 UChar32 uchar; local
384 U16_NEXT(text, i, length, uchar);
385 dirProp=(DirProp)ubidi_getCustomizedClass(pBiDi, uchar);
435 UChar32 uchar; local
498 U16_NEXT(text, i, originalLength, uchar);
499 flags|=DIRPROP_FLAG(dirProp=(DirProp)ubidi_getCustomizedClass(pBiDi, uchar));
2049 UChar32 uchar; local
2077 UChar32 uchar; local
[all...]
/external/opencv/cv/src/
H A D_cv.h60 typedef unsigned char uchar; typedef
71 extern const uchar icvSaturate8u_cv[];
101 uchar **ptr;
105 uchar *state;
H A Dcvfilter.cpp49 static void default_x_filter_func( const uchar*, uchar*, void* ) argument
53 static void default_y_filter_func( uchar**, uchar*, int, int, void* ) argument
133 uchar* ptr;
179 row_tab_sz = cvAlign( max_rows*sizeof(uchar*), ALIGN );
182 CV_CALL( ptr = buffer = (uchar*)cvAlloc( total_buf_sz ));
184 rows = (uchar**)ptr;
231 uchar* bt = (uchar*)border_ta
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Ducharstrie.h157 * Equivalent to reset().next(uchar).
158 * @param uchar Input char value. Values below 0 and above 0xffff will never match.
162 inline UStringTrieResult first(int32_t uchar) { argument
164 return nextImpl(uchars_, uchar);
179 * @param uchar Input char value. Values below 0 and above 0xffff will never match.
183 UStringTrieResult next(int32_t uchar);
461 // Handles a branch node for both next(uchar) and next(string).
462 UStringTrieResult branchNext(const UChar *pos, int32_t length, int32_t uchar);
465 UStringTrieResult nextImpl(const UChar *pos, int32_t uchar);
/external/icu/icu4c/source/common/unicode/
H A Ducharstrie.h157 * Equivalent to reset().next(uchar).
158 * @param uchar Input char value. Values below 0 and above 0xffff will never match.
162 inline UStringTrieResult first(int32_t uchar) { argument
164 return nextImpl(uchars_, uchar);
179 * @param uchar Input char value. Values below 0 and above 0xffff will never match.
183 UStringTrieResult next(int32_t uchar);
461 // Handles a branch node for both next(uchar) and next(string).
462 UStringTrieResult branchNext(const UChar *pos, int32_t length, int32_t uchar);
465 UStringTrieResult nextImpl(const UChar *pos, int32_t uchar);
/external/chromium_org/v8/src/
H A Dunicode.h17 typedef unsigned int uchar; typedef in namespace:unibrow
30 inline bool get(uchar c);
33 bool CalculateValue(uchar c);
36 inline CacheEntry(uchar code_point, bool value)
39 uchar code_point_ : 21;
55 inline int get(uchar c, uchar n, uchar* result);
58 int CalculateValue(uchar c, uchar
[all...]
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DStringTools.c90 Py_UNICODE uchar; local
104 uchar = (Py_UNICODE) character;
106 if (unlikely(uchar == pos[0])) return 1;
519 static CYTHON_INLINE int __Pyx_Py_UNICODE_ISTITLE(Py_UNICODE uchar) argument
521 static CYTHON_INLINE int __Pyx_Py_UNICODE_ISTITLE(Py_UCS4 uchar)
524 return Py_UNICODE_ISTITLE(uchar) || Py_UNICODE_ISUPPER(uchar);
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlstrlib.c33 #define uchar(c) ((unsigned char)(c)) macro
86 p[i] = tolower(uchar(s[i]));
99 p[i] = toupper(uchar(s[i]));
147 lua_pushinteger(L, uchar(s[posi+i-1]));
159 luaL_argcheck(L, uchar(c) == c, i, "value out of range");
160 p[i - 1] = uchar(c);
295 if (match_class(c, uchar(*p)))
300 if (uchar(*(p-2)) <= c && c <= uchar(*p))
303 else if (uchar(*
[all...]
/external/jhead/
H A Djhead.h32 typedef unsigned char uchar; typedef
53 uchar * Data;
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx1y.cpp104 typedef unsigned char uchar; typedef
105 uchar arr[4] = { uchar(x >> 24), uchar(x >> 16), uchar(x >> 8), uchar(x) };
113 typedef unsigned char uchar; typedef
114 uchar arr[4] = { uchar(x >> 24), uchar(
[all...]
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Duserial_linux.c518 typedef unsigned char uchar; typedef
613 int my_read(int fd, uchar *pbuf, int len)
/external/valgrind/main/VEX/switchback/
H A Dtest_emfloat.c430 typedef unsigned char uchar; typedef
461 #define uchar unsigned char macro
526 uchar sign);
528 uchar sign);
541 static void AddSubInternalFPF(uchar operation,InternalFPF *x,
607 static uchar jtable[16] = {0,0,0,0,1,1,1,1,2,2,2,2,2,3,3,3};
693 uchar sign)
713 uchar sign)
1068 static void AddSubInternalFPF(uchar operation,
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbiditst.c17 #include "unicode/uchar.h"
265 UChar uchar; local
310 for (i = 0, uchar = 0x0030; i < 6; i++, uchar++) {
312 pseudoToUChar[c] = uchar;
313 UCharToPseudo[uchar & 0x00ff] = c;
316 for (i = 6, uchar = 0x0666; i < 10; i++, uchar++) {
318 pseudoToUChar[c] = uchar;
319 UCharToPseud2[uchar
373 UChar uchar; local
[all...]

Completed in 9161 milliseconds

12