Searched defs:ltype (Results 1 - 7 of 7) sorted by relevance

/external/stlport/src/c_locale_win32/
H A Dc_wlocale_win32.c35 _Locale_mask_t _WLocale_ctype(_Locale_ctype_t* ltype, wint_t c, argument
41 _STLP_MARK_PARAMETER_AS_UNUSED(ltype)
45 wint_t _WLocale_tolower(_Locale_ctype_t* ltype, wint_t c) { argument
49 LCMapStringW(ltype->lc.id, LCMAP_LOWERCASE, &in_c, 1, &res, 1);
53 wint_t _WLocale_toupper(_Locale_ctype_t* ltype, wint_t c) { argument
57 LCMapStringW(ltype->lc.id, LCMAP_UPPERCASE, &in_c, 1, &res, 1);
H A Dc_locale_win32.c268 _Locale_lcid_t* _Locale_get_ctype_hint(_Locale_ctype_t* ltype) argument
269 { return (ltype != 0) ? &ltype->lc : 0; }
314 _Locale_ctype_t *ltype = (_Locale_ctype_t*)malloc(sizeof(_Locale_ctype_t)); local
316 if (!ltype) { *__err_code = _STLP_LOC_NO_MEMORY; return ltype; }
317 memset(ltype, 0, sizeof(_Locale_ctype_t));
319 if (__GetLCIDFromName(name, &ltype->lc.id, cp_name, lc_hint) == -1)
320 { free(ltype); *__err_code = _STLP_LOC_UNKNOWN_NAME; return NULL; }
323 if ( ltype
912 _Locale_ctype_name(const _Locale_ctype_t* ltype, char* buf) argument
936 _Locale_ctype_destroy(_Locale_ctype_t* ltype) argument
1030 _Locale_ctype_table(_Locale_ctype_t* ltype) argument
1035 _Locale_toupper(_Locale_ctype_t* ltype, int c) argument
1055 _Locale_tolower(_Locale_ctype_t* ltype, int c) argument
[all...]
/external/dhcpcd/
H A Ddhcp.c442 uint8_t ltype; local
450 ltype = l & 0xc0;
451 if (ltype == 0x80 || ltype == 0x40)
453 else if (ltype == 0xc0) { /* pointer */
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c202 u32 ltype; member in struct:tdb_lock_type
256 static int tdb_lock(struct tdb_context *tdb, int list, int ltype);
257 static int tdb_unlock(struct tdb_context *tdb, int list, int ltype);
259 static int tdb_transaction_lock(struct tdb_context *tdb, int ltype);
401 static int _tdb_lock(struct tdb_context *tdb, int list, int ltype, int op) argument
405 bool mark_lock = ((ltype & TDB_MARK_LOCK) == TDB_MARK_LOCK);
407 ltype &= ~TDB_MARK_LOCK;
411 (ltype == tdb->global_lock.ltype || ltype
474 tdb_lock(struct tdb_context *tdb, int list, int ltype) argument
486 tdb_lock_nonblock(struct tdb_context *tdb, int list, int ltype) argument
495 tdb_unlock(struct tdb_context *tdb, int list, int ltype) argument
582 tdb_transaction_lock(struct tdb_context *tdb, int ltype) argument
617 _tdb_lockall(struct tdb_context *tdb, int ltype, int op) argument
660 _tdb_unlockall(struct tdb_context *tdb, int ltype) argument
[all...]
/external/svox/pico/lib/
H A Dpicopr.c1194 picoos_uint8 ltype; local
1211 if ((lid > 0) && picoktab_getIntPropTokenType(pr->graphs, lid, &ltype) &&
1212 ((ltype == PICODATA_ITEMINFO1_TOKTYPE_LETTERV) /*|| (ltype == PICODATA_ITEMINFO1_TOKTYPE_DIGIT)*/)) {
1217 ltype = PICODATA_ITEMINFO1_TOKTYPE_UNDEFINED;
1324 picoos_int32 ltype; local
1335 ltype = picokpr_getOutItemType(network, outitem);
1336 switch (ltype) {
1345 switch (ltype) {
1388 if (ltype
1691 picoos_uint8 ltype; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1130 milliseconds