Home
last modified time | relevance | path

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

/external/python/cpython2/RISCOS/Modules/
Ddrawfmodule.c159 drawfile_path *dpath; in DrawF_Path() local
182 dpath=&dobj->data.path; in DrawF_Path()
185 box=&dpath->bbox; in DrawF_Path()
186 dpath->fill=fill;dpath->outline=outline; in DrawF_Path()
187 dpath->width=width;dpath->style=style; in DrawF_Path()
188 pe=(long*)&(dpath->path); in DrawF_Path()
190 { dash_pattern=&(((drawfile_path_with_pattern*)dpath)->pattern); in DrawF_Path()
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckDisplayCollisions.java451 for (String dpath : paths) { in handleCheck()
452 if (!typePattern.reset(dpath).find()) { in handleCheck()
453 … throw new IllegalArgumentException("Internal error: " + dpath + " doesn't match " in handleCheck()
630 private boolean isCodeFallback(String dpath) { in isCodeFallback() argument
631 String locale = getResolvedCldrFileToCheck().getSourceLocaleID(dpath, null); in isCodeFallback()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPaths.java381 String dpath = CLDRFile.getDistinguishingXPath(path, normalizedPath, true); in TestNonLdml() local
382 if (!dpath.equals(path)) { in TestNonLdml()
383 checkParts(dpath, dtdData); in TestNonLdml()
385 if (!normalizedPath.equals(path) && !normalizedPath[0].equals(dpath)) { in TestNonLdml()
DTestCLDRFile.java338 String dpath = it.next(); in testSimple() local
339 String value = english.getStringValue(dpath); in testSimple()
345 if (!paths.contains(dpath)) { in testSimple()
347 errln("Missing " + dpath + " in " in testSimple()