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

1 2 3 4 5

  /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/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
LanguageCallbackTest.java 36 LanguageCallback lc; field in class:LanguageCallbackTest
42 lc = new LanguageCallback();
44 lc.setLocale(locale);
45 assertEquals("US", lc.getLocale().getCountry());
52 lc = new LanguageCallback();
53 assertNull(lc.getLocale());
55 lc.setLocale(null);
  /external/webkit/Tools/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/core/tests/coretests/src/android/net/
LinkSocketTest.java 38 LinkCapabilities lc; local
40 lc = new LinkCapabilities();
41 assertEquals(0, lc.size());
42 assertEquals(true, lc.isEmpty());
  /development/tools/emulator/opengl/host/tools/emugen/
EntryPoint.cpp 95 bool EntryPoint::parse(unsigned int lc, const std::string & str)
113 fprintf(stderr, "line: %d: Parsing error in field <%s>\n", lc, field.c_str());
134 fprintf(stderr, "line: %d: Parsing error in field <%s>\n", lc, field.c_str());
140 fprintf(stderr, "%d: Unknown type: %s\n", lc, vartype.c_str());
205 int EntryPoint::setAttribute(const std::string &line, size_t lc)
216 fprintf(stderr, "ERROR: %u: Missing variable name in 'len' attribute\n", (unsigned int)lc);
222 (unsigned int)lc, varname.c_str(), name().c_str());
233 fprintf(stderr, "ERROR: %u: Missing variable name in 'param_check' attribute\n", (unsigned int)lc);
239 (unsigned int)lc, varname.c_str(), name().c_str());
250 fprintf(stderr, "ERROR: %u: Missing variable name in 'dir' attribute\n", (unsigned int)lc);
    [all...]
EntryPoint.h 33 bool parse(unsigned int lc, const std::string & str);
50 int setAttribute(const std::string &line, size_t lc);
61 void err(unsigned int lc, const char *msg) {
62 fprintf(stderr, "line %d: %s\n", lc, msg);
TypeFactory.cpp 77 int lc = 0; local
79 lc++;
88 fprintf(stderr, "Error: %d : missing type name\n", lc);
95 fprintf(stderr, "Error: %d : missing type width\n", lc);
102 fprintf(stderr, "Error: %d : missing print-string\n", lc);
110 fprintf(stderr, "Error: %d : missing ispointer definition\n", lc);
121 fprintf(stderr, "Error: %d : invalid isPointer definition, must be either \"true\" or \"false\"\n", lc);
127 fprintf(stderr, "Error: %d : unknown var width: %d\n", lc, atoi(size.c_str()));
134 lc, name.c_str(), lc);
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
LoginContext1Test.java 831 LoginContext lc = new LoginContext(CONFIG_NAME); local
832 lc.login();
853 LoginContext lc = new LoginContext(CONFIG_NAME); local
854 lc.login();
855 lc.login();
867 LoginContext lc = new LoginContext(CONFIG_NAME); local
868 lc.login();
869 Subject subj0 = lc.getSubject();
871 lc.logout();
873 lc.login()
886 LoginContext lc = new LoginContext(CONFIG_NAME); local
915 LoginContext lc = new LoginContext(CONFIG_NAME); local
1063 LoginContext lc = new LoginContext(CONFIG_NAME); local
1098 LoginContext lc = new LoginContext(CONFIG_NAME); local
1126 LoginContext lc = new LoginContext(CONFIG_NAME); local
1147 LoginContext lc = new LoginContext(CONFIG_NAME); local
1177 LoginContext lc = new LoginContext(CONFIG_NAME); local
1200 LoginContext lc = new LoginContext(CONFIG_NAME); local
1222 LoginContext lc = new LoginContext(CONFIG_NAME); local
1241 LoginContext lc = new LoginContext(CONFIG_NAME); local
1260 LoginContext lc = new LoginContext(CONFIG_NAME); local
1279 LoginContext lc = new LoginContext(CONFIG_NAME); local
1299 LoginContext lc = new LoginContext(CONFIG_NAME); local
1318 LoginContext lc = new LoginContext(CONFIG_NAME); local
1337 LoginContext lc = new LoginContext(CONFIG_NAME); local
1357 LoginContext lc = new LoginContext(CONFIG_NAME); local
1383 LoginContext lc = new LoginContext(CONFIG_NAME); local
1413 LoginContext lc = new LoginContext(CONFIG_NAME); local
1446 LoginContext lc = new LoginContext(CONFIG_NAME); local
1480 LoginContext lc = new LoginContext(CONFIG_NAME); local
1507 LoginContext lc = new LoginContext(CONFIG_NAME); local
1536 LoginContext lc = new LoginContext(CONFIG_NAME); local
1564 LoginContext lc = new LoginContext(CONFIG_NAME); local
1600 LoginContext lc = new LoginContext(CONFIG_NAME); local
1626 LoginContext lc = new LoginContext(CONFIG_NAME); local
1652 LoginContext lc = new LoginContext(CONFIG_NAME); local
1670 LoginContext lc = new LoginContext(CONFIG_NAME); local
1691 LoginContext lc = new LoginContext(CONFIG_NAME); local
1715 LoginContext lc = new LoginContext(CONFIG_NAME); local
1736 LoginContext lc = new LoginContext(CONFIG_NAME); local
1757 LoginContext lc = new LoginContext(CONFIG_NAME); local
1775 LoginContext lc = new LoginContext(CONFIG_NAME); local
1787 LoginContext lc = new LoginContext(CONFIG_NAME); local
1801 LoginContext lc = new LoginContext(CONFIG_NAME); local
2032 LoginContext lc = new LoginContext(CONFIG_NAME, null, null, local
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/serialization/
LanguageCallbackTest.java 39 LanguageCallback lc = new LanguageCallback(); local
40 lc.setLocale(Locale.UK);
41 return new Object[] { lc };
  /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));

Completed in 1975 milliseconds

1 2 3 4 5