Home
last modified time | relevance | path

Searched refs:ToUpperChar (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A Damiga_ffs.cpp77 DirectoryBlock::ToUpperChar(int32 type, char c) const in ToUpperChar() function in DirectoryBlock
95 hash = (hash * 13 + ToUpperChar(type, name[0])) & 0x7ff; in HashIndexFor()
H A Damiga_ffs.h90 char ToUpperChar(int32 type, char c) const;