OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:trimCount
(Results
1 - 4
of
4
) sorted by null
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java
281
int
trimCount
= 0;
282
while (
trimCount
< s.length()) {
283
char ch = s.charAt(
trimCount
);
286
trimCount
++;
292
if (
trimCount
== 0) {
295
return s.substring(
trimCount
);
322
int
trimCount
= 0;
323
while (
trimCount
< s.length()) {
324
char ch = s.charAt(s.length() -
trimCount
- 1);
327
trimCount
++
[
all
...]
/prebuilts/tools/common/m2/repository/com/sun/xml/dtd-parser/dtd-parser/1.1/
dtd-parser-1.1.jar
/frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java
[
all
...]
/external/guice/extensions/struts2/lib/
jsp-2.1.jar
Completed in 206 milliseconds