|
|
@ -1,5 +1,5 @@ |
|
|
|
/* |
|
|
|
/* |
|
|
|
* Copyright (C) 2009, Google Inc. |
|
|
|
* Copyright (C) 2009-2010, Google Inc. |
|
|
|
* and other copyright owners as documented in the project's IP log. |
|
|
|
* and other copyright owners as documented in the project's IP log. |
|
|
|
* |
|
|
|
* |
|
|
|
* This program and the accompanying materials are made available |
|
|
|
* This program and the accompanying materials are made available |
|
|
@ -61,7 +61,7 @@ public final class StringUtils { |
|
|
|
* This method does not honor the JVM locale, but instead always behaves as |
|
|
|
* This method does not honor the JVM locale, but instead always behaves as |
|
|
|
* though it is in the US-ASCII locale. Only characters in the range 'A' |
|
|
|
* though it is in the US-ASCII locale. Only characters in the range 'A' |
|
|
|
* through 'Z' are converted. All other characters are left as-is, even if |
|
|
|
* through 'Z' are converted. All other characters are left as-is, even if |
|
|
|
* they otherwise would have a lowercase character equivilant. |
|
|
|
* they otherwise would have a lowercase character equivalent. |
|
|
|
* |
|
|
|
* |
|
|
|
* @param c |
|
|
|
* @param c |
|
|
|
* the input character. |
|
|
|
* the input character. |
|
|
@ -77,7 +77,7 @@ public final class StringUtils { |
|
|
|
* This method does not honor the JVM locale, but instead always behaves as |
|
|
|
* This method does not honor the JVM locale, but instead always behaves as |
|
|
|
* though it is in the US-ASCII locale. Only characters in the range 'A' |
|
|
|
* though it is in the US-ASCII locale. Only characters in the range 'A' |
|
|
|
* through 'Z' are converted, all other characters are left as-is, even if |
|
|
|
* through 'Z' are converted, all other characters are left as-is, even if |
|
|
|
* they otherwise would have a lowercase character equivilant. |
|
|
|
* they otherwise would have a lowercase character equivalent. |
|
|
|
* |
|
|
|
* |
|
|
|
* @param in |
|
|
|
* @param in |
|
|
|
* the input string. Must not be null. |
|
|
|
* the input string. Must not be null. |
|
|
|