HomeSort by relevance Sort by last modified time
    Searched refs:unicode (Results 1 - 25 of 272) 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/WebCore/editing/
SmartReplace.h 29 #include <wtf/unicode/Unicode.h>
  /external/webkit/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 #error "Unknown Unicode implementation"
  /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/JavaScriptCore/yarr/
RegexCompiler.h 33 #include <wtf/unicode/Unicode.h>
  /external/webkit/WebKit/android/icu/unicode/
ucnv.h 31 #include <icu4c/common/unicode/ucnv.h>
ucnv.cpp 36 #include <icu4c/common/unicode/ucnv.h>
  /external/icu4c/i18n/
regextxt.h 12 // For the public Regular Expression API, see the file "unicode/regex.h"
18 #include <unicode/utypes.h>
19 #include <unicode/utext.h>
  /external/webkit/JavaScriptCore/wrec/
WREC.h 33 #include <wtf/unicode/Unicode.h>
  /external/webkit/WebCore/platform/text/
TextBoundaries.h 29 #include <wtf/unicode/Unicode.h>
35 return WTF::Unicode::hasLineBreakingPropertyComplexContext(ch);
TextEncodingRegistry.h 31 #include <wtf/unicode/Unicode.h>
TextStream.h 30 #include <wtf/unicode/Unicode.h>
  /external/webkit/WebCore/platform/text/mac/
ShapeArabic.h 31 #include <unicode/ushape.h>
  /external/webkit/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/chromium/third_party/icu/source/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/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/JavaScriptCore/pcre/
pcre.h 45 #include <wtf/unicode/Unicode.h>
  /external/webkit/WebCore/platform/graphics/
FontData.h 30 #include <wtf/unicode/Unicode.h>
  /external/webkit/JavaScriptCore/
Android.v8.wtf.mk 54 wtf/unicode/CollatorDefault.cpp \
55 wtf/unicode/UTF8.cpp \
57 wtf/unicode/icu/CollatorICU.cpp
  /external/chromium/third_party/icu/source/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/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]);

Completed in 799 milliseconds

1 2 3 4 5 6 7 8 91011