Searched refs:fComment (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/haikudepot/packagemodel/
H A DUserRating.cpp16 fComment(),
30 fComment(comment),
42 fComment(other.fComment),
55 fComment = other.fComment;
68 && fComment == other.fComment
H A DUserRating.h33 { return fComment; }
45 BString fComment; member in class:UserRating
/haiku/src/kits/locale/
H A DHashMapCatalog.cpp32 fComment(cmt),
37 fHashVal = HashFun(fComment.String(),fHashVal);
65 && fComment == right.fComment;
77 || fComment != right.fComment;
86 if (cmt) *cmt = fComment;
H A DDefaultCatalog.cpp395 res = archive.AddString("c:comt", entry.key.fComment.String());
461 key.fComment = keyCmt;
/haiku/headers/private/locale/
H A DHashMapCatalog.h38 BString fComment; member in class:BPrivate::CatKey
/haiku/src/tools/locale/
H A DDefaultCatalog.cpp297 res = archive.AddString("c:comt", entry.key.fComment.String());
368 key.fComment = keyCmt;
H A DPlainTextCatalog.cpp286 comment = entry.key.fComment;
/haiku/src/add-ons/locale/catalogs/plaintext/
H A DCatalog.cpp314 comment = entry.key.fComment;

Completed in 189 milliseconds