Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPersonNameFormatterTest.java395 PersonNameFormatter pnf = new PersonNameFormatter(Locale.US, new String[] { in TestLiteralTextElision2() local
420 PersonNameFormatter pnf = new PersonNameFormatter(Locale.US, new String[] { in TestPatternSelection() local
459 …PersonNameFormatter pnf = new PersonNameFormatter(new Locale("hu", "HU"), new String[] { testCase[… in TestCapitalization() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DPersonNameFormatterTest.java398 PersonNameFormatter pnf = new PersonNameFormatter(Locale.US, new String[] { in TestLiteralTextElision2() local
423 PersonNameFormatter pnf = new PersonNameFormatter(Locale.US, new String[] { in TestPatternSelection() local
462 …PersonNameFormatter pnf = new PersonNameFormatter(new Locale("hu", "HU"), new String[] { testCase[… in TestCapitalization() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DGeneratePersonNameTest.java37 PersonNameFormatter pnf = new PersonNameFormatter(cldrFile); in main() local
/external/clang/test/SemaCXX/
Dmember-pointer.cpp89 void (*pnf)() = &Fake::f; in g() local