OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ch0
(Results
1 - 3
of
3
) sorted by null
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
FilenameUtils.java
500
char
ch0
= filename.charAt(0);
local
501
if (
ch0
== ':') {
505
if (
ch0
== '~') {
508
return (isSeparator(
ch0
) ? 1 : 0);
510
if (
ch0
== '~') {
522
ch0
= Character.toUpperCase(
ch0
);
523
if (
ch0
>= 'A' &&
ch0
<= 'Z') {
531
} else if (isSeparator(
ch0
) && isSeparator(ch1)) {
[
all
...]
/prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar
/prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar
Completed in 140 milliseconds