2 * Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 * Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
4 * All rights reserved. Distributed under the terms of the MIT License.
10 #include <errno_private.h>
11 #include "LocaleBackend.h"
14 using BPrivate::Libroot::gLocaleBackend
;
18 strcoll(const char *a
, const char *b
)
20 if (gLocaleBackend
!= NULL
) {
22 status_t status
= gLocaleBackend
->Strcoll(a
, b
, result
);