/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-nm.1 | 160 local; if uppercase, the symbol is global (external). 271 systems, uppercase indicates that a default value has been specified. 285 error. On some systems, uppercase indicates that a default value has been
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-nm.1 | 160 local; if uppercase, the symbol is global (external). 271 systems, uppercase indicates that a default value has been specified. 285 error. On some systems, uppercase indicates that a default value has been
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-nm.1 | 160 local; if uppercase, the symbol is global (external). 271 systems, uppercase indicates that a default value has been specified. 285 error. On some systems, uppercase indicates that a default value has been
|
/external/icu4c/common/ |
uts46.cpp | 274 // The normalizer (using uts46.nrm) maps uppercase ASCII letters to lowercase 353 destArray[i]=c+0x20; // Lowercase an uppercase ASCII letter. 458 destArray[i]=c+0x20; // Lowercase an uppercase ASCII letter. [all...] |
util.h | 135 * will match their uppercase equivalents as well. A space
|
/external/llvm/lib/Support/ |
APFloat.cpp | [all...] |
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
uchar.h | 271 /** Binary property Uppercase. Same as u_isUUppercase, different from u_isupper. [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
uchar.h | 271 /** Binary property Uppercase. Same as u_isUUppercase, different from u_isupper. [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
uchar.h | 271 /** Binary property Uppercase. Same as u_isUUppercase, different from u_isupper. [all...] |
/external/webkit/Source/WebKit/mac/icu/unicode/ |
uchar.h | 271 /** Binary property Uppercase. Same as u_isUUppercase, different from u_isupper. [all...] |
/external/icu4c/test/iotest/ |
filetst.c | 72 u_fprintf(myFile, "Uppercase unsigned hexadecimal integer %%X: %X\n", *n); 75 u_fprintf(myFile, "Uppercase float %%E: %E\n", myFloat); 77 u_fprintf(myFile, "Uppercase float %%G: %G\n", myFloat); 165 u_fscanf(myFile, "Uppercase unsigned hexadecimal integer %%X: %X\n", newValuePtr); 180 u_fscanf(myFile, "Uppercase float %%E: %lE\n", newDoubleValuePtr); 190 u_fscanf(myFile, "Uppercase float %%G: %lG\n", newDoubleValuePtr); [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
XMLString.java | 602 * @return the String, converted to uppercase. 614 * If no character in this string has a different uppercase version, 630 * @return the string, converted to uppercase.
|
XMLStringDefault.java | 707 * @return the String, converted to uppercase. 722 * If no character in this string has a different uppercase version, 738 * @return the string, converted to uppercase.
|
/external/chromium/net/url_request/ |
url_request.h | 291 // The request method, as an uppercase string. "GET" is the default value. 293 // should only be assigned an uppercase value. 634 std::string method_; // "GET", "POST", etc. Should be all uppercase.
|
/frameworks/base/core/java/com/android/internal/widget/ |
LockPatternUtils.java | 587 int uppercase = 0; local 596 uppercase++; 609 password.length(), letters, uppercase, lowercase, local [all...] |
/docs/source.android.com/src/source/ |
using-repo.md | 196 In the first column, an uppercase letter indicates how the staging area differs from the last committed state.
|
/external/apache-http/src/org/apache/http/message/ |
HeaderValueParser.java | 136 * UPALPHA = <any US-ASCII uppercase letter "A".."Z">
|
/external/chromium/net/tools/dump_cache/ |
url_to_filename_encoder.cc | 269 ((0x41 <= ch) && (ch <= 0x5A)) || // Uppercase [A-Z]
|
/external/icu4c/i18n/ |
ucol_imp.h | [all...] |
/external/libvpx/examples/includes/geshi/geshi/ |
css.php | 130 'upper-roman', 'uppercase', 'url', 'visible', 'w-resize', 'wait',
|
lotusformulas.php | 204 '@URLEncode', '@URLDecode', '@UpperCase', '@UpdateFormulaContext',
|
/external/regex-re2/doc/ |
syntax.html | 138 <tr><td><code><font color=#808080>\ux</font></code></td><td>uppercase <code>x</code> </td></tr> 213 <tr><td><code>Lu</code></td><td>uppercase letter</td></tr> 344 <tr><td><code><font color=#808080>\u</font></code></td><td>uppercase <font size=-2>VIM</font></td></tr> 345 <tr><td><code><font color=#808080>\U</font></code></td><td>not uppercase <font size=-2>VIM</font></td></tr>
|
/external/stlport/src/ |
ios.cpp | 58 const ios_base::fmtflags ios_base::uppercase; member in class:ios_base
|
/external/v8/src/ |
unicode.h | 258 struct Uppercase {
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
date-format-tofte.js | 50 // Uppercase Ante meridiem and Post meridiem
|