OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toUpper
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
DirectiveEmitter.h
148
C = llvm::
toUpper
(C);
/src/external/apache2/llvm/dist/llvm/lib/Support/
StringRef.cpp
114
return std::string(map_iterator(begin(),
toUpper
),
115
map_iterator(end(),
toUpper
));
/src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
tests2.d
232
import std.uni :
toUpper
;
239
return
toUpper
(m.hit);
/src/external/gpl3/gcc.old/dist/libphobos/src/std/uni/
package.d
82
$(LREF
toUpper
)
9003
// generic
toUpper
/toLower on whole string, creates new or returns as is
9066
toUpper
(s);
9078
// generic
toUpper
/toLower on whole range, returns range
9178
* $(LREF
toUpper
), $(LREF toLower)
9214
return toCaser!(UpperTriple, std.ascii.
toUpper
)(str);
9291
assert(sx ==
toUpper
(slwr));
9419
* $(LREF
toUpper
), $(LREF toLower)
9896
assert("\u00df".
toUpper
== "SS");
9954
// check simple-case
toUpper
to
[
all
...]
/src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
comparison.d
862
import std.ascii :
toUpper
;
863
return
toUpper
(a) <
toUpper
(b);
1501
import std.uni :
toUpper
;
1508
assert(levenshteinDistance!((a, b) =>
toUpper
(a) ==
toUpper
(b))
searching.d
2397
import std.uni :
toUpper
;
2414
assert(find!("
toUpper
(a) ==
toUpper
(b)")(s, "hello").length == 3);
2416
static bool f(string a, string b) { return
toUpper
(a) ==
toUpper
(b); }
sorting.d
1982
sort!("
toUpper
(a) <
toUpper
(b)", SwapStrategy.stable)(words);
2037
import std.uni :
toUpper
;
2067
bool lessi(string a, string b) { return
toUpper
(a) <
toUpper
(b); }
2080
assert(isSorted!("
toUpper
(a) <
toUpper
(b)")(b));
iteration.d
662
import std.ascii :
toUpper
;
746
auto ms1 = map!(
toUpper
)(s1);
747
auto ms2 = map!(
toUpper
)(s2);
748
auto ms3 = map!(
toUpper
)(s3);
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
StringExtras.h
138
inline char
toUpper
(char x) {
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
process.d
412
import std.uni :
toUpper
;
421
immutable name = toUTF8(
toUpper
(envBlock[start .. i]));
1455
import std.uni :
toUpper
;
1470
auto uk =
toUpper
(k);
json.d
934
import std.ascii : isDigit, isHexDigit,
toUpper
, toLower;
1079
auto hex =
toUpper
(getChar());
conv.d
3112
import std.ascii : isDigit, isAlpha, toLower,
toUpper
, isHexDigit;
3169
enforce(!p.empty &&
toUpper
(p.front) == 'N',
3173
enforce(!p.empty &&
toUpper
(p.front) == 'F',
3221
enforce(!p.empty &&
toUpper
(p.front) == 'A',
3225
enforce(!p.empty &&
toUpper
(p.front) == 'N',
string.d
108
$(REF_SHORT
toUpper
, std,uni)
176
public import std.uni : icmp, toLower, toLowerInPlace,
toUpper
, toUpperInPlace;
927
tolower and
toupper
is not 1:1.
/src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
package.d
1412
import std.string :
toUpper
;
1413
return
toUpper
(m.hit);
/src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
systime.d
10707
import std.uni : toLower,
toUpper
;
10709
_monthNames[].map!(a =>
toUpper
(a))(),
10739
daysOfWeekNames[].map!(a =>
toUpper
(a))(),
Completed in 100 milliseconds
Indexes created Wed Jun 24 00:24:50 UTC 2026