HomeSort by relevance Sort by last modified time
    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