Searched defs:places (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CXX/temp/temp.param/
H A Dp15-cxx0x.cpp60 template<place...> struct places {}; struct in namespace:ParameterPackExpansions
64 struct append_places<places<X1...>, places<X2...>> {
65 typedef places<X1...,X2...> type;
71 template<> struct make_places<0> { typedef places<> type; };
72 template<> struct make_places<1> { typedef places<_> type; };
79 template<place...X> struct takedrop_impl<places<X...>> {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DSerializableTest.java111 private static Locale places[] = { field in class:SerializableTest
415 Currency currencies[] = new Currency[places.length];
417 for (int i = 0; i < places.length; i += 1) {
418 currencies[i] = Currency.getInstance(places[i]);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUtility.java571 // This part of the loop places the next byte into the local
962 static public String hex(long i, int places) { argument
969 if (result.length() < places) {
970 result = "0000000000000000".substring(result.length(),places) + result;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 312 milliseconds