OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unitCount
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java
500
int
unitCount
= (minorLength + mSlotGap) / (minorUnitSize + mSlotGap);
501
if (
unitCount
== 0)
unitCount
= 1;
502
mUnitCount =
unitCount
;
/external/icu4c/common/
unistr.cpp
164
int32_t
unitCount
= UTF_CHAR_LENGTH(c), length = count *
unitCount
;
173
if(
unitCount
== 1) {
183
// now it must be i==
unitCount
186
// for Unicode,
unitCount
can only be 1, 2, 3, or 4
190
while(unitIdx <
unitCount
) {
[
all
...]
Completed in 35 milliseconds