Searched refs:loc (Results 251 - 275 of 860) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/
H A DDateFmtPerf.h153 DateFmtFunction(int a, const char* loc) argument
156 strcpy(locale, loc);
173 Locale loc(locale);
176 DateFormat::kShort, DateFormat::kFull, loc);
247 NumFmtFunction(int a, const char* loc) argument
250 strcpy(locale, loc);
255 Locale loc(locale);
259 NumberFormat *fmt = NumberFormat::createInstance(loc, status);
376 StdioNumFmtFunction(int a, const char* loc) argument
379 strcpy(locale, loc);
454 CollationFunction(int a, const char* loc) argument
[all...]
/external/icu/icu4c/source/test/perf/DateFmtPerf/
H A DDateFmtPerf.h153 DateFmtFunction(int a, const char* loc) argument
156 strcpy(locale, loc);
173 Locale loc(locale);
176 DateFormat::kShort, DateFormat::kFull, loc);
247 NumFmtFunction(int a, const char* loc) argument
250 strcpy(locale, loc);
255 Locale loc(locale);
259 NumberFormat *fmt = NumberFormat::createInstance(loc, status);
376 StdioNumFmtFunction(int a, const char* loc) argument
379 strcpy(locale, loc);
454 CollationFunction(int a, const char* loc) argument
[all...]
/external/bison/src/
H A Dscan-code.l47 #define YY_USER_ACTION location_compute (loc, &loc->end, yytext, yyleng);
60 static location *loc = &the_location;
188 warn_at (*loc, _("stray '%s'"), yytext);
202 handle_action_dollar (self->rule, yytext, *loc);
209 handle_action_at (self->rule, yytext, *loc);
228 warn_at_indent (*loc, &indent,
231 warn_at_indent (*loc, &indent,
254 warn_at (*loc, _("use of YYFAIL, which is deprecated and will be"
269 fetch_type_name (yytext + 1, &type_name, *loc)[
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dcoll.cpp133 Locale loc; local
137 lkey.canonicalLocale(loc);
139 return Collator::makeInstance(loc, status);
169 Locale loc("");
170 lkey.canonicalLocale(loc);
171 return Collator::makeInstance(loc, status);
231 Collator::createUCollator(const char *loc, argument
236 Locale desiredLocale(loc);
380 Collator::createInstance(const Locale &loc, argument
387 collator=new RuleBasedCollator(loc, statu
681 Locale loc; local
835 char loc[ULOC_FULLNAME_CAPACITY]; local
[all...]
/external/stlport/src/c_locale_glibc/
H A Dc_locale_glibc2.c217 * locale loc expected either locale name indeed (platform-specific)
222 static char const*__Extract_locale_name( const char *loc, const char *category, char *buf ) argument
227 if( loc[0]=='L' && loc[1]=='C' && loc[2]=='_') {
228 expr = strstr( (char*)loc, category );
238 return loc;
241 char const*_Locale_extract_ctype_name(const char *loc, char *buf, argument
243 { return __Extract_locale_name( loc, "LC_CTYPE=", buf ); }
245 char const*_Locale_extract_numeric_name(const char *loc, cha argument
249 _Locale_extract_time_name(const char *loc, char *buf, struct _Locale_name_hint* hint, int *__err_code) argument
253 _Locale_extract_collate_name(const char *loc, char *buf, struct _Locale_name_hint* hint, int *__err_code) argument
257 _Locale_extract_monetary_name(const char *loc, char *buf, struct _Locale_name_hint* hint, int *__err_code) argument
261 _Locale_extract_messages_name(const char *loc, char *buf, struct _Locale_name_hint* hint, int *__err_code) argument
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dservls.cpp98 Locale loc; local
99 LocaleUtility::initLocaleFromName(locale, loc);
100 return registerInstance(objToAdopt, loc, LocaleKey::KIND_ANY,
264 const Locale& loc = Locale::getDefault(); local
268 if (loc != fallbackLocale) {
269 ncThis->fallbackLocale = loc;
270 LocaleUtility::initNameFromLocale(loc, ncThis->fallbackLocaleName);
/external/icu/icu4c/source/common/
H A Dservls.cpp98 Locale loc; local
99 LocaleUtility::initLocaleFromName(locale, loc);
100 return registerInstance(objToAdopt, loc, LocaleKey::KIND_ANY,
264 const Locale& loc = Locale::getDefault(); local
268 if (loc != fallbackLocale) {
269 ncThis->fallbackLocale = loc;
270 LocaleUtility::initNameFromLocale(loc, ncThis->fallbackLocaleName);
/external/libcxx/include/support/ibm/
H A Dxlocale.h41 _LC_locale_t *newloc, *loc; local
42 if ((loc = (_LC_locale_t *)__xopen_locale(locale)) == NULL)
56 newloc->lc_collate = loc->lc_collate;
58 newloc->lc_ctype = loc->lc_ctype;
60 // newloc->lc_messages = loc->lc_messages;
62 newloc->lc_monetary = loc->lc_monetary;
64 newloc->lc_time = loc->lc_time;
66 newloc->lc_numeric = loc->lc_numeric;
/external/arduino/hardware/arduino/cores/arduino/
H A DWString.cpp97 char String::charAt( unsigned int loc ) const
99 return operator[]( loc );
102 void String::setCharAt( unsigned int loc, const char aChar ) argument
105 if(_length > loc) {
106 _buffer[loc] = aChar;
252 int loc; local
253 while ( (loc = temp.indexOf( match )) != -1 )
255 newString += temp.substring( 0, loc );
257 temp = temp.substring( loc + match._length );
/external/bison/data/
H A Dlalr1.java67 * @@param loc The position at which the range is anchored. */
68 public ]b4_location_type[ (]b4_position_type[ loc) {
69 this.begin = this.end = loc;
140 * ]b4_locations_if([[@@param loc The location of the element to which the
143 void yyerror (]b4_locations_if([b4_location_type[ loc, ]])[String s);]
206 protected final void yyerror (]b4_locations_if([b4_location_type[ loc, ]])[String s) {
207 yylexer.yyerror (]b4_locations_if([loc, ])[s);
214 protected final void yyerror (]b4_position_type[ loc, String s) {
215 yylexer.yyerror (new ]b4_location_type[ (loc), s);
232 b4_locations_if([, ]b4_location_type[ loc])[) {
[all...]
/external/apache-http/src/org/apache/http/message/
H A DBasicHttpResponse.java185 public void setLocale(Locale loc) { argument
186 if (loc == null) {
189 this.locale = loc;
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view_test.cc703 gfx::Point loc(1, target_menu->height() - 1);
704 views::View::ConvertPointToScreen(target_menu, &loc);
707 ui_controls::SendMouseMoveNotifyWhenDone(loc.x() + 10, loc.y(),
711 ScheduleMouseMoveInBackground(loc.x(), loc.y());
718 gfx::Point loc(1, target_menu->height() - 2);
719 views::View::ConvertPointToScreen(target_menu, &loc);
720 ui_controls::SendMouseMove(loc.x(), loc
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dexecfile.py32 glo, loc = globals(), locals()
39 package = __import__(packagename, glo, loc, ['__path__'])
57 package = __import__(packagename, glo, loc, ['__path__'])
/external/chromium_org/third_party/skia/src/utils/
H A DSkBoundaryPatch.cpp76 SkPoint loc; local
77 SkEvalCubicAt(&fPts[e * 3], t, &loc, NULL, NULL);
78 return loc;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DBoolAssignmentChecker.cpp29 void checkBind(SVal loc, SVal val, const Stmt *S, CheckerContext &C) const;
54 void BoolAssignmentChecker::checkBind(SVal loc, SVal val, const Stmt *S, argument
59 dyn_cast_or_null<TypedValueRegion>(loc.getAsRegion());
/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util.h25 void *loc() const { return loc_; } function in class:MemLoc
68 Access(ml.loc(), false, size, expect_race);
71 Access(ml.loc(), true, size, expect_race);
/external/skia/src/utils/
H A DSkBoundaryPatch.cpp76 SkPoint loc; local
77 SkEvalCubicAt(&fPts[e * 3], t, &loc, NULL, NULL);
78 return loc;
/external/stlport/src/
H A Dlocale_impl.h116 friend void _STLP_CALL _release_Locale_impl( _Locale_impl *& loc );
119 friend class _STLP_NO_MEM_T_NAME(loc);
125 void _STLP_CALL _release_Locale_impl( _Locale_impl *& loc );
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dincaltst.cpp455 Locale loc("th_TH_TRADITIONAL"); // legacy
457 simpleTest(loc, expect, expectDate, status);
464 Locale loc("th_TH@calendar=buddhist");
466 simpleTest(loc, expect, expectDate, status);
473 Locale loc("th_TH@calendar=gregorian");
475 simpleTest(loc, expect, expectDate, status);
482 Locale loc("th_TH_TRADITIONAL@calendar=gregorian");
484 simpleTest(loc, expect, expectDate, status);
573 Locale loc("ja_JP@calendar=japanese");
576 simpleTest(loc, expec
883 simpleTest(const Locale& loc, const UnicodeString& expect, UDate expectDate, UErrorCode& status) argument
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dincaltst.cpp452 Locale loc("th_TH_TRADITIONAL"); // legacy
454 simpleTest(loc, expect, expectDate, status);
461 Locale loc("th_TH@calendar=buddhist");
463 simpleTest(loc, expect, expectDate, status);
470 Locale loc("th_TH@calendar=gregorian");
472 simpleTest(loc, expect, expectDate, status);
479 Locale loc("th_TH_TRADITIONAL@calendar=gregorian");
481 simpleTest(loc, expect, expectDate, status);
570 Locale loc("ja_JP@calendar=japanese");
573 simpleTest(loc, expec
880 simpleTest(const Locale& loc, const UnicodeString& expect, UDate expectDate, UErrorCode& status) argument
[all...]
/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.cpp852 for (int loc = maxAttributes - (arrayElementCount * m_type.getLocationSize()); loc >= 0; loc -= (arrayElementCount * m_type.getLocationSize()))
855 bindings.push_back(Bind("a_" + de::toString(ndx), loc));
916 for (int loc = maxAttributes - arrayElementCount * m_type.getLocationSize(); loc >= 0; loc -= m_type.getLocationSize() * arrayElementCount)
919 bindings.push_back(Bind("a_" + de::toString(ndx), loc));
922 bindings.push_back(Bind("a_" + de::toString(ndx + maxAttributes), loc));
958 for (int loc
[all...]
/external/chromium_org/native_client_sdk/src/tools/
H A Dsel_ldr.py44 for loc in qemu_locations:
45 if os.path.isfile(loc) and os.access(loc, os.X_OK):
46 qemu_bin = loc
/external/chromium_org/third_party/icu/source/samples/datefmt/answers/
H A Dmain_0.cpp57 Locale loc(LANGUAGE[i]);
H A Dmain_1.cpp56 Locale loc(LANGUAGE[i]);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_function_detect_recursion.cpp291 YYLTYPE loc; local
299 memset(&loc, 0, sizeof(loc));
300 _mesa_glsl_error(&loc, state,

Completed in 1521 milliseconds

<<11121314151617181920>>