HomeSort by relevance Sort by last modified time
    Searched refs:lower (Results 126 - 150 of 1149) sorted by null

1 2 3 4 56 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/
is_1.pass.cpp 42 assert(f.is(F::lower, L'a'));
43 assert(!f.is(F::lower, L'A'));
85 assert(f.is(F::lower, L'a'));
86 assert(!f.is(F::lower, L'A'));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
ctype_base.h 61 static const mask lower = _L; member in struct:ctype_base
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
ctype_base.h 61 static const mask lower = _L; member in struct:ctype_base
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
ctype_base.h 61 static const mask lower = _L; member in struct:ctype_base
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
ctype_base.h 61 static const mask lower = _L; member in struct:ctype_base
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/arm64-v8a/include/bits/
ctype_base.h 61 static const mask lower = _L; member in struct:ctype_base
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
ctype_base.h 61 static const mask lower = _L; member in struct:ctype_base
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
ctype_base.h 61 static const mask lower = _L; member in struct:ctype_base
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
ctype_base.h 61 static const mask lower = _L; member in struct:ctype_base
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips64/include/bits/
ctype_base.h 61 static const mask lower = _L; member in struct:ctype_base
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
ctype_base.h 61 static const mask lower = _L; member in struct:ctype_base
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86_64/include/bits/
ctype_base.h 61 static const mask lower = _L; member in struct:ctype_base
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
ctype_base.h 61 static const mask lower = _L; member in struct:ctype_base
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
ctype_base.h 61 static const mask lower = _L; member in struct:ctype_base
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
ctype_base.h 61 static const mask lower = _L; member in struct:ctype_base
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
ctype_base.h 61 static const mask lower = _L; member in struct:ctype_base
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
ctype_base.h 61 static const mask lower = _L; member in struct:ctype_base
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
ctype_base.h 61 static const mask lower = _L; member in struct:ctype_base
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
ctype_base.h 61 static const mask lower = _L; member in struct:ctype_base
  /external/icu/icu4c/source/samples/case/
case.cpp 50 UnicodeString lower(lowercase);
65 string.toLower(Locale("tr", "TR")); /* Turkish lower case map string =
70 string = lower;
ucase.c 26 static const UChar lower[] = {0x61, 0x42, 0x69, 0}; /* lower = "abi" */ local
69 u_fprintf(out, "u_strToUpper(%S, english) -> %S\n", lower, buffer);
  /external/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/
is_1.pass.cpp 38 assert(f.is(F::lower, L'a'));
39 assert(!f.is(F::lower, L'A'));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/
is_1.pass.cpp 38 assert(f.is(F::lower, L'a'));
39 assert(!f.is(F::lower, L'A'));
  /external/eigen/bench/btl/libs/BLAS/
blas_interface_impl.hh 22 BLAS_FUNC(symv)(&lower, &N,&fone,A,&N,B,&intone,&fzero,X,&intone);
26 BLAS_FUNC(syr2)(&lower,&N,&fone,B,&intone,X,&intone,A,&N);
50 // ssyrk_(&lower,&trans,&N,&N,&fone,A,&N,&fzero,X,&N);
54 BLAS_FUNC(syrk)(&lower,&notrans,&N,&N,&fone,A,&N,&fzero,X,&N);
87 BLAS_FUNC(trsv)(&lower, &notrans, &nonunit, &N, L, &N, X, &intone);
92 BLAS_FUNC(trsm)(&right, &lower, &notrans, &nonunit, &N, &N, &fone, L, &N, X, &N);
96 BLAS_FUNC(trmm)(&left, &lower, &notrans,&nonunit, &N,&N,&fone,A,&N,B,&N);
  /external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
is_many.pass.cpp 39 assert(!(m[0] & F::lower));
53 assert(!(m[1] & F::lower));
67 assert(!(m[2] & F::lower));
81 assert(!(m[3] & F::lower));
95 assert( (m[4] & F::lower));
109 assert(!(m[5] & F::lower));

Completed in 387 milliseconds

1 2 3 4 56 7 8 91011>>