Searched refs:codePoint (Results 1 - 2 of 2) sorted by relevance

/haiku/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);
215 } else if (codePoint == L' ') {
218 BUnicodeChar::ToUTF8(codePoint, &utf8);
/haiku/src/servers/app/
H A DServerFont.cpp478 \param codePoint is the point to find
483 FindBlockForCodepoint(uint32 codePoint, uint32 startGuess) argument
492 if (codePoint > kUnicodeBlockMap[max-1].end)
499 if (start <= codePoint && end >= codePoint)
502 if (end < codePoint) {

Completed in 39 milliseconds