HomeSort by relevance Sort by last modified time
    Searched refs:u8d (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
YAMLParser.cpp 784 UTF8Decoded u8d = decodeUTF8(Position); local
785 if ( u8d.second != 0
786 && u8d.first != 0xFEFF
787 && ( u8d.first == 0x85
788 || ( u8d.first >= 0xA0
789 && u8d.first <= 0xD7FF)
790 || ( u8d.first >= 0xE000
791 && u8d.first <= 0xFFFD)
792 || ( u8d.first >= 0x10000
793 && u8d.first <= 0x10FFFF))
    [all...]
  /external/libpng/contrib/libtests/
pngstest.c 120 u8d(double d) function
158 return u8d(255 * sRGB_from_linear(linear));
    [all...]

Completed in 140 milliseconds