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 839 UTF8Decoded u8d = decodeUTF8(Position); local
840 if ( u8d.second != 0
841 && u8d.first != 0xFEFF
842 && ( u8d.first == 0x85
843 || ( u8d.first >= 0xA0
844 && u8d.first <= 0xD7FF)
845 || ( u8d.first >= 0xE000
846 && u8d.first <= 0xFFFD)
847 || ( u8d.first >= 0x10000
848 && u8d.first <= 0x10FFFF))
    [all...]
  /external/libpng/contrib/libtests/
pngstest.c 137 u8d(double d) function
175 return u8d(255 * sRGB_from_linear(linear));
    [all...]

Completed in 652 milliseconds