HomeSort by relevance Sort by last modified time
    Searched refs:uchar (Results 26 - 50 of 72) sorted by null

12 3

  /external/webkit/WebCore/platform/graphics/chromium/
UniscribeHelper.h 40 #include <unicode/uchar.h>
74 UniscribeHelper(const UChar* input,
352 bool shape(const UChar* input, int itemLength, int numGlyphs, SCRIPT_ITEM& run, Shaping&);
369 const UChar* m_input;
FontUtilsChromiumWin.cpp 40 #include <unicode/uchar.h>
49 typedef const UChar* ScriptToFontMap[USCRIPT_CODE_LIMIT];
55 const UChar* family;
104 const UChar* localeFamily = 0;
221 const UChar* getFontFamilyForScript(UScriptCode script,
244 const UChar* getFallbackFamily(const UChar* characters,
274 const UChar* family = getFontFamilyForScript(script, generic);
297 bool getDerivedFontData(const UChar* family,
  /external/webkit/WebCore/platform/graphics/win/
SimpleFontDataCGWin.cpp 40 #include <unicode/uchar.h>
SimpleFontDataWin.cpp 38 #include <unicode/uchar.h>
124 bool SimpleFontData::containsCharacters(const UChar* characters, int length) const
  /external/webkit/WebCore/platform/graphics/wx/
SimpleFontDataWx.cpp 36 #include <unicode/uchar.h>
101 bool SimpleFontData::containsCharacters(const UChar* characters, int length) const
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_common.c 473 uchar *buf;
542 (uchar)event->addr.octet[0]&0xff,
543 (uchar)event->addr.octet[1]&0xff,
544 (uchar)event->addr.octet[2]&0xff,
545 (uchar)event->addr.octet[3]&0xff,
546 (uchar)event->addr.octet[4]&0xff,
547 (uchar)event->addr.octet[5]&0xff);
712 buf = (uchar *) event_data;
770 buf = (uchar *) event_data;
dhd_cdc.c 90 ret = dhd_bus_txctl(dhd->bus, (uchar*)&prot->msg, len);
104 ret = dhd_bus_rxctl(dhd->bus, (uchar*)&prot->msg, len+sizeof(cdc_ioctl_t));
dhd.h 302 extern void dhd_vif_sendup(struct dhd_info *dhd, int ifidx, uchar *cp, int len);
  /external/icu4c/test/cintltst/
cbiditst.c 17 #include "unicode/uchar.h"
50 static void _testInverseBidi(UBiDi *pBiDi, const UChar *src, int32_t srcLength,
84 const UChar *dest, int32_t destLen, int mode,
100 static UChar *
101 getStringFromDirProps(const uint8_t *dirProps, int32_t length, UChar *buffer);
103 static void printUnicode(const UChar *s, int32_t length, const UBiDiLevel *levels);
178 UChar string[MAXLEN];
216 static UChar pseudoToUChar[TABLE_SIZE];
244 UChar uchar; local
351 UChar uchar; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_BWin.h 233 if ((uchar)buf[0] > 127) {
  /external/v8/src/
interpreter-irregexp.cc 51 unibrow::uchar old_char = subject[from++];
52 unibrow::uchar new_char = subject[current++];
54 unibrow::uchar old_string[1] = { old_char };
55 unibrow::uchar new_string[1] = { new_char };
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 61 typedef unsigned char uchar; typedef
96 return(((uchar *)Short)[0] << 8) | ((uchar *)Short)[1];
117 int GetYUVformat(uchar * Data)
220 uchar * Data = NULL;
262 Data = (uchar *)malloc(itemlen);
268 Data[0] = (uchar)lh;
269 Data[1] = (uchar)ll;
    [all...]
  /external/v8/test/cctest/
test-regexp.cc     [all...]
  /hardware/broadcom/wlan/bcm4329/src/shared/
bcmutils.c 56 pktcopy(osl_t *osh, void *p, uint offset, int len, uchar *buf)
88 pktfrombuf(osl_t *osh, void *p, uint offset, int len, uchar *buf)
    [all...]
aiutils.c 511 r = (uint32 *)((uchar *)sii->common_info->regs[coreidx] + regoff);
543 r = (uint32*) ((uchar*) ai_setcoreidx(&sii->pub, coreidx) + regoff);
siutils.c 303 bzero((uchar*)sii, sizeof(si_info_t));
311 bzero((uchar*)(common_info_alloced), sizeof(si_common_info_t));
638 bcopy((uchar*)sii->common_info->coreid, (uchar*)coreid, (sii->numcores * sizeof(uint)));
    [all...]
  /external/icu4c/common/
Android.mk 30 uchar.c ucln_cmn.c \
ubidi.c 20 #include "unicode/uchar.h"
33 * For handling surrogate pairs, where two UChar's form one "abstract" (or UTF-32)
34 * character according to UTF-16, the second UChar gets the directional property of
40 * following character (UChar), which results in surrogate pairs getting the
341 const UChar *text=pBiDi->text;
346 UChar32 uchar; local
393 UTF_NEXT_CHAR(text, i, length, uchar);
395 flags|=DIRPROP_FLAG(dirProp=(DirProp)ubidi_getCustomizedClass(pBiDi, uchar));
446 if(!((uchar==CR) && (text[i]==LF))) {
457 if(removeBiDiControls && IS_BIDI_CONTROL_CHAR(uchar)) {
    [all...]
  /external/jhead/
jhead.c 954 DummyData = (uchar *) malloc(3);
    [all...]
  /external/webkit/JavaScriptCore/wtf/unicode/icu/
UnicodeIcu.h 27 #include <unicode/uchar.h>
123 inline int foldCase(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error)
131 inline int toLower(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error)
149 inline int toUpper(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error)
228 inline int umemcasecmp(const UChar* a, const UChar* b, int len)
  /hardware/broadcom/wlan/bcm4329/src/include/proto/
802.11.h     [all...]
  /packages/inputmethods/LatinIME/native/src/
dictionary.cpp 24 #include <unicode/uchar.h>
  /external/webkit/WebCore/platform/text/mac/
ShapeArabic.c 42 #include <unicode/uchar.h>
65 static const UChar IrrelevantPos[] = {
70 static const UChar araLink[178]=
193 static const UChar presLink[141]=
235 static const UChar convertFEto06[] =
249 static const UChar shapeTable[4][4][4]=
265 static UChar
266 changeLamAlef(UChar ch) {
293 specialChar(UChar ch) {
316 static UChar
    [all...]
  /external/icu4c/tools/genpname/
preparse.pl 10 # defined in uchar.h and uscript.h. It then outputs a header
30 # uchar.h property UCHAR_GENERAL_CATEGORY_MASK. This property
104 # Short names of properties that weren't seen in uchar.h. If the
140 source/common/unicode/uchar.h
215 * uchar.h
416 # Read in the files uchar.h, uscript.h, Blocks.txt,
428 my $h = read_uchar("$headerDir/uchar.h");
443 my $version = check_versions([ 'uchar.h', $h ],
537 # Merge blocks data into uchar.h enum data. In the 'blk' subhash all
545 # from uchar.h enum name, e.g. "UBLOCK_BASIC_LATIN", to Blocks.
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 44 #import <unicode/uchar.h>
362 bool SimpleFontData::containsCharacters(const UChar* characters, int length) const

Completed in 676 milliseconds

12 3