HomeSort by relevance Sort by last modified time
    Searched full:newloc (Results 1 - 13 of 13) 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...]
  /libcore/luni/src/main/java/libcore/icu/
NativeBreakIterator.java 88 int newLoc = currentImpl(this.address);
89 this.charIter.setIndex(newLoc);
  /external/icu4c/test/cintltst/
cloctst.c     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 862 void addEdge(PathDiagnosticLocation NewLoc, bool alwaysAdd = false);
864 void rawAddEdge(PathDiagnosticLocation NewLoc);
931 void EdgeBuilder::rawAddEdge(PathDiagnosticLocation NewLoc) {
933 PrevLoc = NewLoc;
937 const PathDiagnosticLocation &NewLocClean = cleanUpLocation(NewLoc);
949 PrevLoc = NewLoc;
952 void EdgeBuilder::addEdge(PathDiagnosticLocation NewLoc, bool alwaysAdd) {
954 if (!alwaysAdd && NewLoc.asLocation().isMacroID())
957 const PathDiagnosticLocation &CLoc = getContextLocation(NewLoc);
    [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 286 const FunctionProtoType *New, SourceLocation NewLoc) {
293 Old, OldLoc, New, NewLoc);
303 SourceLocation NewLoc,
318 Old = ResolveExceptionSpec(NewLoc, Old);
321 New = ResolveExceptionSpec(NewLoc, New);
371 Diag(NewLoc, DiagID);
459 Diag(NewLoc, DiagID);
490 Diag(NewLoc, DiagID);
    [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 215 SourceLocation NewLoc =
217 return FullSourceLoc(NewLoc, CSM);
  /external/clang/lib/Lex/
Pragma.cpp     [all...]
  /external/clang/include/clang/Sema/
Initialization.h 222 static InitializedEntity InitializeNew(SourceLocation NewLoc, QualType Type) {
223 return InitializedEntity(EK_New, NewLoc, Type);
    [all...]
Sema.h     [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp 834 const MachineLocation &NewLoc = Loc.isReg() ?
836 return NewLoc;
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 1076 milliseconds