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

1 2 3 4

  /external/svox/pico/lib/
picobase.c 101 picoos_uint32 lc; local
103 lc = utf32;
105 lc = (utf32 + 32);
107 lc = (utf32 + 40);
132 lc = (utf32 + 1);
142 lc = (utf32 - 8);
146 lc = (utf32 - 8);
151 lc = (utf32 + 16);
156 lc = (utf32 + 26);
159 lc = 8112
498 picoos_uint32 lc; local
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/fastwc/
wc1.l 7 int cc = 0, wc = 0, lc = 0;
13 \n ++lc; ++cc;
16 printf( "%8d %8d %8d\n", lc, wc, cc );
wc2.l 8 int cc = 0, wc = 0, lc = 0;
11 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
15 \n+ cc += yyleng; lc += yyleng;
18 printf( "%8d %8d %8d\n", lc, wc, cc );
wc4.l 9 int cc = 0, wc = 0, lc = 0;
12 {word}{ws}*\n ++wc; cc += yyleng; ++lc;
14 {words}{word}{ws}*\n wc += 2; cc += yyleng; ++lc;
16 {words}{2}{word}{ws}*\n wc += 3; cc += yyleng; ++lc;
18 {words}{3}{word}{ws}*\n wc += 4; cc += yyleng; ++lc;
22 \n+ cc += yyleng; lc += yyleng;
25 printf( "%8d %8d %8d\n", lc, wc, cc );
mywc.c 8 register int c, cc = 0, wc = 0, lc = 0; local
23 ++lc;
25 done: printf( "%8d%8d%8d\n", lc, wc, cc );
wc3.l 9 int cc = 0, wc = 0, lc = 0;
12 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
19 \n+ cc += yyleng; lc += yyleng;
22 printf( "%8d %8d %8d\n", lc, wc, cc );
wc5.l 9 int cc = 0, wc = 0, lc = 0;
12 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
19 \n+ cc += yyleng; lc += yyleng;
22 printf( "%8d %8d %8d\n", lc, wc, cc );
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccFileHandler.java 293 LoadLinearFixedContext lc; local
306 lc = (LoadLinearFixedContext) ar.userObj;
308 response = lc.onLoaded;
327 lc = (LoadLinearFixedContext) ar.userObj;
329 response = lc.onLoaded;
359 lc = (LoadLinearFixedContext) ar.userObj;
361 response = lc.onLoaded;
376 fileid = lc.efid;
377 recordNum = lc.recordNum;
387 lc.recordSize = data[RESPONSE_DATA_RECORD_LENGTH] & 0xFF
    [all...]
  /external/elfutils/libelf-po/
Makefile 149 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
150 if test -n "$$lc"; then \
151 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
152 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
153 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
154 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
155 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
158 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
161 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old;
    [all...]
  /external/elfutils/po/
Makefile 180 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
181 if test -n "$$lc"; then \
182 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
183 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
184 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
185 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
186 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
189 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
192 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old;
    [all...]
  /development/pdk/pndk/samples/sample/
Makefile 9 LIBS := -lc -lm
  /external/stlport/src/c_locale_win32/
c_locale_win32.c 184 _Locale_lcid_t lc; member in struct:_Locale_ctype
190 _Locale_lcid_t lc; member in struct:_Locale_numeric
198 _Locale_lcid_t lc; member in struct:_Locale_time
214 _Locale_lcid_t lc; member in struct:_Locale_collate
219 _Locale_lcid_t lc; member in struct:_Locale_monetary
269 { return (ltype != 0) ? &ltype->lc : 0; }
271 { return (lnumeric != 0) ? &lnumeric->lc : 0; }
273 { return (ltime != 0) ? &ltime->lc : 0; }
275 { return (lcollate != 0) ? &lcollate->lc : 0; }
277 { return (lmonetary != 0) ? &lmonetary->lc : 0;
    [all...]
c_wlocale_win32.c 26 _Locale_lcid_t lc; member in struct:_Locale_codecvt
49 LCMapStringW(ltype->lc.id, LCMAP_LOWERCASE, &in_c, 1, &res, 1);
57 LCMapStringW(ltype->lc.id, LCMAP_UPPERCASE, &in_c, 1, &res, 1);
72 if (__GetLCIDFromName(name, &lcodecvt->lc.id, cp_name, lc_hint) == -1)
95 return __GetLocaleName(lcodecvt->lc.id, cp_buf, buf);
204 result = CompareStringW(lcol->lc.id, 0, s1, size1, s2, size2);
236 result = LCMapStringW(lcol->lc.id, LCMAP_SORTKEY, src, (int)src_size, dst, (int)dst_size);
248 GetLocaleInfoW(lnum->lc.id, LOCALE_SDECIMAL, buf, 4);
254 GetLocaleInfoW(lnum->lc.id, LOCALE_STHOUSAND, buf, 4);
274 { GetLocaleInfoW(lmon->lc.id, LOCALE_SINTLSYMBOL, buf, (int)bufSize); return buf; }
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 184 _Locale_lcid_t lc; member in struct:_Locale_ctype
190 _Locale_lcid_t lc; member in struct:_Locale_numeric
198 _Locale_lcid_t lc; member in struct:_Locale_time
214 _Locale_lcid_t lc; member in struct:_Locale_collate
219 _Locale_lcid_t lc; member in struct:_Locale_monetary
269 { return (ltype != 0) ? &ltype->lc : 0; }
271 { return (lnumeric != 0) ? &lnumeric->lc : 0; }
273 { return (ltime != 0) ? &ltime->lc : 0; }
275 { return (lcollate != 0) ? &lcollate->lc : 0; }
277 { return (lmonetary != 0) ? &lmonetary->lc : 0;
    [all...]
c_wlocale_win32.c 26 _Locale_lcid_t lc; member in struct:_Locale_codecvt
49 LCMapStringW(ltype->lc.id, LCMAP_LOWERCASE, &in_c, 1, &res, 1);
57 LCMapStringW(ltype->lc.id, LCMAP_UPPERCASE, &in_c, 1, &res, 1);
72 if (__GetLCIDFromName(name, &lcodecvt->lc.id, cp_name, lc_hint) == -1)
95 return __GetLocaleName(lcodecvt->lc.id, cp_buf, buf);
204 result = CompareStringW(lcol->lc.id, 0, s1, size1, s2, size2);
236 result = LCMapStringW(lcol->lc.id, LCMAP_SORTKEY, src, (int)src_size, dst, (int)dst_size);
248 GetLocaleInfoW(lnum->lc.id, LOCALE_SDECIMAL, buf, 4);
254 GetLocaleInfoW(lnum->lc.id, LOCALE_STHOUSAND, buf, 4);
274 { GetLocaleInfoW(lmon->lc.id, LOCALE_SINTLSYMBOL, buf, (int)bufSize); return buf; }
    [all...]
  /external/skia/src/core/
SkTSearch.cpp 76 return SkStrSearch(base, count, tolc.lc(), len, elemSize);
95 // assign lc to our preallocated storage if len is small enough, or allocate
97 char* lc; local
99 lc = fStorage;
101 lc = (char*)sk_malloc_throw(len + 1);
103 fLC = lc;
112 lc[i] = c;
114 lc[len] = 0;
  /external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
SDL_dlcompat.c 593 struct load_command *lc = 0; local
598 lc = (struct load_command *)((char *)mh + sizeof(struct mach_header));
599 for (n = 0; n < mh->ncmds; n++, lc = (struct load_command *)((char *)lc + lc->cmdsize))
601 if ((LC_LOAD_DYLIB == lc->cmd) || (LC_LOAD_WEAK_DYLIB == lc->cmd))
604 my_find_image((char *)(((struct dylib_command *)lc)->dylib.name.offset +
605 (char *)lc))))
1195 struct load_command *lc = 0 local
    [all...]
  /external/v8/test/mjsunit/
regexp-multiline.js 82 function check_case(lc, uc) {
83 var a = new RegExp("^" + lc + "$");
85 a = new RegExp("^" + lc + "$", "i");
89 assertFalse(A.test(lc));
91 assertTrue(A.test(lc));
93 a = new RegExp("^[" + lc + "]$");
95 a = new RegExp("^[" + lc + "]$", "i");
99 assertFalse(A.test(lc));
101 assertTrue(A.test(lc));
regexp-multiline-stack-trace.js 86 function check_case(lc, uc) {
87 var a = new RegExp("^" + lc + "$");
89 a = new RegExp("^" + lc + "$", "i");
93 assertFalse(A.test(lc));
95 assertTrue(A.test(lc));
97 a = new RegExp("^[" + lc + "]$");
99 a = new RegExp("^[" + lc + "]$", "i");
103 assertFalse(A.test(lc));
105 assertTrue(A.test(lc));
  /external/chromium/net/third_party/nss/ssl/
ssltrace.c 183 unsigned lc = LEN(bp+7); local
192 PrintBuf(ss, "challenge", bp+9+lcs+ls, lc);
217 unsigned lc = LEN(bp+5); local
227 PrintBuf(ss, "certificate", bp+11, lc);
228 PrintBuf(ss, "cipher-specs", bp+11+lc, lcs);
229 PrintBuf(ss, "connection-id", bp+11+lc+lcs, lci);
247 unsigned lc = LEN(bp+2); local
251 PrintBuf(ss, "certificate", bp+6, lc);
252 PrintBuf(ss, "response", bp+6+lc, lr);
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 52 } elsif ( lc $ARGV[0] eq "add" ) {
55 } elsif ( lc $ARGV[0] eq "del" ) {
60 if ( lc substr($resp,0,1) eq "y" ) {
63 } elsif ( lc $ARGV[0] eq "listusers" or lc $ARGV[0] eq "writehostsfile" ) {
66 if ( lc $ARGV[0] eq "writehostsfile" ) {
74 if ( lc $ARGV[0] eq "listusers" ) {
82 if ( lc $ARGV[0] eq "writehostsfile" ) {
89 } elsif ( lc $ARGV[0] eq "listen" ) {
  /external/tinyxml/
Android.mk 25 LOCAL_LDFLAGS:= $(TOOL_LDFLAGS) -lstdc++ -lc
  /external/webkit/WebKitTools/Scripts/
sort-Xcode-project-file 158 return lc($aFileName) cmp lc($bFileName);
166 return lc($aFileName) cmp lc($bFileName);
  /external/openssl/crypto/bn/
bn_mul.c 766 BN_ULONG ll,lc,*lp,*mp; local
904 lc=c1;
906 ll=(r[i]+lc)&BN_MASK2;
908 lc=(lc > ll);
909 } while (lc);
913 lc= -c1;
916 r[i++]=(ll-lc)&BN_MASK2;
917 lc=(lc > ll)
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-103087.js 37 var lc = ''; variable
138 re.exec(lc);
153 lc = RegExp.leftContext;

Completed in 376 milliseconds

1 2 3 4