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

  /external/clang/utils/TableGen/
NeonEmitter.cpp 83 /// Narrow - Convert a type code into the next smaller type. short -> char,
85 static char Narrow(const char t) {
95 default: throw "unhandled type in narrow!";
188 type = Narrow(type);
193 type = Narrow(type);
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h 110 DecompositionNarrow = QChar::Narrow,

Completed in 203 milliseconds