Searched refs:strings (Results 1 - 25 of 168) sorted by relevance

1234567

/haiku/src/tests/kits/locale/
H A DcollatorTest.cpp68 printArray(const char *label, const char **strings, size_t size) argument
75 int compare = gCollator->Compare(strings[i], strings[i - 1]);
79 printf("\t*** broken sort order, next is NOT %s\n", strings[i]);
87 gCollator->GetSortKey(strings[i - 1], &a);
88 gCollator->GetSortKey(strings[i], &b);
97 printf("\t%s", strings[i]);
101 gCollator->GetSortKey(strings[i], &key);
116 " -k\tshows the sort keys along the strings (sort keys doesn't have to be visually correct)\n");
/haiku/src/system/libroot/add-ons/icu/
H A DICUTimeData.cpp11 #include <strings.h>
82 const UnicodeString* strings = formatSymbols.getShortMonths(count); local
83 result = _SetLCTimeEntries(strings, fMon[0], sizeof(fMon[0]), count, 12);
86 strings = formatSymbols.getMonths(count);
87 result = _SetLCTimeEntries(strings, fMonth[0], sizeof(fMonth[0]), count,
92 strings = formatSymbols.getShortWeekdays(count);
93 if (count == 8 && strings[0].length() == 0) {
95 strings++;
99 = _SetLCTimeEntries(strings, fWday[0], sizeof(fWday[0]), count, 7);
103 strings
283 _SetLCTimeEntries(const UnicodeString* strings, char* destination, int entrySize, int count, int maxCount) argument
[all...]
/haiku/src/system/libroot/posix/string/
H A Dstrchr.c8 #include <strings.h>
H A Dstrrchr.c8 #include <strings.h>
H A Dstrcasestr.c42 #include <strings.h>
H A Dstrcasecmp.c38 #include <strings.h>
/haiku/src/bin/
H A Dffm.cpp7 #include <strings.h>
H A Dsafemode.c12 #include <strings.h>
/haiku/src/kits/shared/
H A DNaturalCompare.cpp14 #include <strings.h>
26 //! Compares two strings naturally, as opposed to lexicographically
/haiku/src/apps/devices/
H A DPropertyList.cpp103 BString strings; local
109 strings << current->Name()
120 strings, strings.Length());
/haiku/src/apps/expander/
H A DExpanderRules.cpp156 BString strings[4]; local
163 strings[j++].SetTo(&buffer[firstQuote+1],
171 strings[j++].SetTo(&buffer[firstQuote+1],
183 _AddRule(strings[0], strings[1], strings[2], strings[3]);
/haiku/src/apps/aboutsystem/
H A DUtilities.h32 StringVector(const BMessage& strings,
43 void SetTo(const char* string, va_list strings);
44 void SetTo(const BMessage& strings,
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DOsSupportBeOS.h46 #define ECHO_DEBUGPRINTF( strings ) TRACE(strings)
52 #define ECHO_DEBUGPRINTF( strings )
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dsystem_dependencies.h52 #include <strings.h>
/haiku/src/system/libroot/posix/locale/
H A DLocaleInternal.cpp12 #include <strings.h>
H A Dsetlocale.cpp10 #include <strings.h>
/haiku/src/apps/deskbar/
H A DResourceSet.cpp354 TStringBlock::PreIndex(char* strings, ssize_t len) argument
357 char* orig = strings;
358 char* end = strings + len;
373 *strings = 0;
387 *strings = '\\';
391 *strings = '\n';
395 *strings = '\r';
399 *strings = '\t';
403 *strings = *orig;
407 *strings
417 MakeIndex(const char* strings, ssize_t len, size_t indexLength, size_t* resultingIndex) argument
[all...]
H A DResourceSet.h67 size_t PreIndex(char* strings, ssize_t len);
68 void MakeIndex(const char* strings, ssize_t len, size_t indexLen,
/haiku/src/apps/serialconnect/
H A DSerialApp.cpp280 static const char* strings[] = {"none", "odd", "even"}; local
283 strings[fSerialPort.ParityMode()]);
291 if (bits == strings[i])
304 static const char* strings[] = {"none", "hardware", local
308 strings[fSerialPort.FlowControl()]);
316 if (bits == strings[i])
/haiku/src/apps/mediaconverter/
H A DMediaFileInfoView.h43 float _MaxLineWidth(BString* strings,
H A DMediaFileInfoView.cpp189 MediaFileInfoView::_MaxLineWidth(BString* strings, int32 count, argument
194 width = max_c(font.StringWidth(strings[i]), width);
222 BString strings[5] = {fInfo.audio.format, fInfo.audio.details, local
224 float maxInfoWidth = _MaxLineWidth(strings, 5, font);
/haiku/headers/private/firewire/
H A Dfwglue.h14 #include <strings.h>
/haiku/src/add-ons/print/transports/ipp/
H A DIppURLConnection.cpp10 #include <strings.h>
/haiku/headers/private/libroot/locale/
H A DICUTimeData.h45 UnicodeString* strings,
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DSVGImporter.cpp11 #include <strings.h>

Completed in 114 milliseconds

1234567