Searched refs:en (Results 1 - 25 of 117) sorted by relevance

12345

/external/icu4c/common/
H A Duenum.c32 static void* _getBuffer(UEnumeration* en, int32_t capacity) { argument
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
57 uenum_close(UEnumeration* en) argument
72 uenum_count(UEnumeration* en, UErrorCode* status) argument
87 uenum_unextDefault(UEnumeration* en, int32_t* resultLength, UErrorCode* status) argument
114 uenum_nextDefault(UEnumeration* en, int32_t* resultLength, UErrorCode* status) argument
139 uenum_unext(UEnumeration* en, int32_t* resultLength, UErrorCode* status) argument
155 uenum_next(UEnumeration* en, int32_t* resultLength, UErrorCode* status) argument
171 uenum_reset(UEnumeration* en, UErrorCode* status) argument
[all...]
H A Duenumimp.h40 * @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...]
H A Dustrenum.cpp160 #define THIS(en) ((U_NAMESPACE_QUALIFIER StringEnumeration*)(en->context))
168 ustrenum_close(UEnumeration* en) { argument
169 delete THIS(en);
170 uprv_free(en);
177 ustrenum_count(UEnumeration* en, argument
180 return THIS(en)->count(*ec);
187 ustrenum_unext(UEnumeration* en, argument
191 return THIS(en)->unext(resultLength, *ec);
198 ustrenum_next(UEnumeration* en, argument
209 ustrenum_reset(UEnumeration* en, UErrorCode* ec) argument
264 ucharstrenum_close(UEnumeration* en) argument
269 ucharstrenum_count(UEnumeration* en, UErrorCode* ) argument
275 ucharstrenum_next(UEnumeration* en, int32_t* resultLength, UErrorCode* ) argument
290 ucharstrenum_reset(UEnumeration* en, UErrorCode* ) argument
[all...]
H A Dulist.h36 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);
/external/svox/pico/lang/
H A DPicoLangDefaultInSystem.mk10 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
H A DPicoLangEnGBInSystem.mk2 # 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
H A DPicoLangEnUsInSystem.mk2 # 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/webrtc/src/common_audio/signal_processing_library/main/source/
H A Denergy.c22 WebRtc_Word32 en = 0; local
30 en += WEBRTC_SPL_MUL_16_16_RSFT(*vectorptr, *vectorptr, scaling);
35 return en;
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duenum.h32 * Disposes of resources in use by the iterator. If en is NULL,
35 * @param en UEnumeration structure pointer
39 uenum_close(UEnumeration* en);
49 * @param en UEnumeration structure pointer
56 uenum_count(UEnumeration* en, UErrorCode* status);
65 * @param en the iterator object
80 uenum_unext(UEnumeration* en,
94 * @param en the iterator object
113 uenum_next(UEnumeration* en,
121 * @param en th
[all...]
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Duenum.h32 * Disposes of resources in use by the iterator. If en is NULL,
35 * @param en UEnumeration structure pointer
39 uenum_close(UEnumeration* en);
49 * @param en UEnumeration structure pointer
56 uenum_count(UEnumeration* en, UErrorCode* status);
65 * @param en the iterator object
80 uenum_unext(UEnumeration* en,
94 * @param en the iterator object
113 uenum_next(UEnumeration* en,
121 * @param en th
[all...]
/external/webkit/Source/WebCore/icu/unicode/
H A Duenum.h32 * Disposes of resources in use by the iterator. If en is NULL,
35 * @param en UEnumeration structure pointer
39 uenum_close(UEnumeration* en);
49 * @param en UEnumeration structure pointer
56 uenum_count(UEnumeration* en, UErrorCode* status);
65 * @param en the iterator object
80 uenum_unext(UEnumeration* en,
94 * @param en the iterator object
113 uenum_next(UEnumeration* en,
121 * @param en th
[all...]
/external/srec/config/en.us/
H A Dadb_pull_system_usr_srec_bothtags5.sh5 adb pull $TESTDIR/config/en.us/out_SHIP_bothtags5.txt out_SHIP_bothtags5.txt
6 adb pull $TESTDIR/config/en.us/recog4_SHIP_bothtags5.res recog4_SHIP_bothtags5.res
8 adb pull $TESTDIR/config/en.us/linux_ship_a1__VCE_Pete_Gonzalez.raw linux_ship_a1__VCE_Pete_Gonzalez.raw
9 adb pull $TESTDIR/config/en.us/linux_ship_a2__VCE_Andrew_Evans.raw linux_ship_a2__VCE_Andrew_Evans.raw
10 adb pull $TESTDIR/config/en.us/linux_ship_a3__VCE_Peter_Wilson.raw linux_ship_a3__VCE_Peter_Wilson.raw
11 adb pull $TESTDIR/config/en.us/linux_ship_a4__VCE_Edgar_Young.raw linux_ship_a4__VCE_Edgar_Young.raw
12 adb pull $TESTDIR/config/en.us/linux_ship_a5__VCE_John_Martinez.raw linux_ship_a5__VCE_John_Martinez.raw
H A Dadb_pull_system_usr_srec_bothtags5_from_saved.sh5 adb pull $TESTDIR/config/en.us/out_SHIP_bothtags5_from_saved.txt out_SHIP_bothtags5_from_saved.txt
6 adb pull $TESTDIR/config/en.us/recog4_SHIP_bothtags5_from_saved.res recog4_SHIP_bothtags5_from_saved.res
8 adb pull $TESTDIR/config/en.us/linux_ship_a1__VCE_Pete_Gonzalez_from_saved.raw linux_ship_a1__VCE_Pete_Gonzalez_from_saved.raw
9 adb pull $TESTDIR/config/en.us/linux_ship_a2__VCE_Andrew_Evans_from_saved.raw linux_ship_a2__VCE_Andrew_Evans_from_saved.raw
10 adb pull $TESTDIR/config/en.us/linux_ship_a3__VCE_Peter_Wilson_from_saved.raw linux_ship_a3__VCE_Peter_Wilson_from_saved.raw
11 adb pull $TESTDIR/config/en.us/linux_ship_a4__VCE_Edgar_Young_from_saved.raw linux_ship_a4__VCE_Edgar_Young_from_saved.raw
12 adb pull $TESTDIR/config/en.us/linux_ship_a5__VCE_John_Martinez_from_saved.raw linux_ship_a5__VCE_John_Martinez_from_saved.raw
14 adb pull $TESTDIR/config/en.us/bothtags5_saved.g2g bothtags5_saved.g2g
H A Dadb_pull_system_usr_srec_change_sample_rate2.sh5 adb pull $TESTDIR/config/en.us/out_SHIP_change_sample_rate2.txt out_SHIP_change_sample_rate2.txt
6 adb pull $TESTDIR/config/en.us/recog4_SHIP_change_sample_rate2.res recog4_SHIP_change_sample_rate2.res
H A Dadb_pull_system_usr_srec_set_get_param.sh5 adb pull $TESTDIR/config/en.us/out_SHIP_set_get_param.txt out_SHIP_set_get_param.txt
6 adb pull $TESTDIR/config/en.us/recog4_SHIP_set_get_param.res recog4_SHIP_set_get_param.res
H A Dadb_pull_system_usr_srec_liveaudio.sh5 adb pull $TESTDIR/config/en.us/recog4_SHIP_liveaudio.res recog4_SHIP_liveaudio.res
/external/srec/tests/
H A DAndroid.mk9 ../config/en.us/tcp/bothtags5.tcp \
10 ../config/en.us/tcp/bothtags5_from_saved.tcp \
11 ../config/en.us/tcp/change_sample_rate2.tcp \
12 ../config/en.us/tcp/recognize_1_live.tcp \
13 ../config/en.us/tcp/recognize_10_live.tcp \
14 ../config/en.us/tcp/set_get_param.tcp \
15 ../config/en.us/audio/v139/v139_024.nwv \
16 ../config/en.us/audio/v139/v139_254.nwv \
17 ../config/en.us/audio/v139/v139_127.nwv \
18 ../config/en
[all...]
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/
H A DLazyDERSequence.java22 Enumeration en = new LazyDERConstructionEnumeration(encoded);
24 while (en.hasMoreElements())
26 addObject((DEREncodable)en.nextElement());
56 Enumeration en = new LazyDERConstructionEnumeration(encoded);
59 while (en.hasMoreElements())
61 en.nextElement();
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dbuildall.sh4 ./buildpkb.sh en GB kh0
5 ./buildpkb.sh en US lh0
11 ./buildbin.sh en-GB kh0
12 ./buildbin.sh en-US lh0
/external/icu4c/common/unicode/
H A Duenum.h42 * 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 th
[all...]
/external/icu4c/test/cintltst/
H A Duenumtst.c47 #define cont ((chArrayContext *)en->context)
50 chArrayClose(UEnumeration *en) { argument
55 free(en);
59 chArrayCount(UEnumeration *en, UErrorCode *status) { argument
64 chArrayUNext(UEnumeration *en, int32_t *resultLength, UErrorCode *status) { argument
81 chArrayNext(UEnumeration *en, int32_t *resultLength, UErrorCode *status) { argument
93 chArrayReset(UEnumeration *en, UErrorCode *status) { argument
152 #define ucont ((uchArrayContext *)en->context)
155 uchArrayClose(UEnumeration *en) { argument
156 free(en);
160 uchArrayCount(UEnumeration *en, UErrorCode *status) argument
165 uchArrayUNext(UEnumeration *en, int32_t *resultLength, UErrorCode *status) argument
177 uchArrayReset(UEnumeration *en, UErrorCode *status) argument
199 UEnumeration *en = (UEnumeration *)malloc(sizeof(UEnumeration)); local
209 UEnumeration *en = getchArrayEnum(test1, sizeof(test1)/sizeof(test1[0])); local
270 UEnumeration *en = (UEnumeration *)malloc(sizeof(UEnumeration)); local
280 UEnumeration *en = getuchArrayEnum(test2, sizeof(test2)/sizeof(test2[0])); local
[all...]
/external/icu4c/samples/uresb/
H A Dresources.mak4 TARGETS = en.res root.res sr.res
20 en.res : en.txt
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
H A DSasl1Test.java76 Enumeration<SaslClientFactory> en = Sasl.getSaslClientFactories();
77 assertNotNull("List of SaslClientFactories should not be null", en);
78 assertFalse("List of SaslClientFactories should not haves elements", en
91 Enumeration<SaslServerFactory> en = Sasl.getSaslServerFactories();
92 assertNotNull("List of SaslServerFactories should not be null", en);
93 assertFalse("List of SaslServerFactories should not have elements", en
/external/icu4c/test/intltest/
H A Dtsdcfmsy.cpp45 DecimalFormatSymbols en(Locale::getEnglish(), status);
51 if(en == fr || ! (en != fr) ) {
57 UnicodeString zero = en.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol);
59 if(fr.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol) != en.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol)) {
63 UnicodeString group = en.getSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol);
65 if(fr.getSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol) != en.getSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol)) {
69 UnicodeString decimal = en.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol);
71 if(fr.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol) != en.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol)) {
75 UnicodeString perMill = en
[all...]
H A Dtsdtfmsy.cpp150 DateFormatSymbols en(Locale::getEnglish(), status);
156 if(en == fr || ! (en != fr) ) {
163 const UnicodeString *eras = en.getEras(count);
169 const UnicodeString *eraNames = en.getEraNames(eraNamesCount);
177 const UnicodeString *narrowEras = en.getNarrowEras(narrowErasCount);
186 if( *en.getEras(count) != *fr.getEras(count)) {
190 const UnicodeString *months = en.getMonths(count);
192 if( *en.getMonths(count) != *fr.getMonths(count)) {
196 const UnicodeString *shortMonths = en
[all...]

Completed in 410 milliseconds

12345