Home
last modified time | relevance | path

Searched defs:codePoint (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/storage/
H A DQueryPredicate.cpp197 while (uint32 codePoint = BUnicodeChar::FromUTF8(&value)) { in StringNode() local
/haiku/src/servers/app/
H A DServerFont.cpp483 FindBlockForCodepoint(uint32 codePoint, uint32 startGuess) in FindBlockForCodepoint()