Home
last modified time | relevance | path

Searched defs:pnf (Results 1 – 5 of 5) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DPersonNameFormatterTest.java496 PersonNameFormatter pnf = new PersonNameFormatter(Locale.US, new String[] { in TestLiteralTextElision2() local
521 PersonNameFormatter pnf = new PersonNameFormatter(Locale.US, new String[] { in TestPatternSelection() local
560 …PersonNameFormatter pnf = new PersonNameFormatter(new Locale("hu", "HU"), new String[] { testCase[… in TestCapitalization() local
626 PersonNameFormatter pnf = new PersonNameFormatter(Locale.US, in TestNameOrderFromLocale() local
687 …PersonNameFormatter pnf = new PersonNameFormatter(Locale.US, new String[] { testCase[0] }, null, n… in TestRetainPunctuation() local
/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/format/
DPersonNameFormatterTest.java493 PersonNameFormatter pnf = new PersonNameFormatter(Locale.US, new String[] { in TestLiteralTextElision2() local
518 PersonNameFormatter pnf = new PersonNameFormatter(Locale.US, new String[] { in TestPatternSelection() local
557 …PersonNameFormatter pnf = new PersonNameFormatter(new Locale("hu", "HU"), new String[] { testCase[… in TestCapitalization() local
623 PersonNameFormatter pnf = new PersonNameFormatter(Locale.US, in TestNameOrderFromLocale() local
684 …PersonNameFormatter pnf = new PersonNameFormatter(Locale.US, new String[] { testCase[0] }, null, n… in TestRetainPunctuation() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DGeneratePersonNameTest.java35 PersonNameFormatter pnf = new PersonNameFormatter(cldrFile); in main() local
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestDataTest.java131 PersonNameFormatter pnf = null; field in TestDataTest.PersonNameData
/external/clang/test/SemaCXX/
Dmember-pointer.cpp89 void (*pnf)() = &Fake::f; in g() local