HomeSort by relevance Sort by last modified time
    Searched full:newloc (Results 1 - 16 of 16) sorted by null

  /external/icu4c/test/intltest/
aliastst.cpp 60 Locale newLoc(_LOCALE_ALIAS[i][1]);
62 logln(UnicodeString(newLoc.getName())+" is not available. Skipping!");
65 logln("\nold locale:%s new locale:%s",oldLoc.getName(),newLoc.getName());
67 Calendar* c2 = Calendar::createInstance(newLoc, status);
72 if (strcmp(newLoc.getName(), l1)!=0) {
73 errln("CalendarTest: newLoc!=l1: newLoc= "+UnicodeString(newLoc.getName()) +" l1= "+UnicodeString(l1));
79 errln("CalendarTest: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName()))
    [all...]
  /external/elfutils/libdw/
dwarf_getlocation.c 141 struct loclist *newloc; local
142 newloc = (struct loclist *) alloca (sizeof (struct loclist));
143 newloc->number = 0;
144 newloc->number2 = 0;
145 newloc->offset = data - block->data;
146 newloc->next = loclist;
147 loclist = newloc;
150 switch ((newloc->atom = *data++))
163 newloc->number = read_4ubyte_unaligned_inc (dbg, data);
170 newloc->number = read_8ubyte_unaligned_inc (dbg, data)
    [all...]
  /development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
CurvedMotion.java 119 public void setButtonLoc(PathPoint newLoc) {
120 mButton.setTranslationX(newLoc.mX);
121 mButton.setTranslationY(newLoc.mY);
  /ndk/sources/cxx-stl/llvm-libc++/src/support/win32/
locale_win32.cpp 20 locale_t uselocale( locale_t newloc )
26 setlocale( LC_ALL, newloc->locinfo->lc_category[LC_ALL].locale );
  /external/icu4c/test/cintltst/
cloctst.c     [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 331 const FunctionProtoType *New, SourceLocation NewLoc) {
337 Old, OldLoc, New, NewLoc);
351 SourceLocation NewLoc,
366 Old = ResolveExceptionSpec(NewLoc, Old);
369 New = ResolveExceptionSpec(NewLoc, New);
419 Diag(NewLoc, DiagID);
507 Diag(NewLoc, DiagID);
538 Diag(NewLoc, DiagID);
    [all...]
SemaTemplate.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/src/
ios.cpp 132 ios_base::imbue(const locale& newloc)
137 loc_storage = newloc;
  /ndk/sources/cxx-stl/llvm-libc++/include/support/win32/
locale_win32.h 36 locale_t uselocale( locale_t newloc );
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 217 SourceLocation NewLoc =
219 return FullSourceLoc(NewLoc, CSM);
  /external/clang/lib/Lex/
Pragma.cpp     [all...]
  /external/clang/include/clang/Sema/
Initialization.h 236 static InitializedEntity InitializeNew(SourceLocation NewLoc, QualType Type) {
237 return InitializedEntity(EK_New, NewLoc, Type);
    [all...]
Sema.h     [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 1152 milliseconds