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

1 2

  /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 134 if (getCharWidth() < getIntWidth())
170 case UnsignedChar: return getCharWidth();
184 if (getCharWidth() == BitWidth)
199 if (getCharWidth() >= BitWidth)
  /external/clang/include/clang/Basic/
TargetInfo.h 292 unsigned getCharWidth() const { return 8; } // FIXME
399 (AtomicSizeInBits <= getCharWidth() ||
400 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 193 Layout.getFieldOffset(idx) / Context.getCharWidth();
265 FieldNode, Layout.getFieldOffset(idx) / Context.getCharWidth()));
CGExprConstant.cpp 160 const uint64_t CharWidth = Context.getCharWidth();
    [all...]
CGObjCMac.cpp     [all...]
CGObjCGNU.cpp     [all...]
CGAtomic.cpp 81 C.toCharUnitsFromBits(Offset + OrigBFI.Size + C.getCharWidth() - 1)
    [all...]
CGClass.cpp     [all...]
CodeGenModule.cpp 873 unsigned alignment = D->getMaxAlignment() / Context.getCharWidth();
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 223 Twine(BitWidth / TI.getCharWidth()));
646 assert(TI.getCharWidth() == 8 && "Only support 8-bit char so far");
724 Twine(TI.getSuitableAlign() / TI.getCharWidth()) );
738 if (TI.getShortWidth() > TI.getCharWidth())
754 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 300 NumBits = TI.getCharWidth();
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutLineBreakingTest.java 72 float width = getCharWidth(chars[index + i]);
82 private static float getCharWidth(char c) {
  /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 502 assert(FieldOffset % getASTContext().getCharWidth() == 0 &&
504 FieldOffset /= getASTContext().getCharWidth();
    [all...]
ASTContext.cpp     [all...]
Expr.cpp 818 CharByteWidth = target.getCharWidth();
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp     [all...]
RegionStore.cpp 817 Length = ExtentInt.getLimitedValue() * SVB.getContext().getCharWidth();
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExprCXX.cpp     [all...]

Completed in 304 milliseconds

1 2