Searched refs:BUnicodeChar (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/src/tests/kits/locale/
H A DlocaleTest.cpp14 BUnicodeChar::ToUTF8(c, &text);
22 // Test BUnicodeChar class
30 BUnicodeChar::IsAlpha(i), BUnicodeChar::IsAlNum(i), BUnicodeChar::IsLower(i),
31 BUnicodeChar::IsUpper(i), BUnicodeChar::IsDefined(i), BUnicodeChar::Type(i));
39 BUnicodeChar::IsAlpha(i), BUnicodeChar
[all...]
/haiku-fatelf/src/kits/locale/
H A DUnicodeChar.cpp7 * IBM's ICU genprops utility. The BUnicodeChar class is mostly the counterpart
234 BUnicodeChar::BUnicodeChar() function in class:BUnicodeChar
240 BUnicodeChar::IsAlpha(uint32 c)
242 BUnicodeChar();
251 BUnicodeChar::Type(uint32 c)
253 BUnicodeChar();
259 BUnicodeChar::IsLower(uint32 c)
261 BUnicodeChar();
267 BUnicodeChar
[all...]
H A DFormattingConventions.cpp108 for (char* previousPos = currentPos; (ch = BUnicodeChar::FromUTF8(
132 if (!inQuote && BUnicodeChar::IsWhitespace(ch)) {
H A DGenericNumberFormat.cpp57 char_count = BUnicodeChar::UTF8StringLength(this->symbol);
/haiku-fatelf/src/add-ons/locale/collators/
H A DGermanDIN-2.cpp68 c = BUnicodeChar::FromUTF8(string);
70 && (BUnicodeChar::IsPunctuation(c) || BUnicodeChar::IsSpace(c)));
H A DFrench.cpp92 uint32 charA = BUnicodeChar::ToLower(GetNextChar(&context.a, context.inputA));
93 uint32 charB = BUnicodeChar::ToLower(GetNextChar(&context.b, context.inputB));
150 *buffer++ = uint32_to_char(BUnicodeChar::ToLower(c));
176 if (BUnicodeChar::IsLower(c))
177 *buffer++ = uint32_to_char(BUnicodeChar::ToUpper(c));
179 *buffer++ = uint32_to_char(BUnicodeChar::ToLower(c));
/haiku-fatelf/src/kits/storage/
H A DQueryPredicate.cpp197 while (uint32 codePoint = BUnicodeChar::FromUTF8(&value)) {
200 if (BUnicodeChar::IsAlpha(codePoint)) {
201 uint32 lower = BUnicodeChar::ToLower(codePoint);
202 uint32 upper = BUnicodeChar::ToUpper(codePoint);
204 BUnicodeChar::ToUTF8(codePoint, &utf8);
208 BUnicodeChar::ToUTF8(lower, &utf8);
211 BUnicodeChar::ToUTF8(upper, &utf8);
218 BUnicodeChar::ToUTF8(codePoint, &utf8);
/haiku-fatelf/headers/os/locale/
H A DUnicodeChar.h189 class BUnicodeChar { class
221 BUnicodeChar();
226 BUnicodeChar::FromUTF8(const char *in)
/haiku-fatelf/src/apps/charactermap/
H A DCharacterWindow.cpp274 fCharacterView->ScrollToCharacter(BUnicodeChar::FromUTF8(text));
/haiku-fatelf/src/apps/stylededit/
H A DStyledEditWindow.cpp1812 if (BUnicodeChar::IsSpace(fTextView->Text()[i])) {

Completed in 285 milliseconds