Searched defs:places (Results 1 - 7 of 7) 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/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
H A DSerializableTestUtility.java139 private static Locale places[] = { field in class:SerializableTestUtility
456 Currency currencies[] = new Currency[places.length];
458 for (int i = 0; i < places.length; i += 1) {
459 currencies[i] = Currency.getInstance(places[i]);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DSerializableTestUtility.java138 private static Locale places[] = { field in class:SerializableTestUtility
455 Currency currencies[] = new Currency[places.length];
457 for (int i = 0; i < places.length; i += 1) {
458 currencies[i] = Currency.getInstance(places[i]);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DUtility.java590 // This part of the loop places the next byte into the local
980 static public String hex(long i, int places) { argument
987 if (result.length() < places) {
988 result = "0000000000000000".substring(result.length(),places) + result;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUtility.java586 // This part of the loop places the next byte into the local
976 static public String hex(long i, int places) { argument
983 if (result.length() < places) {
984 result = "0000000000000000".substring(result.length(),places) + result;
/external/dng_sdk/source/
H A Ddng_xmp.cpp287 // Round to fractional four decimal places.
1439 uint32 places,
1448 sprintf (s, "+%0.*f", (unsigned) places, (double) x);
1452 sprintf (s, "%0.*f", (unsigned) places, (double) x);
1436 Set_real64(const char *ns, const char *path, real64 x, uint32 places, bool trim, bool usePlus) argument
/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 426 milliseconds