HomeSort by relevance Sort by last modified time
    Searched refs:en (Results 1 - 25 of 515) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/common/
uenum.c 32 static void* _getBuffer(UEnumeration* en, int32_t capacity) {
34 if (en->baseContext != NULL) {
35 if (((_UEnumBuffer*) en->baseContext)->len < capacity) {
37 en->baseContext = uprv_realloc(en->baseContext,
39 if (en->baseContext == NULL) {
42 ((_UEnumBuffer*) en->baseContext)->len = capacity;
46 en->baseContext = uprv_malloc(sizeof(int32_t) + capacity);
47 if (en->baseContext == NULL) {
50 ((_UEnumBuffer*) en->baseContext)->len = capacity
    [all...]
uenumimp.h 40 * @param en enumeration to be closed
43 UEnumClose(UEnumeration *en);
51 * @param en enumeration to be counted
56 UEnumCount(UEnumeration *en, UErrorCode *status);
64 * @param en enumeration
71 UEnumUNext(UEnumeration* en,
81 * @param en enumeration
88 UEnumNext(UEnumeration* en,
98 * @param en enumeration
102 UEnumReset(UEnumeration* en,
    [all...]
ulist.h 36 U_CAPI void U_EXPORT2 ulist_close_keyword_values_iterator(UEnumeration *en);
38 U_CAPI int32_t U_EXPORT2 ulist_count_keyword_values(UEnumeration *en, UErrorCode *status);
40 U_CAPI const char * U_EXPORT2 ulist_next_keyword_value(UEnumeration* en, int32_t *resultLength, UErrorCode* status);
42 U_CAPI void U_EXPORT2 ulist_reset_keyword_values_iterator(UEnumeration* en, UErrorCode* status);
44 U_CAPI UList * U_EXPORT2 ulist_getListFromEnum(UEnumeration *en);
ustrenum.cpp 184 #define THIS(en) ((icu::StringEnumeration*)(en->context))
192 ustrenum_close(UEnumeration* en) {
193 delete THIS(en);
194 uprv_free(en);
201 ustrenum_count(UEnumeration* en,
204 return THIS(en)->count(*ec);
211 ustrenum_unext(UEnumeration* en,
215 return THIS(en)->unext(resultLength, *ec);
222 ustrenum_next(UEnumeration* en,
    [all...]
  /external/svox/pico/lang/
PicoLangDefaultInSystem.mk 10 external/svox/pico/lang/en-US_lh0_sg.bin:system/tts/lang_pico/en-US_lh0_sg.bin \
11 external/svox/pico/lang/en-US_ta.bin:system/tts/lang_pico/en-US_ta.bin
PicoLangEnGBInSystem.mk 2 # Installation of en-GB for the Pico TTS engine in the system image
4 # Include this file in a product makefile to include the language files for en-GB
10 external/svox/pico/lang/en-GB_kh0_sg.bin:system/tts/lang_pico/en-GB_kh0_sg.bin \
11 external/svox/pico/lang/en-GB_ta.bin:system/tts/lang_pico/en-GB_ta.bin
PicoLangEnUsInSystem.mk 2 # Installation of en-US for the Pico TTS engine in the system image
10 external/svox/pico/lang/en-US_lh0_sg.bin:system/tts/lang_pico/en-US_lh0_sg.bin \
11 external/svox/pico/lang/en-US_ta.bin:system/tts/lang_pico/en-US_ta.bin
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/common/
doctype.js 7 "+//silmaril//dtd html pro v0r11 19970101//en",
8 "-//advasoft ltd//dtd html 3.0 aswedit + extensions//en",
9 "-//as//dtd html 3.0 aswedit + extensions//en",
10 "-//ietf//dtd html 2.0 level 1//en",
11 "-//ietf//dtd html 2.0 level 2//en",
12 "-//ietf//dtd html 2.0 strict level 1//en",
13 "-//ietf//dtd html 2.0 strict level 2//en",
14 "-//ietf//dtd html 2.0 strict//en",
15 "-//ietf//dtd html 2.0//en",
16 "-//ietf//dtd html 2.1e//en",
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDecimalFormatSymbols.java 41 DecimalFormatSymbols en = new DecimalFormatSymbols(Locale.ENGLISH); local
43 if(en.equals(fr)) {
49 if(!en.getLocale().equals(Locale.ENGLISH)) {
52 if(!en.getULocale().equals(ULocale.ENGLISH)) {
56 char zero = en.getZeroDigit();
58 if(fr.getZeroDigit() != en.getZeroDigit()) {
62 char sigDigit = en.getSignificantDigit();
64 if(fr.getSignificantDigit() != en.getSignificantDigit()) {
74 char group = en.getGroupingSeparator();
76 if(fr.getGroupingSeparator() != en.getGroupingSeparator())
    [all...]
IntlTestDecimalFormatSymbolsC.java 39 DecimalFormatSymbols en = new DecimalFormatSymbols(Locale.ENGLISH); local
41 if (en.equals(fr)) {
47 char zero = en.getZeroDigit();
49 if (fr.getZeroDigit() != en.getZeroDigit()) {
53 char group = en.getGroupingSeparator();
55 if (fr.getGroupingSeparator() != en.getGroupingSeparator()) {
59 char decimal = en.getDecimalSeparator();
61 if (fr.getDecimalSeparator() != en.getDecimalSeparator()) {
65 char perMill = en.getPerMill();
67 if (fr.getPerMill() != en.getPerMill())
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDecimalFormatSymbols.java 37 DecimalFormatSymbols en = new DecimalFormatSymbols(Locale.ENGLISH); local
39 if(en.equals(fr)) {
45 if(!en.getLocale().equals(Locale.ENGLISH)) {
48 if(!en.getULocale().equals(ULocale.ENGLISH)) {
52 char zero = en.getZeroDigit();
54 if(fr.getZeroDigit() != en.getZeroDigit()) {
58 char sigDigit = en.getSignificantDigit();
60 if(fr.getSignificantDigit() != en.getSignificantDigit()) {
70 char group = en.getGroupingSeparator();
72 if(fr.getGroupingSeparator() != en.getGroupingSeparator())
    [all...]
IntlTestDecimalFormatSymbolsC.java 35 DecimalFormatSymbols en = new DecimalFormatSymbols(Locale.ENGLISH); local
37 if (en.equals(fr)) {
43 char zero = en.getZeroDigit();
45 if (fr.getZeroDigit() != en.getZeroDigit()) {
49 char group = en.getGroupingSeparator();
51 if (fr.getGroupingSeparator() != en.getGroupingSeparator()) {
55 char decimal = en.getDecimalSeparator();
57 if (fr.getDecimalSeparator() != en.getDecimalSeparator()) {
61 char perMill = en.getPerMill();
63 if (fr.getPerMill() != en.getPerMill())
    [all...]
  /external/webrtc/webrtc/common_audio/signal_processing/
energy.c 24 int32_t en = 0; local
33 en += (*vectorptr * *vectorptr) >> scaling;
38 return en;
  /external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
t_options.h 53 DRI_CONF_DESC(en,gettext("Debugging"))
57 DRI_CONF_DESC(en,gettext("Disable 3D acceleration")) \
62 DRI_CONF_DESC(en,gettext("Show performance boxes")) \
69 DRI_CONF_DESC(en,gettext("Image Quality"))
73 DRI_CONF_DESC(en,"Enable extra mipmap level") \
82 DRI_CONF_DESC_BEGIN(en,gettext("Texture color depth")) \
92 DRI_CONF_DESC(en,gettext("Initial maximum value for anisotropic texture filtering")) \
97 DRI_CONF_DESC(en,gettext("Forbid negative texture LOD bias")) \
102 DRI_CONF_DESC(en,gettext("Enable S3TC texture compression even if software support is not available")) \
109 DRI_CONF_DESC_BEGIN(en,gettext("Initial color reduction method"))
    [all...]
options.h 57 DRI_CONF_DESC(en,"Debugging") \
66 DRI_CONF_DESC(en,"Disable 3D acceleration") \
76 DRI_CONF_DESC(en,"Show performance boxes") \
88 DRI_CONF_DESC(en,"Image Quality") \
97 DRI_CONF_DESC(en,"Enable extra mipmap level") \
106 DRI_CONF_DESC_BEGIN(en,"Texture color depth") \
146 DRI_CONF_DESC(en,"Initial maximum value for anisotropic texture filtering") \
156 DRI_CONF_DESC(en,"Forbid negative texture LOD bias") \
166 DRI_CONF_DESC(en,"Enable S3TC texture compression even if software support is not available") \
178 DRI_CONF_DESC_BEGIN(en,"Initial color reduction method")
    [all...]
  /development/tools/mkstubs/tests/com/android/mkstubs/sourcer/
TestHelper.java 30 String en = expected.replaceAll("[\\s]+", " ").trim(); local
35 en, an);
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
buildall.sh 4 ./buildpkb.sh en GB kh0
5 ./buildpkb.sh en US lh0
11 ./buildbin.sh en-GB kh0
12 ./buildbin.sh en-US lh0
  /external/icu/icu4c/source/common/unicode/
uenum.h 42 * Disposes of resources in use by the iterator. If en is NULL,
45 * @param en UEnumeration structure pointer
49 uenum_close(UEnumeration* en);
78 * @param en UEnumeration structure pointer
85 uenum_count(UEnumeration* en, UErrorCode* status);
94 * @param en the iterator object
109 uenum_unext(UEnumeration* en,
123 * @param en the iterator object
142 uenum_next(UEnumeration* en,
150 * @param en the iterator objec
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1EncodableVector.java 37 for (Enumeration en = other.v.elements(); en.hasMoreElements();)
39 v.addElement(en.nextElement());
  /external/icu/icu4c/source/samples/uresb/
resources.mak 4 TARGETS = en.res root.res sr.res
20 en.res : en.txt
  /external/icu/icu4c/source/i18n/
csdetect.cpp 339 enumClose(UEnumeration *en) {
340 if(en->context != NULL) {
341 DELETE_ARRAY(en->context);
344 DELETE_ARRAY(en);
348 enumCount(UEnumeration *en, UErrorCode *) {
349 if (((Context *)en->context)->all) {
356 UBool *enabledArray = ((Context *)en->context)->enabledRecognizers;
376 enumNext(UEnumeration *en, int32_t *resultLength, UErrorCode * /*status*/) {
379 if (((Context *)en->context)->currIndex < fCSRecognizers_size) {
380 if (((Context *)en->context)->all)
444 UEnumeration *en = NEW_ARRAY(UEnumeration, 1); local
467 UEnumeration *en = NEW_ARRAY(UEnumeration, 1); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
tsdcfmsy.cpp 41 DecimalFormatSymbols en(Locale::getEnglish(), status);
47 if(en == fr || ! (en != fr) ) {
53 UnicodeString zero = en.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol);
55 if(fr.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol) != en.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol)) {
59 UnicodeString group = en.getSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol);
61 if(fr.getSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol) != en.getSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol)) {
65 UnicodeString decimal = en.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol);
67 if(fr.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol) != en.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol)) {
71 UnicodeString perMill = en.getSymbol(DecimalFormatSymbols::kPerMillSymbol)
    [all...]
tsdtfmsy.cpp 186 DateFormatSymbols en(Locale::getEnglish(), status);
192 if(en == fr || ! (en != fr) ) {
199 const UnicodeString *eras = en.getEras(count);
205 const UnicodeString *eraNames = en.getEraNames(eraNamesCount);
213 const UnicodeString *narrowEras = en.getNarrowEras(narrowErasCount);
222 if( *en.getEras(count) != *fr.getEras(count)) {
226 const UnicodeString *months = en.getMonths(count);
228 if( *en.getMonths(count) != *fr.getMonths(count)) {
232 const UnicodeString *shortMonths = en.getShortMonths(count)
    [all...]
  /external/messageformat/javatests/com/android/messageformat/
SimpleMessageFormatTest.java 69 Locale en = Locale.ENGLISH; local
73 MessageFormat.formatNamedArgs(en, msg, "num", 91));
75 MessageFormat.formatNamedArgs(en, msg, "num", 22));
77 MessageFormat.formatNamedArgs(en, msg, "num", 33));
79 MessageFormat.formatNamedArgs(en, msg, "num", 11));
  /frameworks/base/core/java/android/text/
Editable.java 29 * Replaces the specified range (<code>st&hellip;en</code>) of text in this
52 public Editable replace(int st, int en, CharSequence source, int start, int end);
55 * Convenience for replace(st, en, text, 0, text.length())
58 public Editable replace(int st, int en, CharSequence text);
73 * Convenience for replace(st, en, "", 0, 0)
76 public Editable delete(int st, int en);

Completed in 569 milliseconds

1 2 3 4 5 6 7 8 91011>>