OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:styleCount
(Results
1 - 10
of
10
) 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
350
header->
styleCount
= htodl(STYLES);
/frameworks/base/libs/utils/
ResourceTypes.cpp
274
h->
styleCount
= dtohl(mHeader->
styleCount
);
316
if (mHeader->
styleCount
== 0) {
363
if (mHeader->
styleCount
> 0) {
390
for (i=0; i<mHeader->
styleCount
; i++) {
535
if (mError == NO_ERROR && idx < mHeader->
styleCount
) {
[
all
...]
/frameworks/base/include/utils/
ResourceTypes.h
377
* If
styleCount
is not zero, then immediately following the array of
392
uint32_t
styleCount
;
[
all
...]
/prebuilt/darwin-x86/swt/
swt.jar
/prebuilt/darwin-x86_64/swt/
swt.jar
/prebuilt/linux-x86/swt/
swt.jar
/prebuilt/linux-x86_64/swt/
swt.jar
/prebuilt/windows/swt/
swt.jar
/prebuilt/windows-x86_64/swt/
swt.jar
Completed in 76 milliseconds