/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...] |
/external/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...] |
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
Support_DecimalFormat.java | 71 NumberFormat.Field.PERMILLE, 0, 0); 99 NumberFormat.Field.PERMILLE, 0, 0); 127 NumberFormat.Field.PERMILLE, 0, 0); 151 // test permille pattern 244 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/icu4c/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 | 173 size = sizeof(int16_t); // permille
|
/frameworks/base/media/java/android/media/audiofx/ |
EnvironmentalReverb.java | 235 * @param decayHFRatio high frequency decay ratio using a permille scale. The valid range is 377 * @param diffusion diffusion specified using a permille scale. The diffusion valid range is 410 * @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/icu4c/i18n/ |
dcfmtsym.cpp | 169 "perMille",
|
/libcore/luni/src/main/java/java/text/ |
NumberFormat.java | 800 * This constant stands for the permille symbol. 802 public static final Field PERMILLE = new Field("per mille");
|
/libcore/luni/src/main/java/libcore/icu/ |
NativeDecimalFormat.java | 612 NumberFormat.Field.PERMILLE,
|
/external/chromium_org/third_party/icu/patches/ |
locale2.patch | [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
SerializationStressTest4.java | [all...] |