mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-17 21:16:38 +00:00
`ciCompareLen(a, b, b.size()) == 0` expression is an equivalent of checking for equality of `a` prefix with size `b.size()` with `b`. `ciCompareLen(a, b, a.size()) == 0` is also the same thing but `a` is a prefix `b` should start with. |
||
---|---|---|
.. | ||
compression.cpp | ||
progressreporter.cpp | ||
test_endianness.cpp | ||
test_resourcehelpers.cpp | ||
test_stringops.cpp |