OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:u_toupper
(Results
1 - 15
of
15
) sorted by null
/bionic/libc/bionic/
wctype.cpp
127
static auto
u_toupper
= reinterpret_cast<FnT>(__find_icu_symbol("
u_toupper
"));
local
128
return
u_toupper
?
u_toupper
(wc) : toupper(wc);
/external/icu/icu4c/source/samples/props/
props.cpp
47
printf(" is lowercase: %d uppercase: U+%04lx\n", u_islower(codePoint),
u_toupper
(codePoint));
/external/icu/icu4c/source/samples/case/
ucase.c
44
ch =
u_toupper
(char_k); /* ch = 'K' */
/external/icu/icu4c/source/test/perf/charperf/
charperf.h
175
u_toupper
(ch);
/libcore/ojluni/src/main/native/
Character.cpp
92
return
u_toupper
(codePoint);
/external/icu/icu4c/source/test/cintltst/
cucdtst.c
204
/* test
u_toupper
() and u_tolower() */
228
if (i != (int)
u_toupper
(i))
254
else if (lowerTest[i] !=
u_toupper
(upperTest[i]))
262
else if (lowerTest[i] !=
u_toupper
(lowerTest[i]))
[
all
...]
/external/icu/icu4c/source/samples/ustring/
ustring.cpp
230
c=
u_toupper
(c);
/external/icu/icu4c/source/common/unicode/
urename.h
395
#define
u_toupper
U_ICU_ENTRY_POINT_RENAME(
u_toupper
)
macro
[
all
...]
uchar.h
614
Corresponds to
u_toupper
. @stable ICU 2.4 */
[
all
...]
/external/icu/icu4c/source/common/
ucase.cpp
1324
u_toupper
(UChar32 c) {
function
[
all
...]
/system/core/libunwindstack/tests/files/offline/offset_arm/
libc.so
/prebuilts/sdk/renderscript/lib/arm/
libc.so
/prebuilts/sdk/renderscript/lib/x86/
libc.so
/system/core/libunwindstack/tests/files/offline/art_quick_osr_stub_arm/
libc.so
/system/core/libunwindstack/tests/files/offline/straddle_arm/
libc.so
Completed in 420 milliseconds