Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dscriptset.cpp223 UnicodeString oneScriptName; in parseScripts() local
228 oneScriptName.append(c); in parseScripts()
233 if (oneScriptName.length() > 0) { in parseScripts()
235 oneScriptName.extract(0, oneScriptName.length(), buf, sizeof(buf)-1, US_INV); in parseScripts()
246 oneScriptName.remove(); in parseScripts()