OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:workLimit
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/jni/android/graphics/
TextLayout.cpp
184
const jchar*
workLimit
= workText + len;
187
while (workText <
workLimit
&& *workText == ' ') {
192
while (
workLimit
> workText && *(
workLimit
- 1) == ' ') {
193
--
workLimit
;
197
*outBytes = (
workLimit
- workText) << 1;
/prebuilt/common/commons-compress/
commons-compress-1.0.jar
/prebuilt/common/ant/
ant.jar
Completed in 130 milliseconds