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

  /external/icu4c/layoutex/
ParagraphLayout.cpp 39 StyleRuns(const RunArray *styleRunArrays[], le_int32 styleCount);
53 StyleRuns::StyleRuns(const RunArray *styleRunArrays[], le_int32 styleCount)
54 : fStyleCount(styleCount), fRunCount(0), fRunLimits(NULL), fStyleIndices(NULL)
58 le_int32 *currentRun = LE_NEW_ARRAY(le_int32, styleCount);
60 for (int i = 0; i < styleCount; i += 1) {
64 maxRunCount -= styleCount - 1;
67 fStyleIndices = LE_NEW_ARRAY(le_int32, maxRunCount * styleCount);
69 for (style = 0; style < styleCount; style += 1) {
86 for (style = 0; style < styleCount; style += 1) {
93 for (style = 0; style < styleCount; style += 1)
    [all...]
  /frameworks/base/tools/aapt/
StringPool.cpp 51 (ZD_TYPE)N, (ZD_TYPE)pool->styleCount(), (ZD_TYPE)pool->bytes());
531 header->styleCount = htodl(STYLES);
  /frameworks/base/include/androidfw/
ResourceTypes.h 377 * If styleCount is not zero, then immediately following the array of
392 uint32_t styleCount;
467 size_t styleCount() const;
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 353 h->styleCount = dtohl(mHeader->styleCount);
394 if (mHeader->styleCount == 0) {
447 if (mHeader->styleCount > 0) {
474 for (i=0; i<mHeader->styleCount; i++) {
678 if (mError == NO_ERROR && idx < mHeader->styleCount) {
750 size_t ResStringPool::styleCount() const
752 return (mError == NO_ERROR) ? mHeader->styleCount : 0;
    [all...]
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 76 milliseconds