HomeSort by relevance Sort by last modified time
    Searched refs:getCharWidth (Results 1 - 25 of 44) 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 130 if (getCharWidth() < getIntWidth())
166 case UnsignedChar: return getCharWidth();
180 if (getCharWidth() == BitWidth)
195 if (getCharWidth() >= BitWidth)
  /external/clang/include/clang/Basic/
TargetInfo.h 284 unsigned getCharWidth() const { return 8; } // FIXME
379 (AtomicSizeInBits <= getCharWidth() ||
380 llvm::isPowerOf2_64(AtomicSizeInBits / getCharWidth()));
  /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 194 Layout.getFieldOffset(idx) / Context.getCharWidth();
266 FieldNode, Layout.getFieldOffset(idx) / Context.getCharWidth()));
CGObjCMac.cpp     [all...]
CGExprConstant.cpp 153 const uint64_t CharWidth = Context.getCharWidth();
    [all...]
CGObjCGNU.cpp     [all...]
CGAtomic.cpp 81 C.toCharUnitsFromBits(Offset + OrigBFI.Size + C.getCharWidth() - 1)
    [all...]
CGClass.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 221 Twine(BitWidth / TI.getCharWidth()));
634 assert(TI.getCharWidth() == 8 && "Only support 8-bit char so far");
712 Twine(TI.getSuitableAlign() / TI.getCharWidth()) );
726 if (TI.getShortWidth() > TI.getCharWidth())
742 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 306 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 171 : Context(Context), CharWidth(Context.getCharWidth()), Class(Class) {
766 assert(Size % Context.getCharWidth() == 0);
777 assert(DataSize % Context.getCharWidth() == 0);
    [all...]
MicrosoftMangle.cpp 486 assert(FieldOffset % getASTContext().getCharWidth() == 0 &&
488 FieldOffset /= getASTContext().getCharWidth();
    [all...]
ASTContext.cpp     [all...]
Expr.cpp 813 CharByteWidth = target.getCharWidth();
    [all...]
  /external/lldb/source/Expression/
ClangASTSource.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp     [all...]
RegionStore.cpp 833 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 443 milliseconds

1 2