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

  /external/icu/icu4c/source/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/include/androidfw/
ResourceTypes.h 402 * If styleCount is not zero, then immediately following the array of
417 uint32_t styleCount;
493 size_t styleCount() const;
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 474 h->styleCount = dtohl(mHeader->styleCount);
518 if (mHeader->styleCount == 0) {
570 if (mHeader->styleCount > 0) {
597 for (i=0; i<mHeader->styleCount; i++) {
824 if (mError == NO_ERROR && idx < mHeader->styleCount) {
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/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/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 96 milliseconds