/ndk/sources/android/support/src/musl-locale/ |
tolower_l.c | 5 return tolower(c);
|
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/ |
tolower_1.pass.cpp | 14 // charT tolower(charT) const; 33 assert(f.tolower(' ') == ' '); 34 assert(f.tolower('A') == 'a'); 35 assert(f.tolower('\x07') == '\x07'); 36 assert(f.tolower('.') == '.'); 37 assert(f.tolower('a') == 'a'); 38 assert(f.tolower('1') == '1'); 39 assert(f.tolower('\xDA') == '\xFA'); 40 assert(f.tolower('\xFA') == '\xFA'); 49 assert(f.tolower(' ') == ' ') [all...] |
tolower_many.pass.cpp | 14 // const charT* tolower(charT* low, const charT* high) const; 35 assert(f.tolower(&in[0], in.data() + in.size()) == in.data() + in.size()); 52 assert(f.tolower(&in[0], in.data() + in.size()) == in.data() + in.size()); 69 assert(f.tolower(&in[0], in.data() + in.size()) == in.data() + in.size()); 86 assert(f.tolower(&in[0], in.data() + in.size()) == in.data() + in.size());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/ |
tolower_1.pass.cpp | 14 // charT tolower(charT) const; 32 assert(f.tolower(' ') == ' '); 33 assert(f.tolower('A') == 'a'); 34 assert(f.tolower('\x07') == '\x07'); 35 assert(f.tolower('.') == '.'); 36 assert(f.tolower('a') == 'a'); 37 assert(f.tolower('1') == '1'); 38 assert(f.tolower('\xDA') == '\xFA'); 39 assert(f.tolower('\xFA') == '\xFA'); 48 assert(f.tolower(' ') == ' ') [all...] |
/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.character/ |
tolower.pass.cpp | 12 // template <class charT> charT tolower(charT c, const locale& loc); 20 assert(std::tolower(' ', l) == ' '); 21 assert(std::tolower('<', l) == '<'); 22 assert(std::tolower('\x8', l) == '\x8'); 23 assert(std::tolower('A', l) == 'a'); 24 assert(std::tolower('a', l) == 'a'); 25 assert(std::tolower('z', l) == 'z'); 26 assert(std::tolower('3', l) == '3'); 27 assert(std::tolower('.', l) == '.'); 28 assert(std::tolower('f', l) == 'f') [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.character/ |
tolower.pass.cpp | 12 // template <class charT> charT tolower(charT c, const locale& loc); 20 assert(std::tolower(' ', l) == ' '); 21 assert(std::tolower('<', l) == '<'); 22 assert(std::tolower('\x8', l) == '\x8'); 23 assert(std::tolower('A', l) == 'a'); 24 assert(std::tolower('a', l) == 'a'); 25 assert(std::tolower('z', l) == 'z'); 26 assert(std::tolower('3', l) == '3'); 27 assert(std::tolower('.', l) == '.'); 28 assert(std::tolower('f', l) == 'f') [all...] |
/external/clang/test/CodeGen/ |
2002-02-13-ReloadProblem.c | 10 extern int tolower(int); 14 if ((c <= test) | (tolower(c) <= tolower((unsigned char)test)))
|
/external/fio/lib/ |
strcasestr.c | 13 (tolower(*p) == tolower(*s))) {
|
/external/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/ |
tolower_1.pass.cpp | 14 // char tolower(char) const; 26 assert(f.tolower(' ') == ' '); 27 assert(f.tolower('A') == 'a'); 28 assert(f.tolower('\x07') == '\x07'); 29 assert(f.tolower('.') == '.'); 30 assert(f.tolower('a') == 'a'); 31 assert(f.tolower('1') == '1');
|
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/ |
tolower_1.pass.cpp | 14 // charT tolower(charT) const; 26 assert(f.tolower(L' ') == L' '); 27 assert(f.tolower(L'A') == L'a'); 28 assert(f.tolower(L'\x07') == L'\x07'); 29 assert(f.tolower(L'.') == L'.'); 30 assert(f.tolower(L'a') == L'a'); 31 assert(f.tolower(L'1') == L'1');
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/ |
tolower_1.pass.cpp | 14 // char tolower(char) const; 26 assert(f.tolower(' ') == ' '); 27 assert(f.tolower('A') == 'a'); 28 assert(f.tolower('\x07') == '\x07'); 29 assert(f.tolower('.') == '.'); 30 assert(f.tolower('a') == 'a'); 31 assert(f.tolower('1') == '1');
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/ |
tolower_1.pass.cpp | 14 // charT tolower(charT) const; 26 assert(f.tolower(L' ') == L' '); 27 assert(f.tolower(L'A') == L'a'); 28 assert(f.tolower(L'\x07') == L'\x07'); 29 assert(f.tolower(L'.') == L'.'); 30 assert(f.tolower(L'a') == L'a'); 31 assert(f.tolower(L'1') == L'1');
|
/ndk/sources/android/support/src/musl-ctype/ |
wctrans.c | 7 if (!strcmp(class, "tolower")) return (wctrans_t)2;
|
/external/c-ares/ |
ares_strcasecmp.c | 32 int c1 = ISUPPER(a[i]) ? tolower(a[i]) : a[i]; 33 int c2 = ISUPPER(b[i]) ? tolower(b[i]) : b[i]; 55 int c1 = ISUPPER(a[i]) ? tolower(a[i]) : a[i]; 56 int c2 = ISUPPER(b[i]) ? tolower(b[i]) : b[i];
|
/external/deqp/framework/delibs/decpp/ |
deStringUtil.cpp | 47 struct ToLower 50 ToLower (void) : loc(locale::classic()) {} 51 char operator() (char c) { return std::tolower(c, loc); } 64 string toLower (const string& str) 67 std::transform(str.begin(), str.end(), std::inserter(ret, ret.begin()), ToLower()); 138 char toLower (char c) 140 return std::tolower(c, std::locale::classic()); 163 DE_TEST_ASSERT(toLower("FooBar") == "foobar"); 197 DE_TEST_ASSERT(toLower('a') == 'a'); 198 DE_TEST_ASSERT(toLower('A') == 'a') [all...] |
/external/icu/icu4c/source/common/ |
unistr_case_locale.cpp | 47 UnicodeString::toLower() { 48 return toLower(Locale::getDefault()); 52 UnicodeString::toLower(const Locale &locale) {
|
/external/icu/icu4c/source/samples/case/ |
case.cpp | 57 string.toLower(); /* string = "this is a test" */ 65 string.toLower(Locale("tr", "TR")); /* Turkish lower case map string = 67 u_fprintf(out, "\nupper.toLower: ");
|
/bionic/tests/ |
ctype_test.cpp | 118 TEST(ctype, tolower) { 119 EXPECT_EQ('!', tolower('!')); 120 EXPECT_EQ('a', tolower('a')); 121 EXPECT_EQ('a', tolower('A'));
|
/external/libcxx/include/ |
cctype | 32 int tolower(int c); 147 #ifdef tolower 148 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_tolower(int __c) {return tolower(__c);} 149 #undef tolower 150 inline _LIBCPP_INLINE_VISIBILITY int tolower(int __c) {return __libcpp_tolower(__c);} 151 #else // tolower 152 using ::tolower; 153 #endif // tolower
|
/frameworks/base/tools/aapt/ |
AaptUtil.cpp | 51 val.toLower(); 57 val.toLower();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cctype | 32 int tolower(int c); 146 #ifdef tolower 147 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_tolower(int __c) {return tolower(__c);} 148 #undef tolower 149 inline _LIBCPP_INLINE_VISIBILITY int tolower(int __c) {return __libcpp_tolower(__c);} 150 #else // tolower 151 using ::tolower; 152 #endif // tolower
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cctype | 32 int tolower(int c); 146 #ifdef tolower 147 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_tolower(int __c) {return tolower(__c);} 148 #undef tolower 149 inline _LIBCPP_INLINE_VISIBILITY int tolower(int __c) {return __libcpp_tolower(__c);} 150 #else // tolower 151 using ::tolower; 152 #endif // tolower
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
AsciiUtil.java | 26 if (c1 != c2 && toLower(c1) != toLower(c2)) { 49 public static char toLower(char c) { 69 buf.append(toLower(s.charAt(idx))); 114 buf.append(toLower(s.charAt(idx)));
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/ |
AsciiUtil.java | 22 if (c1 != c2 && toLower(c1) != toLower(c2)) { 45 public static char toLower(char c) { 65 buf.append(toLower(s.charAt(idx))); 110 buf.append(toLower(s.charAt(idx)));
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
AsciiUtil.java | 22 if (c1 != c2 && toLower(c1) != toLower(c2)) { 45 public static char toLower(char c) { 65 buf.append(toLower(s.charAt(idx))); 110 buf.append(toLower(s.charAt(idx)));
|