/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/man/man1/ |
arm-eabi-nm.1 | 159 local; if uppercase, the symbol is global (external). 262 systems, uppercase indicates that a default value has been specified. 276 error. On some systems, uppercase indicates that a default value has been
|
/prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/share/man/man1/ |
arm-linux-androideabi-nm.1 | 168 local; if uppercase, the symbol is global (external). 279 systems, uppercase indicates that a default value has been specified. 293 error. On some systems, uppercase indicates that a default value has been
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man1/ |
arm-eabi-nm.1 | 159 local; if uppercase, the symbol is global (external). 262 systems, uppercase indicates that a default value has been specified. 276 error. On some systems, uppercase indicates that a default value has been
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man1/ |
arm-eabi-nm.1 | 159 local; if uppercase, the symbol is global (external). 262 systems, uppercase indicates that a default value has been specified. 276 error. On some systems, uppercase indicates that a default value has been
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/man/man1/ |
arm-eabi-nm.1 | 159 local; if uppercase, the symbol is global (external). 262 systems, uppercase indicates that a default value has been specified. 276 error. On some systems, uppercase indicates that a default value has been
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/share/man/man1/ |
arm-linux-androideabi-nm.1 | 168 local; if uppercase, the symbol is global (external). 279 systems, uppercase indicates that a default value has been specified. 293 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 | 290 // The request method, as an uppercase string. "GET" is the default value. 292 // should only be assigned an uppercase value. 633 std::string method_; // "GET", "POST", etc. Should be all uppercase.
|
/frameworks/base/core/java/com/android/internal/widget/ |
LockPatternUtils.java | 627 int uppercase = 0; local 636 uppercase++; 649 .length(), letters, uppercase, lowercase, numbers, symbols, nonletter); local [all...] |
/docs/source.android.com/src/source/ |
using-repo.md | 186 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/icu4c/test/intltest/ |
ucdtest.cpp | 102 "Uppercase",
|
/external/libvpx/examples/includes/geshi/geshi/ |
css.php | 130 'upper-roman', 'uppercase', 'url', 'visible', 'w-resize', 'wait',
|
lotusformulas.php | 204 '@URLEncode', '@URLDecode', '@UpperCase', '@UpdateFormulaContext',
|