HomeSort by relevance Sort by last modified time
    Searched full:dc0 (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/chromium_org/third_party/libwebp/dsp/
dec.c 426 int dc0 = 8; local
429 dc0 += dst[i - BPS] + dst[-1 + i * BPS];
431 Put8x8uv(dc0 >> 4, dst);
435 int dc0 = 4; local
438 dc0 += dst[i - BPS];
440 Put8x8uv(dc0 >> 3, dst);
444 int dc0 = 4; local
447 dc0 += dst[-1 + i * BPS];
449 Put8x8uv(dc0 >> 3, dst);
  /external/webp/src/dsp/
dec.c 426 int dc0 = 8; local
429 dc0 += dst[i - BPS] + dst[-1 + i * BPS];
431 Put8x8uv(dc0 >> 4, dst);
435 int dc0 = 4; local
438 dc0 += dst[i - BPS];
440 Put8x8uv(dc0 >> 3, dst);
444 int dc0 = 4; local
447 dc0 += dst[-1 + i * BPS];
449 Put8x8uv(dc0 >> 3, dst);
  /packages/inputmethods/LatinIME/java/res/xml/
rowkeys_sinhala2.xml 60 <!-- U+0DC0: "?" SINHALA LETTER VAYANNA -->
  /external/chromium_org/third_party/icu/source/data/unidata/
Blocks.txt 92 1DC0..1DFF; Combining Diacritical Marks Supplement
142 4DC0..4DFF; Yijing Hexagram Symbols
EastAsianWidth.txt 305 0DC0..0DC6;N
651 2DC0..2DC6;N
676 4DC0..4DFF;N
WordBreakProperty.txt 276 1DC0..1DE6 ; Extend
551 0DC0..0DC6 ; ALetter
668 2DC0..2DC6 ; ALetter
LineBreak.txt 373 0DC0..0DC6;AL
588 1DC0..1DE6;CM
924 2DC0..2DC6;AL
1047 4DC0..4DFF;AL
SentenceBreakProperty.txt 267 1DC0..1DE6 ; Extend
    [all...]
DerivedCoreProperties.txt 470 0DC0..0DC6 ; Alphabetic
718 2DC0..2DC6 ; Alphabetic
    [all...]
Scripts.txt 384 4DC0..4DFF ; Common
1073 0DC0..0DC6 ; Sinhala
1269 2DC0..2DC6 ; Ethiopic
1450 1DC0..1DE6 ; Inherited
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
ftautoh.h 145 * U+1DC0 - U+1DFF // Combining Diacritical Marks Supplement
187 * U+4DC0 - U+4DFF // Yijing Hexagram Symbols
ttnameid.h     [all...]
  /external/freetype/include/
ftautoh.h 149 * U+1DC0 - U+1DFF // Combining Diacritical Marks Supplement
191 * U+4DC0 - U+4DFF // Yijing Hexagram Symbols
ttnameid.h     [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftautoh.h 149 * U+1DC0 - U+1DFF // Combining Diacritical Marks Supplement
191 * U+4DC0 - U+4DFF // Yijing Hexagram Symbols
ttnameid.h     [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftautoh.h 149 * U+1DC0 - U+1DFF // Combining Diacritical Marks Supplement
191 * U+4DC0 - U+4DFF // Yijing Hexagram Symbols
ttnameid.h     [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
Sinhala.java 112 // U+0DC0: "?" SINHALA LETTER VAYANNA
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_uuid.py 93 ('7d444840-9dc0-11d1-b245-5ffdce74fad2',
94 '{7d444840-9dc0-11d1-b245-5ffdce74fad2}',
100 'urn:uuid:7d444840-9dc0-11d1-b245-5ffdce74fad2',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_uuid.py 93 ('7d444840-9dc0-11d1-b245-5ffdce74fad2',
94 '{7d444840-9dc0-11d1-b245-5ffdce74fad2}',
100 'urn:uuid:7d444840-9dc0-11d1-b245-5ffdce74fad2',
  /external/chromium_org/third_party/libwebp/dec/
vp8.c 481 const int dc0 = (dc[0] + 3) >> 3; local
482 for (i = 0; i < 16 * 16; i += 16) dst[i] = dc0;
  /external/webp/src/dec/
vp8.c 481 const int dc0 = (dc[0] + 3) >> 3; local
482 for (i = 0; i < 16 * 16; i += 16) dst[i] = dc0;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Character.cpp 113 // U+1DC0 through U+1DFF Comining diacritical mark supplement
  /external/icu/icu4c/source/data/unidata/
DerivedCoreProperties.txt 509 0DC0..0DC6 ; Alphabetic
765 2DC0..2DC6 ; Alphabetic
    [all...]

Completed in 3127 milliseconds

1 2 3