-
public class AndroidUnicodeUtils
-
-
Method Summary
Modifier and Type Method Description static int
localeCompare(String left, String right)
static String
dateFormat(double unixtimeMs, boolean formatDate, boolean formatTime)
static String
convertToCase(String input, int targetCase, boolean useCurrentLocale)
static String
normalize(String input, int form)
-
-
Method Detail
-
localeCompare
static int localeCompare(String left, String right)
-
dateFormat
static String dateFormat(double unixtimeMs, boolean formatDate, boolean formatTime)
-
convertToCase
static String convertToCase(String input, int targetCase, boolean useCurrentLocale)
-
-
-
-