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

/haiku/src/system/libroot/os/
H A Dparsedate.cpp111 static const char* const* sFormatsTable = kFormatsTable; variable
946 for (int32 index = 0; sFormatsTable[index]; index++) {
949 const char* format = sFormatsTable[index];
1125 return computeDate(sFormatsTable[index], optional, elements, now,
1132 int32 length = format + 1 - sFormatsTable[index];
1134 while (sFormatsTable[index + 1]
1135 && !strncmp(sFormatsTable[index], sFormatsTable[index + 1], length))
1156 sFormatsTable = table ? table : kFormatsTable;
1163 return const_cast<const char**>(sFormatsTable);
[all...]

Completed in 45 milliseconds