Home
last modified time | relevance | path

Searched refs:letters (Results 1 – 23 of 23) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Dsearch_test.cpp76 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()
Dsort_test.cpp66 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-stlport/unit/
Dsearch_test.cpp76 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()
Dsort_test.cpp66 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/
Dtempname.c182 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/
Dtst-rxspencer.c114 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/build/core/
Ddefinitions-host.mk181 ndk-windows-drive-letters := a b c d e f g h i j k l m n o p q r s t u v w x y z \
184 ndk-windows-drive-patterns := $(foreach _drive,$(ndk-windows-drive-letters),$(_drive):%)
/ndk/sources/host-tools/sed-4.2.1/m4/
Ddos.m433 drive letters are always absolute
/ndk/sources/host-tools/make-3.81/
DREADME.OS240 GNU make prints drive letters. This is necessary if you want to run
140 make not to use drive letters for directory names (i.e. _chdir2() and
Dmake.h582 # warning NO_CHDIR2: usage of drive letters restricted
DREADME.DOS13 3. Supports DOS drive letters in dependencies and pattern rules.
305 Drive letters in pathnames are also fully supported.
DREADME.W32129 GNU make handling of drive letters in pathnames (PATH, vpath, VPATH):
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure.ac92 # letters are case-folded properly. The test for UTF-8 locales (bot
Dconfigure5796 drive letters are always absolute
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.texi856 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 …]
Dsed-in.texi855 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 …]
Dsed.info623 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/
Dtexinfo.tex2270 % 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 …]
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex1636 % In order for the font changes to affect most math symbols and letters,
2629 \errmessage{No more lowercase letters in @enumerate; get a bigger
2642 \errmessage{No more uppercase letters in @enumerate; get a bigger
3259 % not control letters, because the \space would be incorrect for
3263 % For control letters, we have \definedummyletter, which omits the
3278 % Non-English letters.
3338 % Control letters and accents.
3403 % We can just ignore other control letters.
3420 % Non-English letters.
3983 % This counter is funny since it counts through charcodes of letters A, B, ...
[all …]
/ndk/sources/host-tools/make-3.81/tests/
DChangeLog19 with DOS drive letters. Fixes Savannah bug #15947.
/ndk/sources/host-tools/nawk-20071023/
DFIXES790 added some missing ansi printf conversion letters: %i %X %E %G.
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-13579 and if its name consists only of letters, numbers, and underscores.
3581 characters other than letters, numbers, and underscores.
3703 automatically by `make' to contain the flag letters that `make'
3953 containing characters other than letters, numbers, and underscores
3962 It is traditional to use upper case letters in variable names, but we
3963 recommend using lower case letters for variable names that serve
Dmake.texi4291 line, and if its name consists only of letters, numbers, and underscores.
4293 characters other than letters, numbers, and underscores.
4457 set up automatically by @code{make} to contain the flag letters that
4796 variable names containing characters other than letters, numbers, and
4805 It is traditional to use upper case letters in variable names, but we
4806 recommend using lower case letters for variable names that serve internal