HomeSort by relevance Sort by last modified time
    Searched full:char16type (Results 1 - 3 of 3) sorted by null

  /external/opencv3/samples/winrt/ImageManipulations/common/
suspensionmanager.cpp 303 SingleType, DoubleType, BooleanType, Char16Type, GuidType, StringType,
364 writer->WriteByte(Char16Type);
467 case Char16Type:
  /external/clang/include/clang/Basic/
TargetInfo.h 181 WIntType, Char16Type, Char32Type, Int64Type, SigAtomicType,
228 IntType getChar16Type() const { return Char16Type; }
344 unsigned getChar16Width() const { return getTypeWidth(Char16Type); }
345 unsigned getChar16Align() const { return getTypeAlign(Char16Type); }
    [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 61 Char16Type = UnsignedShort;

Completed in 3396 milliseconds