Searched refs:uppercase (Results 1 – 10 of 10) sorted by relevance
/frameworks/minikin/tools/ |
D | mk_hyb_file.py | 450 uppercase = [ch for ch in chs if not ch.islower()] 453 assert 0 <= len(uppercase) <= 1, 'expected 0 or 1 uppercase character' 455 result.append(''.join(lowercase + uppercase))
|
/frameworks/av/media/mtp/ |
D | MtpProperty.cpp | 419 s << std::hex << std::setfill('0') << std::uppercase << i; in print() 425 s << std::hex << std::setfill('0') << std::uppercase << i; in print()
|
/frameworks/base/core/tests/coretests/src/android/text/ |
D | TextUtilsTest.java | 734 final CharSequence uppercase = TextUtils.toUpperCase(greek, source, true /* copySpans */); in testToUpperCase_SpansArePreserved() local 735 assertEquals(SpannableStringBuilder.class, uppercase.getClass()); in testToUpperCase_SpansArePreserved() 736 final Spanned result = (Spanned) uppercase; in testToUpperCase_SpansArePreserved()
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 1379 # on a line, have an all uppercase name, and do not end with a semicolon. Such
|
/frameworks/native/docs/ |
D | Doxyfile | 1636 # that are alone on a line, have an all uppercase name, and do not end with a
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 1960 # all uppercase name, and do not end with a semicolon. Such function macros are
|
D | Doxyfile.orig | 1951 # all uppercase name, and do not end with a semicolon. Such function macros are
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 2074 # an all uppercase name, and do not end with a semicolon. Such function macros
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile | 2115 # an all uppercase name, and do not end with a semicolon. Such function macros
|
D | Doxyfile.orig | 2115 # an all uppercase name, and do not end with a semicolon. Such function macros
|