/ndk/tests/device/test-stlport/unit/ |
D | search_test.cpp | 76 char const* letters[] = { "Q", "E", "D" }; in search2() local 78 const unsigned letterCount = sizeof(letters) / sizeof(letters[0]); in search2() 79 …t**)grades, (char const**)grades + gradeCount, (char const**)letters, (char const**)letters + lett… in search2() 83 copy((char const**)grades + 1, (char const**)grades + 1 + letterCount, (char const**)letters); in search2() 84 …t**)grades, (char const**)grades + gradeCount, (char const**)letters, (char const**)letters + lett… in search2()
|
D | sort_test.cpp | 66 char const* letters[6] = {"bb", "aa", "ll", "dd", "qq", "cc" }; in stblsrt1() local 67 stable_sort(letters, letters + 6, string_less); in stblsrt1() 69 CPPUNIT_ASSERT( strcmp(letters[0], "aa") == 0 ); in stblsrt1() 70 CPPUNIT_ASSERT( strcmp(letters[1], "bb") == 0 ); in stblsrt1() 71 CPPUNIT_ASSERT( strcmp(letters[2], "cc") == 0 ); in stblsrt1() 72 CPPUNIT_ASSERT( strcmp(letters[3], "dd") == 0 ); in stblsrt1() 73 CPPUNIT_ASSERT( strcmp(letters[4], "ll") == 0 ); in stblsrt1() 74 CPPUNIT_ASSERT( strcmp(letters[5], "qq") == 0 ); in stblsrt1()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | search_test.cpp | 76 char const* letters[] = { "Q", "E", "D" }; in search2() local 78 const unsigned letterCount = sizeof(letters) / sizeof(letters[0]); in search2() 79 …t**)grades, (char const**)grades + gradeCount, (char const**)letters, (char const**)letters + lett… in search2() 83 copy((char const**)grades + 1, (char const**)grades + 1 + letterCount, (char const**)letters); in search2() 84 …t**)grades, (char const**)grades + gradeCount, (char const**)letters, (char const**)letters + lett… in search2()
|
D | sort_test.cpp | 66 char const* letters[6] = {"bb", "aa", "ll", "dd", "qq", "cc" }; in stblsrt1() local 67 stable_sort(letters, letters + 6, string_less); in stblsrt1() 69 CPPUNIT_ASSERT( strcmp(letters[0], "aa") == 0 ); in stblsrt1() 70 CPPUNIT_ASSERT( strcmp(letters[1], "bb") == 0 ); in stblsrt1() 71 CPPUNIT_ASSERT( strcmp(letters[2], "cc") == 0 ); in stblsrt1() 72 CPPUNIT_ASSERT( strcmp(letters[3], "dd") == 0 ); in stblsrt1() 73 CPPUNIT_ASSERT( strcmp(letters[4], "ll") == 0 ); in stblsrt1() 74 CPPUNIT_ASSERT( strcmp(letters[5], "qq") == 0 ); in stblsrt1()
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | tempname.c | 182 static const char letters[] = variable 254 XXXXXX[0] = letters[v % 62]; in __gen_tempname() 256 XXXXXX[1] = letters[v % 62]; in __gen_tempname() 258 XXXXXX[2] = letters[v % 62]; in __gen_tempname() 260 XXXXXX[3] = letters[v % 62]; in __gen_tempname() 262 XXXXXX[4] = letters[v % 62]; in __gen_tempname() 264 XXXXXX[5] = letters[v % 62]; in __gen_tempname()
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | tst-rxspencer.c | 114 mb_frob_string (const char *str, const char *letters) in mb_frob_string() argument 127 if (strchr (letters, *src)) in mb_frob_string() 139 mb_frob_pattern (const char *str, const char *letters) in mb_frob_pattern() argument 153 if (!in_class && strchr (letters, *src)) in mb_frob_pattern() 320 char *expect, const char *matches, const char *letters, in mb_test() argument 323 char *pattern_mb = mb_frob_pattern (pattern, letters); in mb_test() 325 = eflags == -1 ? string : mb_frob_string (string, letters); in mb_test() 326 char *expect_mb = mb_frob_string (expect, letters); in mb_test() 327 char *matches_mb = mb_frob_string (matches, letters); in mb_test() 354 char letters[9], fail[20]; in mb_tests() local [all …]
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | dos.m4 | 33 drive letters are always absolute
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | configure.ac | 92 # letters are case-folded properly. The test for UTF-8 locales (bot
|
D | configure | 5796 drive letters are always absolute
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.texi | 856 In the C locale, this matches any @acronym{ASCII} letters or digits. 983 special sequence made of a backslash and one of the letters 2200 The approach is to map numbers to letters, kind of an abacus 2213 rotate letters so that tens become @samp{a}s, and so on 2214 until no more letters remain. 3305 When caseless matching is set, any letters in a class 3338 @code{[\000-\037]}. If a range that includes letters is used when 3339 caseless matching is set, it matches the letters in either 3375 Matches letters and digits 3378 Matches letters [all …]
|
D | sed-in.texi | 855 In the C locale, this matches any @acronym{ASCII} letters or digits. 982 special sequence made of a backslash and one of the letters 2097 The approach is to map numbers to letters, kind of an abacus 2110 rotate letters so that tens become @samp{a}s, and so on 2111 until no more letters remain. 3138 When caseless matching is set, any letters in a class 3171 @code{[\000-\037]}. If a range that includes letters is used when 3172 caseless matching is set, it matches the letters in either 3208 Matches letters and digits 3211 Matches letters [all …]
|
D | sed.info | 623 In the C locale, this matches any ASCII letters or digits. 722 one of the letters `L', `l', `U', `u', or `E'. The meaning is as 1620 The approach is to map numbers to letters, kind of an abacus 1630 then we rotate letters so that tens become `a's, and so on until no 1631 more letters remain.
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texinfo.tex | 2270 % In order for the font changes to affect most math symbols and letters, 2913 % Use LaTeX names for the Icelandic letters. 2933 % ogonek is also used with other letters in Lithuanian (IOU), but using 3528 \errmessage{No more lowercase letters in @enumerate; get a bigger 3541 \errmessage{No more uppercase letters in @enumerate; get a bigger 4192 % not control letters, because the \space would be incorrect for 4196 % For control letters, we have \definedummyletter, which omits the 4211 % Non-English letters. 4287 % Control letters and accents. 4353 % We can just ignore other control letters. [all …]
|