Home
last modified time | relevance | path

Searched refs:PreviousScript (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/posix/
DPOSIXLocale.java78 int PreviousScript = UScript.INVALID_CODE; in POSIXLocale() local
86 Script != PreviousScript) // Hopefully this speeds up the process... in POSIXLocale()
94 PreviousScript = Script; in POSIXLocale()
123 int PreviousScript = UScript.INVALID_CODE; in POSIXLocale() local
131 Script != PreviousScript) // Hopefully this speeds up the process... in POSIXLocale()
139 PreviousScript = Script; in POSIXLocale()