18#ifndef _DECAF_INTERNAL_UTIL_STRINGUTILS_H_
30 StringUtils(
const StringUtils&);
31 StringUtils operator= (
const StringUtils&);
79 static int compare(
const char* left,
const char* right);
static int compareIgnoreCase(const char *left, const char *right)
Perform a comparison between two strings using natural ordering and ignoring case.
virtual ~StringUtils()
Definition StringUtils.h:39
static int compare(const char *left, const char *right)
Perform a comparison between two strings using natural ordering case is not ignored here,...
static int stringLength(const char *string)
Returns the length of the given C string.
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25