/haiku/src/kits/locale/ |
H A D | StringFormat.cpp | 25 BStringFormat::BStringFormat(const BLanguage& language, const BString pattern) in BStringFormat() function in BStringFormat 32 BStringFormat::BStringFormat(const BString pattern) in BStringFormat() function in BStringFormat 39 BStringFormat::~BStringFormat() in ~BStringFormat() 46 BStringFormat::InitCheck() in InitCheck() 53 BStringFormat::Format(BString& output, const int64 arg) const in Format() 78 BStringFormat::_Initialize(const UnicodeString& pattern) in _Initialize()
|
/haiku/headers/os/locale/ |
H A D | StringFormat.h | 25 class BStringFormat : public BFormat { 27 BStringFormat(const BLanguage& language, 29 BStringFormat(const BString pattern); 30 ~BStringFormat();
|
/haiku/src/apps/icon-o-matic/shape/commands/ |
H A D | AddPathsCommand.cpp | 38 static BStringFormat addFormat(B_TRANSLATE("Add {0, plural, " in GetName() 40 static BStringFormat assignFormat(B_TRANSLATE("Assign {0, plural, " in GetName()
|
H A D | RemoveShapesCommand.cpp | 38 static BStringFormat format(B_TRANSLATE("Remove {0, plural, " in GetName()
|
H A D | RemoveTransformersCommand.cpp | 39 static BStringFormat format(B_TRANSLATE("Remove {0, plural, " in GetName()
|
H A D | MoveTransformersCommand.cpp | 38 static BStringFormat format(B_TRANSLATE("Move {0, plural, " in GetName()
|
H A D | AddShapesCommand.cpp | 38 static BStringFormat format(B_TRANSLATE("Add {0, plural, " in GetName()
|
H A D | MoveShapesCommand.cpp | 38 static BStringFormat format(B_TRANSLATE("Move {0, plural, " in GetName()
|
H A D | AddTransformersCommand.cpp | 38 static BStringFormat format(B_TRANSLATE("Add {0, plural, " in GetName()
|
H A D | MovePathsCommand.cpp | 38 static BStringFormat format(B_TRANSLATE("Move {0, plural, " in GetName()
|
H A D | NudgePointsCommand.cpp | 31 static BStringFormat format(B_TRANSLATE("Nudge {0, plural, " in _GetName()
|
H A D | FlipPointsCommand.cpp | 115 static BStringFormat format(B_TRANSLATE("Flip {0, plural, " in GetName()
|
H A D | RemovePathsCommand.cpp | 122 static BStringFormat format(B_TRANSLATE("Remove {0, plural, " in GetName()
|
/haiku/src/apps/mediaconverter/ |
H A D | MediaFileInfo.cpp | 56 static BStringFormat frameFormat(B_TRANSLATE( in LoadInfo() 101 static BStringFormat bitFormat( in LoadInfo() 106 static BStringFormat bitFormat( in LoadInfo()
|
/haiku/src/tests/kits/locale/ |
H A D | StringFormatTest.cpp | 85 BStringFormat formatter(language, tests[i].pattern); in TestFormat() 116 BStringFormat formatter(tests[i].pattern); in TestBogus()
|
/haiku/src/apps/cortex/support/ |
H A D | MediaString.cpp | 588 static BStringFormat format( in forAudioFormat() 633 static BStringFormat format( in forAudioChannelCount() 674 static BStringFormat format(B_TRANSLATE( in forAudioBufferSize() 935 static BStringFormat format(B_TRANSLATE("{0, plural," in forAudioFrameSize() 1159 static BStringFormat format(B_TRANSLATE("{0, plural, one{# byte per row}" in forVideoBytesPerRow() 1173 static BStringFormat format( in forVideoOffset() 1182 static BStringFormat format( in forVideoOffset() 1230 static BStringFormat format(B_TRANSLATE("{0, plural," in forVideoFrameSize() 1245 static BStringFormat format(B_TRANSLATE("{0, plural," in forVideoHistory() 1255 static BStringFormat format(B_TRANSLATE("{0, plural," in forVideoHistory() [all …]
|
/haiku/src/add-ons/mail_daemon/inbound_filters/notifier/ |
H A D | NotifierFilter.cpp | 80 BStringFormat format(B_TRANSLATE( in MailboxSynchronized() 110 BStringFormat format(B_TRANSLATE("{0, plural, " in MailboxSynchronized()
|
/haiku/src/apps/poorman/ |
H A D | StatusSlider.h | 31 BStringFormat fFormat;
|
/haiku/src/apps/icon-o-matic/style/ |
H A D | AddStylesCommand.cpp | 37 static BStringFormat format(B_TRANSLATE("Add {0, plural, " in GetName()
|
H A D | MoveStylesCommand.cpp | 38 static BStringFormat format(B_TRANSLATE("Move {0, plural, " in GetName()
|
/haiku/src/kits/shared/ |
H A D | StringForRate.cpp | 45 BStringFormat formatter( in string_for_rate()
|
H A D | StringForSize.cpp | 46 BStringFormat formatter( in string_for_size()
|
/haiku/src/kits/tracker/infowindow/ |
H A D | AttributesView.cpp | 62 BStringFormat multiValueFormat(B_TRANSLATE( in AttributesView() 160 BStringFormat multiRectFormat(B_TRANSLATE( in AttributesView() 205 BStringFormat multiDateFormat(B_TRANSLATE( in AttributesView() 262 BStringFormat sizeFormat(B_TRANSLATE( in AttributesView()
|
/haiku/src/apps/icon-o-matic/transformable/ |
H A D | ResetTransformationCommand.cpp | 93 static BStringFormat format(B_TRANSLATE("Reset {0, plural, " in GetName()
|
/haiku/src/apps/softwareupdater/ |
H A D | CheckManager.cpp | 157 static BStringFormat formatTitle(B_TRANSLATE( in ConfirmChanges() 161 static BStringFormat formatText(B_TRANSLATE("Click here to " in ConfirmChanges()
|