Searched refs:draftVal (Results 1 – 1 of 1) sorted by relevance
198 String draftVal = attr.get(LDMLConstants.DRAFT); in computeConvertibleXPaths() local200 if (draftVal != null && !draftVal.matches(draft)) { in computeConvertibleXPaths()249 String draftVal = attr.get(LDMLConstants.DRAFT); in computeConvertibleXPaths() local251 if (draftVal == null in computeConvertibleXPaths()254 } else if (draftVal != null && draftVal.matches(level.draft)) { in computeConvertibleXPaths()260 if (draftVal == null) { in computeConvertibleXPaths()309 String draftVal = attr.get(LDMLConstants.DRAFT); in computeConvertibleXPaths() local323 if (exc.draft == null && draftVal == null) { in computeConvertibleXPaths()325 } else if (exc.draft != null && draftVal == null) { in computeConvertibleXPaths()329 } else if (exc.draft == null && draftVal != null) { in computeConvertibleXPaths()[all …]