All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.threeten.bp.format.CasePlatformHelper.scala Maven / Gradle / Ivy

package org.threeten.bp.format

import java.util.Locale

private[format] object CasePlatformHelper {
  def toLocaleIndependentLowerCase(string: String): String = string.toLowerCase(Locale.ENGLISH)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy