HomeSort by relevance Sort by last modified time
    Searched full:permille (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/libxslt/libxslt/
numbersInternals.h 60 int multiplier; /* Scaling for percent or permille */
62 char is_multiplier_set; /* Flag to catch multiple occurences of percent/permille */
numbers.c 885 } else if (xsltUTF8Charcmp(*format, self->permille) == 0) {
960 * permille to be treated as suffix
1015 * First we process the +ve pattern to get percent / permille,
1066 } else if (xsltUTF8Charcmp(the_format, self->permille) == 0) {
1111 } else if (xsltUTF8Charcmp(the_format, self->permille) == 0) {
1174 * Flag changes interpretation of percent/permille
1191 (xsltUTF8Charcmp(the_format, (self)->permille)== 0) ) {
    [all...]
xslt.c 278 static const xmlChar permille[4] = {0xe2, 0x80, 0xb0, 0}; local
291 self->permille = xmlStrdup(BAD_CAST(permille));
314 if (self->permille)
315 xmlFree(self->permille);
    [all...]
xsltInternals.h 320 xmlChar *permille; member in struct:_xsltDecimalFormat
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
Support_DecimalFormat.java 57 t_FormatWithField(10, format, number, text, NumberFormat.Field.PERMILLE, 0, 0);
74 t_FormatWithField(21, format, number, text, NumberFormat.Field.PERMILLE, 0, 0);
94 t_FormatWithField(32, format, number, text, NumberFormat.Field.PERMILLE, 0, 0);
114 // test permille pattern
206 v.add(new FieldContainer(6, 7, NumberFormat.Field.PERMILLE));
  /libcore/support/src/test/java/tests/support/
Support_DecimalFormat.java 70 NumberFormat.Field.PERMILLE, 0, 0);
98 NumberFormat.Field.PERMILLE, 0, 0);
128 NumberFormat.Field.PERMILLE, 0, 0);
163 // test permille pattern
246 v.add(new FieldContainer(6, 7, NumberFormat.Field.PERMILLE));
  /development/ndk/platforms/android-9/samples/native-audio/src/com/example/nativeaudio/
NativeAudio.java 242 int permille = (lastProgress - 50) * 20;
243 setStereoPositionUriAudioPlayer(permille);
304 public static native void setStereoPositionUriAudioPlayer(int permille);
  /external/icu/icu4c/source/test/testdata/
structLocale.txt     [all...]
  /external/chromium_org/third_party/icu/source/test/testdata/
structLocale.txt     [all...]
  /frameworks/av/include/media/
mediaplayer.h 160 // Playback rate expressed in permille (1000 is normal speed), saved as int32_t, with negative
  /frameworks/wilhelm/src/android/
android_GenericPlayer.h 189 int16_t mCacheFill; // cache fill level + played back level in permille
android_GenericMediaPlayer.cpp 170 // while SL/XA use permille, so does GenericPlayer
android_Effect.cpp 177 size = sizeof(int16_t); // permille
  /frameworks/base/media/java/android/media/audiofx/
EnvironmentalReverb.java 227 * @param decayHFRatio high frequency decay ratio using a permille scale. The valid range is
369 * @param diffusion diffusion specified using a permille scale. The diffusion valid range is
402 * @param density density specified using a permille scale. The valid range is [0, 1000].
  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 479 jclass clazz, jint permille)
484 result = (*volumeItf)->SetStereoPosition(volumeItf, permille);
  /external/chromium_org/third_party/icu/source/i18n/
dcfmtsym.cpp 157 "perMille",
  /external/icu/icu4c/source/i18n/
dcfmtsym.cpp 177 "perMille",
  /libcore/luni/src/main/java/java/text/
NumberFormat.java 812 * This constant stands for the permille symbol.
814 public static final Field PERMILLE = new Field("per mille");
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 111 NumberFormat.Field.PERMILLE, // 9 UNUM_PERMILL_FIELD
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
params.def 367 "hot-bb-count-ws-permille",
    [all...]
  /external/chromium_org/third_party/icu/patches/
locale2.patch     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SerializationStressTest4.java     [all...]
  /packages/inputmethods/LatinIME/dictionaries/
en_emoji.combined.gz 
  /external/chromium_org/third_party/icu/source/test/intltest/
numrgts.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
numrgts.cpp     [all...]

Completed in 639 milliseconds

1 2