HomeSort by relevance Sort by last modified time
    Searched refs:unicode (Results 1 - 25 of 358) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/sqlite/android/
PhonebookIndex.h 21 #include <unicode/uiter.h>
22 #include <unicode/utypes.h>
27 * A character converter that takes a UNICODE character and produces the
  /external/webkit/Source/JavaScriptCore/wtf/unicode/
Unicode.h 31 #include <wtf/unicode/icu/UnicodeIcu.h>
33 #include <wtf/unicode/glib/UnicodeGLib.h>
35 #include <wtf/unicode/wince/UnicodeWinCE.h>
37 #include <wtf/unicode/brew/UnicodeBrew.h>
39 #error "Unknown Unicode implementation"
  /external/webkit/Source/WebCore/editing/
SmartReplace.h 32 #include <wtf/unicode/Unicode.h>
  /external/bluetooth/glib/tests/
run-collate-tests.sh 24 ./unicode-collate $I > collate.out
28 diff collate.out ${srcdir:-.}/collate/$name.unicode ||
30 ./unicode-collate --key $I > collate.out
31 diff collate.out ${srcdir:-.}/collate/$name.unicode ||
33 ./unicode-collate --file $I > collate.out
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
VerticalTextMap.h 33 #include <wtf/unicode/CharacterNames.h>
  /external/webkit/Source/WebKit/android/icu/unicode/
ucnv.h 31 #include <icu4c/common/unicode/ucnv.h>
ucnv.cpp 36 #include <icu4c/common/unicode/ucnv.h>
  /external/openfst/src/include/fst/
icu.h 41 #include <unicode/errorcode.h>
42 #include <unicode/unistr.h>
43 #include <unicode/ustring.h>
44 #include <unicode/utf8.h>
  /external/webkit/Source/WebCore/platform/text/
Hyphenation.h 30 #include <wtf/unicode/Unicode.h>
TextEncodingRegistry.h 31 #include <wtf/unicode/Unicode.h>
TextBoundaries.h 29 #include <wtf/unicode/Unicode.h>
35 return WTF::Unicode::hasLineBreakingPropertyComplexContext(ch);
TextStream.h 31 #include <wtf/unicode/Unicode.h>
  /external/webkit/Source/WebCore/platform/text/mac/
ShapeArabic.h 31 #include <unicode/ushape.h>
  /external/webkit/Source/WebCore/rendering/
break_lines.h 24 #include <wtf/unicode/Unicode.h>
  /external/freetype/src/psnames/
psmodule.c 40 /* Return the Unicode value corresponding to a given glyph. Note that */
49 /* hard-coded unicode character code. */
101 /* hexadecimal digits, it is a hard-coded unicode character code. */
166 /* ft_qsort callback to sort the unicode map */
173 FT_UInt32 unicode1 = BASE_GLYPH( map1->unicode );
174 FT_UInt32 unicode2 = BASE_GLYPH( map2->unicode );
180 if ( map1->unicode > map2->unicode )
182 else if ( map1->unicode < map2->unicode )
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_BWin.h 231 Uint16 unicode = 0; local
238 unicode = destbuf[0];
239 unicode <<= 8;
240 unicode |= destbuf[1];
242 unicode = buf[0];
246 switch (unicode) {
256 unicode = 0;
260 unicode = '\r';
266 return unicode;
  /external/webkit/LayoutTests/fast/encoding/resources/
char-decoding-utils.js 34 function testDecode(charsetName, characterSequence, unicode)
36 shouldBe("decode('" + charsetName + "', '" + characterSequence + "')", "'" + unicode + "'");
43 testDecode(inputData.encodings[i], inputData.encoded[j], inputData.unicode[j]);
char-encoding-utils.js 1 function encode(charset, unicode)
4 return results[charset][unicode];
64 function testEncode(charsetName, unicode, characterSequence)
67 unicodes.push(unicode);
  /external/icu4c/test/hdrtst/
Makefile.in 12 ## unicode/uchar.h - 0
13 ## unicode/uchriter.h - 0
14 ## unicode/ucnv.h - 0
34 DIRS=$(prefix)/include/unicode
69 @for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/pfiles.txt`; do \
71 echo $(ECHO_N) "$(E_CXX) unicode/$$incfile.h - $(ECHO_C)" ; \
72 echo '#include "'unicode/$$incfile'.h"' > ht_$$incfile.cpp ; \
97 file=unicode/$$stub \
99 echo $(ECHO_N) "$(E_D) unicode/$$incfile.h - $(ECHO_C)" ; \
100 echo '#include "'unicode/$$incfile'.h"' > ht_$$incfile.cpp ;
    [all...]
  /external/qemu/android/
charmap.h 82 /* Maps given unicode key character into a keycode and adds mapped keycode into
89 unsigned int unicode,
  /external/webkit/Source/WebCore/html/parser/
HTMLParserIdioms.h 29 #include <wtf/unicode/Unicode.h>
  /external/webkit/Source/WebCore/svg/
SVGZoomAndPan.h 26 #include <wtf/unicode/Unicode.h>
  /external/icu4c/samples/layout/
cmaps.cpp 129 LEUnicode16 unicode = (LEUnicode16) unicode32; local
134 if (SWAPU16(fStartCodes[fRangeShift]) <= unicode) {
141 if (SWAPU16(fStartCodes[index + probe]) <= unicode) {
146 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) {
148 result = (TTGlyphID) unicode;
150 le_uint16 offset = unicode - SWAPU16(fStartCodes[index]);
  /external/icu4c/test/letest/
cmaps.cpp 123 LEUnicode16 unicode = (LEUnicode16) unicode32; local
128 if (SWAPU16(fStartCodes[fRangeShift]) <= unicode) {
135 if (SWAPU16(fStartCodes[index + probe]) <= unicode) {
140 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) {
142 result = (TTGlyphID) unicode;
144 le_uint16 offset = unicode - SWAPU16(fStartCodes[index]);
  /external/freetype/include/freetype/internal/services/
svpscmap.h 32 * Adobe glyph name to unicode value.
51 * Simple unicode -> glyph index charmap built from font glyph names
56 FT_UInt32 unicode; /* bit 31 set: is glyph variant */ member in struct:PS_UniMap_
99 FT_UInt32 unicode );
103 FT_UInt32 *unicode );

Completed in 577 milliseconds

1 2 3 4 5 6 7 8 91011>>