Searched defs:pnf (Results 1 – 5 of 5) sorted by relevance
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | PersonNameFormatterTest.java | 496 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/ |
D | PersonNameFormatterTest.java | 493 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/ |
D | GeneratePersonNameTest.java | 35 PersonNameFormatter pnf = new PersonNameFormatter(cldrFile); in main() local
|
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
D | TestDataTest.java | 131 PersonNameFormatter pnf = null; field in TestDataTest.PersonNameData
|
/external/clang/test/SemaCXX/ |
D | member-pointer.cpp | 89 void (*pnf)() = &Fake::f; in g() local
|