Searched
full:uppercase (Results
426 -
450 of
782) sorted by null
<<11121314151617181920>>
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
MathContext.java | 537 * the value of the form setting as an uppercase word
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
TestUScript.java | 528 // So far, sample characters are uppercase.
|
/external/libchrome/base/strings/ |
string_util.h | 114 // Converts the given string to it's ASCII-uppercase equivalent.
|
/external/libpng/ |
INSTALL | 217 string beginning with a letter and containing only uppercase
|
/external/libxml2/doc/ |
encoding.html | 215 (register it uppercase, this will help). The description of the encoders,
|
/external/libxml2/os400/dlfcn/ |
dlfcn.c | 608 *** uppercase. Only the first 10 characters are significant.
|
/external/llvm/include/llvm/ADT/ |
APFloat.h | 393 bool upperCase, roundingMode) const;
|
StringRef.h | 401 /// Convert the given ASCII string to uppercase.
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
URLParser.java | 420 // JvB: allow 'A'..'F', should be uppercase
|
/external/pdfium/third_party/freetype/src/cff/ |
cffobjs.c | 418 /* ASCII uppercase letters */ [all...] |
/external/pdfium/xfa/src/fdp/src/css/ |
fde_cssdatatable.cpp | 507 {FDE_CSSPROPERTYVALUE_Uppercase, L"uppercase", 0xDAD595A8},
[all...] |
/external/v8/tools/ |
gen-postmortem-metadata.py | 365 # except that a "JS" prefix remains uppercase (as in
|
/external/zopfli/src/zopflipng/lodepng/ |
lodepng.h | 687 First byte: uppercase = critical, lowercase = ancillary 688 Second byte: uppercase = public, lowercase = private 689 Third byte: must be uppercase 690 Fourth byte: uppercase = unsafe to copy, lowercase = safe to copy [all...] |
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
CameraCapabilities.java | 331 * Converts the string to underscore-delimited uppercase to match the enum constant names.
|
/frameworks/rs/cpu_ref/ |
rsCpuExecutable.cpp | 181 // uppercase
|
/libcore/luni/src/main/java/org/w3c/dom/ |
Element.java | 43 * uppercase form, regardless of the case in the source HTML document.
|
/ndk/build/tools/ |
ndk-common.sh | 215 # convert to uppercase
|
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/ |
StringUtils.java | 322 // If the first char is not uppercase, then the word is either all lower case or
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
DictionaryInfoUtils.java | 126 if (codePoint >= 0x41 && codePoint <= 0x5A) return true; // Uppercase
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
os.py | 411 elif name in ('os2', 'nt'): # Where Env Var Names Must Be UPPERCASE
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_unicode.py | 304 # non-BMP, uppercase 321 # non-BMP, uppercase 338 # non-BMP, uppercase + lowercase 438 # uppercase as 'X X' [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
os.py | 411 elif name in ('os2', 'nt'): # Where Env Var Names Must Be UPPERCASE
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_unicode.py | 304 # non-BMP, uppercase 321 # non-BMP, uppercase 338 # non-BMP, uppercase + lowercase 438 # uppercase as 'X X' [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
os.py | 411 elif name in ('os2', 'nt'): # Where Env Var Names Must Be UPPERCASE
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_unicode.py | 304 # non-BMP, uppercase 321 # non-BMP, uppercase 338 # non-BMP, uppercase + lowercase 438 # uppercase as 'X X' [all...] |
Completed in 1046 milliseconds
<<11121314151617181920>>