Home
last modified time | relevance | path

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

/third_party/icu/tools/colprobe/
Dcolprobe.cpp1434 const char* usedScriptNames[USCRIPT_CODE_LIMIT]; in prepareStartingSet() local
1441usedScriptNames[numberOfUsedScripts] = u_getPropertyValueName(UCHAR_SCRIPT, scriptNo, U_SHORT_PROP… in prepareStartingSet()
1442 sprintf(scriptSetPattern, "[:%s:]", usedScriptNames[numberOfUsedScripts]); in prepareStartingSet()
1467 sprintf(scriptSetPattern, "[:%s:]", usedScriptNames[i]); in prepareStartingSet()