Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DDisplayNameTest.java369 String[] codes, Object[] contextList, DisplayNameGetter getter) { in check() argument
370 if (contextList == null) contextList = NO_CONTEXT; in check()
371 for (int k = 0; k < contextList.length; ++k) codeToName[k].clear(); in check()
374 for (int k = 0; k < contextList.length; ++k) { in check()
375 Object context = contextList[k]; in check()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DDisplayNameTest.java370 String[] codes, Object[] contextList, DisplayNameGetter getter) { in check() argument
371 if (contextList == null) contextList = NO_CONTEXT; in check()
372 for (int k = 0; k < contextList.length; ++k) codeToName[k].clear(); in check()
375 for (int k = 0; k < contextList.length; ++k) { in check()
376 Object context = contextList[k]; in check()
/external/svox/pico/lib/
Dpicopr.c955 static pr_ContextList pr_findContext (pr_ContextList contextList, picoos_uchar contextName[]) in pr_findContext() argument
959 context = contextList; in pr_findContext()