HomeSort by relevance Sort by last modified time
    Searched refs:getCharWidth (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
TypefaceUtils.java 57 private static float getCharWidth(final char[] referenceChar, final Paint paint) {
92 return getCharWidth(KEY_LABEL_REFERENCE_CHAR, paint);
96 return getCharWidth(KEY_NUMERIC_HINT_LABEL_REFERENCE_CHAR, paint);
  /external/clang/lib/Basic/
TargetInfo.cpp 137 if (getCharWidth() < getIntWidth())
173 case UnsignedChar: return getCharWidth();
187 if (getCharWidth() == BitWidth)
202 if (getCharWidth() >= BitWidth)
  /external/clang/include/clang/Basic/
TargetInfo.h 303 unsigned getCharWidth() const { return 8; } // FIXME
421 (AtomicSizeInBits <= getCharWidth() ||
422 llvm::isPowerOf2_64(AtomicSizeInBits / getCharWidth()));
    [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 69 CGM.getContext().getCharWidth();
76 CGM.getContext().getCharWidth();
120 uint64_t BitOffset = FieldBitOffset % CGF.CGM.getContext().getCharWidth();
CodeGenTBAA.cpp 197 Layout.getFieldOffset(idx) / Context.getCharWidth();
269 FieldNode, Layout.getFieldOffset(idx) / Context.getCharWidth()));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 316 unsigned getCharWidth() const { return 8; } // FIXME
441 (AtomicSizeInBits <= getCharWidth() ||
442 llvm::isPowerOf2_64(AtomicSizeInBits / getCharWidth()));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
TargetInfo.h 316 unsigned getCharWidth() const { return 8; } // FIXME
441 (AtomicSizeInBits <= getCharWidth() ||
442 llvm::isPowerOf2_64(AtomicSizeInBits / getCharWidth()));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
TargetInfo.h 316 unsigned getCharWidth() const { return 8; } // FIXME
441 (AtomicSizeInBits <= getCharWidth() ||
442 llvm::isPowerOf2_64(AtomicSizeInBits / getCharWidth()));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
TargetInfo.h 333 unsigned getCharWidth() const { return 8; } // FIXME
461 (AtomicSizeInBits <= getCharWidth() ||
462 llvm::isPowerOf2_64(AtomicSizeInBits / getCharWidth()));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
TargetInfo.h 333 unsigned getCharWidth() const { return 8; } // FIXME
461 (AtomicSizeInBits <= getCharWidth() ||
462 llvm::isPowerOf2_64(AtomicSizeInBits / getCharWidth()));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
TargetInfo.h 333 unsigned getCharWidth() const { return 8; } // FIXME
461 (AtomicSizeInBits <= getCharWidth() ||
462 llvm::isPowerOf2_64(AtomicSizeInBits / getCharWidth()));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
TargetInfo.h 333 unsigned getCharWidth() const { return 8; } // FIXME
461 (AtomicSizeInBits <= getCharWidth() ||
462 llvm::isPowerOf2_64(AtomicSizeInBits / getCharWidth()));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 316 unsigned getCharWidth() const { return 8; } // FIXME
441 (AtomicSizeInBits <= getCharWidth() ||
442 llvm::isPowerOf2_64(AtomicSizeInBits / getCharWidth()));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
TargetInfo.h 316 unsigned getCharWidth() const { return 8; } // FIXME
441 (AtomicSizeInBits <= getCharWidth() ||
442 llvm::isPowerOf2_64(AtomicSizeInBits / getCharWidth()));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
TargetInfo.h 316 unsigned getCharWidth() const { return 8; } // FIXME
441 (AtomicSizeInBits <= getCharWidth() ||
442 llvm::isPowerOf2_64(AtomicSizeInBits / getCharWidth()));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
TargetInfo.h 333 unsigned getCharWidth() const { return 8; } // FIXME
461 (AtomicSizeInBits <= getCharWidth() ||
462 llvm::isPowerOf2_64(AtomicSizeInBits / getCharWidth()));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
TargetInfo.h 333 unsigned getCharWidth() const { return 8; } // FIXME
461 (AtomicSizeInBits <= getCharWidth() ||
462 llvm::isPowerOf2_64(AtomicSizeInBits / getCharWidth()));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
TargetInfo.h 333 unsigned getCharWidth() const { return 8; } // FIXME
461 (AtomicSizeInBits <= getCharWidth() ||
462 llvm::isPowerOf2_64(AtomicSizeInBits / getCharWidth()));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
TargetInfo.h 333 unsigned getCharWidth() const { return 8; } // FIXME
461 (AtomicSizeInBits <= getCharWidth() ||
462 llvm::isPowerOf2_64(AtomicSizeInBits / getCharWidth()));
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 223 Twine(BitWidth / TI.getCharWidth()));
679 assert(TI.getCharWidth() == 8 && "Only support 8-bit char so far");
757 Twine(TI.getSuitableAlign() / TI.getCharWidth()) );
771 if (TI.getShortWidth() > TI.getCharWidth()
    [all...]
  /external/clang/lib/Lex/
LiteralSupport.cpp 26 static unsigned getCharWidth(tok::TokenKind kind, const TargetInfo &Target) {
33 return Target.getCharWidth();
    [all...]
PPExpressions.cpp 354 NumBits = TI.getCharWidth();
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 170 : Context(Context), CharWidth(Context.getCharWidth()), Class(Class) {
764 assert(Size % Context.getCharWidth() == 0);
775 assert(DataSize % Context.getCharWidth() == 0);
    [all...]
MicrosoftMangle.cpp 538 assert(FieldOffset % getASTContext().getCharWidth() == 0 &&
540 FieldOffset /= getASTContext().getCharWidth();
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]

Completed in 2931 milliseconds

1 2 3 4