Searched refs:ToUpper (Results 1 - 12 of 12) sorted by relevance

/haiku/src/tests/kits/support/bstring/
H A DStringCaseTest.cpp54 // ToUpper
57 string->ToUpper();
63 string->ToUpper();
/haiku/src/tests/kits/locale/
H A DUnicodeCharTest.cpp159 CPPUNIT_ASSERT_EQUAL(result.toUpper, BUnicodeChar::ToUpper(i));
/haiku/src/kits/locale/
H A DUnicodeChar.cpp196 BUnicodeChar::ToUpper(uint32 c) function in class:BUnicodeChar
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeListItem.cpp289 lString.ToUpper();
291 rString.ToUpper();
/haiku/headers/os/locale/
H A DUnicodeChar.h347 static uint32 ToUpper(uint32 c);
/haiku/src/kits/network/libnetservices/
H A DGeolocation.cpp98 query += network.address.ToString().ToUpper();
/haiku/src/kits/storage/
H A DQueryPredicate.cpp202 uint32 upper = BUnicodeChar::ToUpper(codePoint);
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.cpp260 name.ToUpper();
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp323 name.ToUpper();
/haiku/headers/os/support/
H A DString.h330 BString& ToUpper();
/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.cpp114 name.ToUpper();
/haiku/src/kits/support/
H A DString.cpp1999 BString::ToUpper() function in class:BString

Completed in 80 milliseconds