HomeSort by relevance Sort by last modified time
    Searched defs:uppercase (Results 1 - 25 of 44) sorted by null

1 2

  /art/build/
Android.common_utils.mk 21 # Convert a string into an uppercase string.
23 # $(1): a string which should be made uppercase
24 art-string-to-uppercase = $(shell echo $(1) | tr '[:lower:]' '[:upper:]')
  /external/icu/icu4c/source/samples/case/
case.cpp 46 /* uppercase = "LATIN CAPITAL I WITH DOT ABOVE STANBUL" */
47 UChar uppercase[] = {0x0130, 0x53, 0x54, 0x41, 0x4e, 0x42, 0x55, 0x4C, 0}; local
49 UnicodeString upper(uppercase);
61 u_fprintf(out, "\n\nlowercase=%S, uppercase=%S\n", lowercase, uppercase);
72 uppercase */
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
ios_base.pass.cpp 57 assert(!(os.flags() & std::ios_base::uppercase));
58 os << std::uppercase; member in class:std
59 assert( (os.flags() & std::ios_base::uppercase));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
ios_base.pass.cpp 57 assert(!(os.flags() & std::ios_base::uppercase));
58 os << std::uppercase; member in class:std
59 assert( (os.flags() & std::ios_base::uppercase));
  /external/parameter-framework/parameter/
BitParameterType.cpp 142 strStream << "0x0, " << "0x" << std::hex << std::uppercase; member in class:std
170 strStream << "0x" << std::hex << std::uppercase; member in class:std
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
InterceptorTest.java 229 .method("POST", uppercase(originalRequest.body()))
267 .body(uppercase(originalResponse.body()))
529 private RequestBody uppercase(final RequestBody original) { method in class:InterceptorTest
540 Sink uppercase = uppercase(sink); local
541 BufferedSink bufferedSink = Okio.buffer(uppercase);
548 private Sink uppercase(final BufferedSink original) {
556 static ResponseBody uppercase(ResponseBody original) throws IOException {
558 Okio.buffer(uppercase(original.source())));
561 private static Source uppercase(final Source original)
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
ios.cpp 60 const ios_base::fmtflags ios_base::uppercase; member in class:ios_base
  /prebuilts/python/darwin-x86/2.7.5/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 namespace
430 letters = lowercase + uppercase
string.py 12 uppercase -- a string containing all characters considered uppercase letters
25 uppercase = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' variable
26 letters = lowercase + uppercase
28 ascii_uppercase = uppercase
232 Return a copy of the string s converted to uppercase.
524 # It also defines values for whitespace, lowercase and uppercase
528 from strop import maketrans, lowercase, uppercase, whitespace namespace
529 letters = lowercase + uppercase
  /prebuilts/python/linux-x86/2.7.5/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 namespace
430 letters = lowercase + uppercase
string.py 12 uppercase -- a string containing all characters considered uppercase letters
25 uppercase = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' variable
26 letters = lowercase + uppercase
28 ascii_uppercase = uppercase
232 Return a copy of the string s converted to uppercase.
524 # It also defines values for whitespace, lowercase and uppercase
528 from strop import maketrans, lowercase, uppercase, whitespace namespace
529 letters = lowercase + uppercase
  /external/libcxx/src/
ios.cpp 107 const ios_base::fmtflags ios_base::uppercase; member in class:ios_base
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
ios.cpp 106 const ios_base::fmtflags ios_base::uppercase; member in class:ios_base
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 83 _STLP_STATIC_CONSTANT(int, uppercase = 0x4000);
299 inline ios_base& _STLP_CALL uppercase(ios_base& __s) function
300 { __s.setf(ios_base::uppercase); return __s;}
303 { __s.unsetf(ios_base::uppercase); return __s;}
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 81 _STLP_STATIC_CONSTANT(int, uppercase = 0x4000);
297 inline ios_base& _STLP_CALL uppercase(ios_base& __s) function
298 { __s.setf(ios_base::uppercase); return __s;}
301 { __s.unsetf(ios_base::uppercase); return __s;}
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 81 _STLP_STATIC_CONSTANT(int, uppercase = 0x4000);
297 inline ios_base& _STLP_CALL uppercase(ios_base& __s) function
298 { __s.setf(ios_base::uppercase); return __s;}
301 { __s.unsetf(ios_base::uppercase); return __s;}
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 81 _STLP_STATIC_CONSTANT(int, uppercase = 0x4000);
297 inline ios_base& _STLP_CALL uppercase(ios_base& __s) function
298 { __s.setf(ios_base::uppercase); return __s;}
301 { __s.unsetf(ios_base::uppercase); return __s;}
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 83 _STLP_STATIC_CONSTANT(int, uppercase = 0x4000);
299 inline ios_base& _STLP_CALL uppercase(ios_base& __s) function
300 { __s.setf(ios_base::uppercase); return __s;}
303 { __s.unsetf(ios_base::uppercase); return __s;}
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ios_base.h 83 _STLP_STATIC_CONSTANT(int, uppercase = 0x4000);
299 inline ios_base& _STLP_CALL uppercase(ios_base& __s) function
300 { __s.setf(ios_base::uppercase); return __s;}
303 { __s.unsetf(ios_base::uppercase); return __s;}
  /external/libvncserver/x11vnc/
util.c 57 void uppercase(char *str);
144 void uppercase(char *str) { function
  /packages/apps/Settings/src/com/android/settings/
ChooseLockPassword.java 400 int uppercase = 0; local
413 uppercase++;
448 } else if (uppercase < mPasswordMinUpperCase) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
ios_base.h 250 * - uppercase
305 /// Replaces certain lowercase letters with their uppercase equivalents
307 static const fmtflags uppercase = _S_uppercase; member in class:ios_base
873 /// Calls base.setf(ios_base::uppercase).
875 uppercase(ios_base& __base) function
877 __base.setf(ios_base::uppercase);
881 /// Calls base.unsetf(ios_base::uppercase).
885 __base.unsetf(ios_base::uppercase);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
ios_base.h 250 * - uppercase
305 /// Replaces certain lowercase letters with their uppercase equivalents
307 static const fmtflags uppercase = _S_uppercase; member in class:ios_base
873 /// Calls base.setf(ios_base::uppercase).
875 uppercase(ios_base& __base) function
877 __base.setf(ios_base::uppercase);
881 /// Calls base.unsetf(ios_base::uppercase).
885 __base.unsetf(ios_base::uppercase);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ios_base.h 250 * - uppercase
305 /// Replaces certain lowercase letters with their uppercase equivalents
307 static const fmtflags uppercase = _S_uppercase; member in class:ios_base
873 /// Calls base.setf(ios_base::uppercase).
875 uppercase(ios_base& __base) function
877 __base.setf(ios_base::uppercase);
881 /// Calls base.unsetf(ios_base::uppercase).
885 __base.unsetf(ios_base::uppercase);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 258 * - uppercase
313 /// Replaces certain lowercase letters with their uppercase equivalents
315 static const fmtflags uppercase = _S_uppercase; member in class:ios_base
877 /// Calls base.setf(ios_base::uppercase).
879 uppercase(ios_base& __base) function
881 __base.setf(ios_base::uppercase);
885 /// Calls base.unsetf(ios_base::uppercase).
889 __base.unsetf(ios_base::uppercase);

Completed in 1336 milliseconds

1 2