/external/icu4c/test/intltest/ |
nmfmapts.cpp | 311 StringEnumeration* locs = NumberFormat::getAvailableLocales(); local 317 for (res = locs->snext(status); res; res = locs->snext(status)) { 395 for (res = locs->snext(status); res; res = locs->snext(status)) { 399 locs->reset(status); // now in synch again, we hope 400 for (res = locs->snext(status); res; res = locs->snext(status)) { 404 delete locs;
|
incaltst.cpp | 99 const char *locs [40] = { "en_US_VALLEYGIRL", local 126 for(j=0;locs[j];j++) { 127 logln(UnicodeString("Creating calendar of locale ") + locs[j]); 129 c = Calendar::createInstance(locs[j], status); 130 CHECK(status, "creating '" + UnicodeString(locs[j]) + "' calendar"); 134 dataerrln(UnicodeString(locs[j]) + UnicodeString("Calendar type ") + c->getType() + " instead of " + types[j]);
|
numfmtst.cpp | 1413 const Locale* locs = NumberFormat::getAvailableLocales(locCount); local [all...] |
/external/elfutils/libdw/ |
dwarf_end.c | 39 tdestroy (p->locs, noop_free);
|
libdw_findcu.c | 92 newp->locs = NULL;
|
dwarf_getloclist.c | 79 struct loc_s **found = tfind (&fake, &cu->locs, loc_compare); 292 (void) tsearch (newp, &cu->locs, loc_compare);
|
ChangeLog | 151 * dwarf_end.c (cu_free): Call tdestroy for locs member. Use new 161 Add locs member to struct Dwarf_CU. 162 * libdw_fundcu.c: Initialize locs member of new CU.
|
libdwP.h | 244 void *locs; member in struct:Dwarf_CU
|
/external/clearsilver/python/examples/trans/ |
db_trans.py | 55 self.addTable("locs", "nt_trans_locs", TransLocTable)
|
trans.py | 340 for (s, locs) in uniq.items(): 341 locs = map(lambda x: "%s:%s:%d" % x, locs) 342 fp.write('#: %s\n' % (string.join(locs, ','))) 347 for (s, locs) in uniq.items(): 349 for (fname, ofs, l) in locs:
|
/frameworks/base/awt/org/apache/harmony/awt/im/ |
InputMethodContext.java | 371 Locale[] locs = desc.getAvailableLocales(); local 372 for (Locale element : locs) {
|
/frameworks/base/docs/html/sdk/ |
android-1.1.jd | 18 <li><a href="#locs">UI Localizations</a> 132 <h2 id="locs">UI Localizations</h2>
|
android-1.5.jd | 20 <li><a href="#locs">Locales</a></li> 306 <h2 id="locs" style="margin-top:.75em;">Locales</h2>
|
android-2.0.1.jd | 18 <li><a href="#locs">Locales</a></li> 168 <h2 id="locs" style="margin-top:.75em;">Locales</h2>
|
android-2.0.jd | 18 <li><a href="#locs">Locales</a></li> 157 <h2 id="locs" style="margin-top:.75em;">Locales</h2>
|
android-2.1.jd | 19 <li><a href="#locs">Locales</a></li> 298 <h2 id="locs" style="margin-top:.75em;">Locales</h2>
|
android-1.6.jd | 20 <li><a href="#locs">Locales</a></li> 437 <h2 id="locs" style="margin-top:.75em;">Locales</h2>
|
android-2.2.jd | 19 <li><a href="#locs">Locales</a></li> 368 <h2 id="locs" style="margin-top:.75em;">Locales</h2>
|
/external/icu4c/i18n/ |
rbnf.cpp | 649 const UnicodeString& locs, 661 LocalizationInfo* locinfo = StringLocalizationInfo::create(locs, perror, status); 666 const UnicodeString& locs, 678 LocalizationInfo* locinfo = StringLocalizationInfo::create(locs, perror, status); [all...] |
/external/icu4c/common/ |
uresbund.c | 2528 UEnumeration *locs = NULL; local [all...] |
/external/icu4c/test/cintltst/ |
creststn.c | 1413 UEnumeration *locs= NULL; local [all...] |
/frameworks/base/docs/html/guide/tutorials/localization/ |
index.jd | 545 href="{@docRoot}sdk/android-2.0.html#locs">Android 2.0 locales</a>.</p>
|
/frameworks/base/docs/html/resources/tutorials/localization/ |
index.jd | 545 href="{@docRoot}sdk/android-2.0.html#locs">Android 2.0 locales</a>.</p>
|
/prebuilt/linux-x86/bcc/ |
bcc | |