Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dscriptset.cpp215 UnicodeString oneScriptName; in parseScripts() local
220 oneScriptName.append(c); in parseScripts()
225 if (oneScriptName.length() > 0) { in parseScripts()
227 oneScriptName.extract(0, oneScriptName.length(), buf, sizeof(buf)-1, US_INV); in parseScripts()
238 oneScriptName.remove(); in parseScripts()