Searched refs:plf (Results 1 - 3 of 3) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | PluralFormatTest.java | 60 PluralFormat plf = new PluralFormat(new ULocale(locales[i]), testPattern); in helperTestRules() 61 log("plf: " + plf); in helperTestRules() 69 expected, plf.format(n)); in helperTestRules()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | PluralFormatTest.java | 57 PluralFormat plf = new PluralFormat(new ULocale(locales[i]), testPattern); in helperTestRules() 58 log("plf: " + plf); in helperTestRules() 66 expected, plf.format(n)); in helperTestRules()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | validitygenerator.py | 12 from spec_tools.conventions import ProseListFormats as plf namespace 110 def makeProseList(self, elements, fmt=plf.AND, 131 def makeProseListIs(self, elements, fmt=plf.AND, 439 entry += self.makeProseListIs(optionallengths, fmt=plf.OR) 988 entry += self.makeProseList(extensionstructs, fmt=plf.OR) 1011 self.makeProseList(duplicatestructs, fmt=plf.OR)) 1163 fmt=plf.OR, comma_for_two_elts=True) 1194 fmt=plf.OR, comma_for_two_elts=True) 1279 plf.ANY_OR, comma_for_two_elts=True)
|
Completed in 4 milliseconds