HomeSort by relevance Sort by last modified time
    Searched full:uppercase (Results 26 - 50 of 807) sorted by null

12 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m32r/
uppercase.d 3 #name: uppercase
  /frameworks/base/core/java/com/android/internal/util/
HexDump.java 105 public static String toHexString(byte[] array, boolean upperCase)
107 return toHexString(array, 0, array.length, upperCase);
115 public static String toHexString(byte[] array, int offset, int length, boolean upperCase)
117 char[] digits = upperCase ? HEX_DIGITS : HEX_LOWER_CASE_DIGITS;
177 public static StringBuilder appendByteAsHex(StringBuilder sb, byte b, boolean upperCase) {
178 char[] digits = upperCase ? HEX_DIGITS : HEX_LOWER_CASE_DIGITS;
  /external/icu/icu4c/source/test/intltest/
punyref.h 73 /* the corresponding Unicode character be forced to uppercase */
77 /* to uppercase or lowercase according to the corresponding */
78 /* uppercase flags. If case_flags is a null pointer then ASCII */
80 /* treated as if their uppercase flags were zero. The return */
102 /* the corresponding Unicode character be forced to uppercase */
  /external/fonttools/Windows/
fonttools-win-setup.iss 150 if (uppercase(Dirs.Strings[i]) = uppercase(DirName)) then
159 if (((Method and pmRemoveSubdirsAlso) > 0) and (pos(uppercase(DirName)+'\', uppercase(Dirs.Strings[i])) = 1)) or
160 (((Method and (pmRemove) or (pmRemoveSubdirsAlso)) > 0) and (uppercase(DirName) = uppercase(Dirs.Strings[i])))
226 if (Pos('PATH=', uppercase(ActualLine))=1) or (Pos('SETPATH=', uppercase(ActualLine))=1) then
231 if (pos('%PATH%',uppercase(ActualLine))>0) and (PathLineNos.Count=0) then
233 if (pos('%PATH%',uppercase(ActualLine))>0) the
    [all...]
  /external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/
fmtflags.pass.cpp 28 // static const fmtflags uppercase;
52 assert(std::ios_base::uppercase);
70 & std::ios_base::uppercase) == 0
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/
fmtflags.pass.cpp 28 // static const fmtflags uppercase;
52 assert(std::ios_base::uppercase);
70 & std::ios_base::uppercase) == 0
  /system/bt/bta/include/
utl.h 80 ** Description This utility function compares two strings in uppercase.
81 ** String p_s must be uppercase. String p_t is converted to
82 ** uppercase if lowercase. If p_s ends first, the substring
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wctype.h 74 __ISwupper = 0, /* UPPERCASE. */
87 _ISwupper = _ISwbit (__ISwupper), /* UPPERCASE. */
149 /* Test for any wide character that corresponds to an uppercase letter
194 /* Converts an uppercase letter to the corresponding lowercase letter. */
197 /* Converts an lowercase letter to the corresponding uppercase letter. */
268 /* Test for any wide character that corresponds to an uppercase letter
298 /* Converts an uppercase letter to the corresponding lowercase letter. */
301 /* Converts an lowercase letter to the corresponding uppercase letter. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
wctype.h 74 __ISwupper = 0, /* UPPERCASE. */
87 _ISwupper = _ISwbit (__ISwupper), /* UPPERCASE. */
149 /* Test for any wide character that corresponds to an uppercase letter
194 /* Converts an uppercase letter to the corresponding lowercase letter. */
197 /* Converts an lowercase letter to the corresponding uppercase letter. */
268 /* Test for any wide character that corresponds to an uppercase letter
298 /* Converts an uppercase letter to the corresponding lowercase letter. */
301 /* Converts an lowercase letter to the corresponding uppercase letter. */
  /prebuilts/go/darwin-x86/src/go/doc/
synopsis.go 14 // not preceded by exactly one uppercase letter.
63 // not preceded by exactly one uppercase letter. The result string
  /prebuilts/go/linux-x86/src/go/doc/
synopsis.go 14 // not preceded by exactly one uppercase letter.
63 // not preceded by exactly one uppercase letter. The result string
  /external/protobuf/src/google/protobuf/
extension_set.cc 252 #define PRIMITIVE_ACCESSORS(UPPERCASE, LOWERCASE, CAMELCASE) \
260 GOOGLE_DCHECK_TYPE(iter->second, OPTIONAL, UPPERCASE); \
271 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_##UPPERCASE); \
274 GOOGLE_DCHECK_TYPE(*extension, OPTIONAL, UPPERCASE); \
283 GOOGLE_DCHECK_TYPE(iter->second, REPEATED, UPPERCASE); \
291 GOOGLE_DCHECK_TYPE(iter->second, REPEATED, UPPERCASE); \
301 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_##UPPERCASE); \
306 GOOGLE_DCHECK_TYPE(*extension, REPEATED, UPPERCASE); \
785 #define HANDLE_TYPE(UPPERCASE, LOWERCASE, REPEATED_TYPE) \
786 case WireFormatLite::CPPTYPE_##UPPERCASE:
    [all...]
  /external/freetype/src/autofit/
afwrtsys.h 41 /* name in lowercase and uppercase, respectively. */
  /external/iptables/extensions/
libxt_sctp.man 20 (lowercase means flag should be "off", uppercase means "on")
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afwrtsys.h 41 /* name in lowercase and uppercase, respectively. */
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
FormattableFlagsTest.java 24 assertEquals(2, FormattableFlags.UPPERCASE);
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialMap.java 39 * Converts uppercase characters to lower case ones, and on a best effort basis, strips accents
  /prebuilts/go/darwin-x86/src/unicode/
letter.go 72 UpperCase = iota
223 // an UpperCase letter, the real deltas always look like:
224 // {0, 1, 0} UpperCase (Lower is next)
230 // The constants UpperCase and TitleCase are even while LowerCase
245 // To maps the rune to the specified case: UpperCase, LowerCase, or TitleCase.
258 return To(UpperCase, r)
285 r1 := to(UpperCase, r, []CaseRange(special))
  /prebuilts/go/linux-x86/src/unicode/
letter.go 72 UpperCase = iota
223 // an UpperCase letter, the real deltas always look like:
224 // {0, 1, 0} UpperCase (Lower is next)
230 // The constants UpperCase and TitleCase are even while LowerCase
245 // To maps the rune to the specified case: UpperCase, LowerCase, or TitleCase.
258 return To(UpperCase, r)
285 r1 := to(UpperCase, r, []CaseRange(special))
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
InterceptorTest.java 228 .method("POST", uppercase(originalRequest.body()))
266 .body(uppercase(originalResponse.body()))
528 private RequestBody uppercase(final RequestBody original) { method in class:InterceptorTest
539 Sink uppercase = uppercase(sink); local
540 BufferedSink bufferedSink = Okio.buffer(uppercase);
547 private Sink uppercase(final BufferedSink original) {
555 static ResponseBody uppercase(ResponseBody original) throws IOException {
557 Okio.buffer(uppercase(original.source())));
560 private static Source uppercase(final Source original)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/
layer1.py 110 (hyphen). Uppercase letters and underscores are not
135 (hyphen). Uppercase letters and underscores are not
232 (hyphen). Uppercase letters and underscores are not
306 (hyphen). Uppercase letters and underscores are not
328 (hyphen). Uppercase letters and underscores are not
335 0-9, and _ (underscore). Uppercase letters and hyphens are
360 (hyphen). Uppercase letters and underscores are not
386 (hyphen). Uppercase letters and underscores are not
430 (hyphen). Uppercase letters and underscores are not
460 (hyphen). Uppercase letters and underscores are no
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/io/super/com/google/common/io/
BaseEncodingTest.java 107 base64().upperCase();
190 assertSame(base32(), base32().upperCase());
226 assertSame(base32Hex(), base32Hex().upperCase());
240 assertSame(base16(), base16().upperCase());
246 testEncodingWithSeparators(encoding.upperCase(), decoded, Ascii.toUpperCase(encoded));
  /external/jemalloc/src/
util.c 34 static char *u2s(uintmax_t x, unsigned base, bool uppercase, char *s,
41 static char *x2s(uintmax_t x, bool alt_form, bool uppercase, char *s,
223 u2s(uintmax_t x, unsigned base, bool uppercase, char *s, size_t *slen_p)
238 const char *digits = (uppercase)
249 const char *digits = (uppercase)
305 x2s(uintmax_t x, bool alt_form, bool uppercase, char *s, size_t *slen_p)
308 s = u2s(x, 16, uppercase, s, slen_p);
312 memcpy(s, uppercase ? "0X" : "0x", 2);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
stringold.py 14 uppercase -- a string containing all characters considered uppercase letters
28 uppercase = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' variable
29 letters = lowercase + uppercase
58 Return a copy of the string s converted to uppercase.
425 # It also defines values for whitespace, lowercase and uppercase
429 from strop import maketrans, lowercase, uppercase, whitespace
430 letters = lowercase + uppercase
  /prebuilts/gdb/linux-x86/lib/python2.7/
stringold.py 14 uppercase -- a string containing all characters considered uppercase letters
28 uppercase = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' variable
29 letters = lowercase + uppercase
58 Return a copy of the string s converted to uppercase.
425 # It also defines values for whitespace, lowercase and uppercase
429 from strop import maketrans, lowercase, uppercase, whitespace
430 letters = lowercase + uppercase

Completed in 665 milliseconds

12 3 4 5 6 7 8 91011>>