Searched refs:curLoc (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp216 DebugLoc curLoc = MI.getDebugLoc();
218 if (prevDebugLoc.isUnknown() && curLoc.isUnknown())
221 if (prevDebugLoc == curLoc)
224 prevDebugLoc = curLoc;
226 if (curLoc.isUnknown())
234 DIScope Scope(curLoc.getScope(ctx));
253 this->emitSrcInText(fileName.str(), curLoc.getLine());
257 << " " << curLoc.getLine() << " " << curLoc.getCol();
/external/icu4c/test/cintltst/
H A Dcapitst.c889 const char *curLoc = "bn"; local
914 log_data_err("ERROR: Creating collator from rules failed with locale: %s : %s\n", curLoc, myErrorName(status));
961 char* curLoc; local
991 curLoc = (char *)uloc_getAvailable(x);
992 log_verbose("Processing %s\n", curLoc);
995 c1 = ucol_open(curLoc, &err);
997 log_err("ERROR: Normal collation creation failed with locale: %s : %s\n", curLoc, myErrorName(err));
1007 log_err("ERROR: Creating collator from rules failed with locale: %s : %s\n", curLoc, myErrorName(err));
1011 uld = ulocdata_open(curLoc, &err);
/external/icu4c/i18n/
H A Ddtptngen.cpp1705 int32_t curLoc = startPos; local
1706 if ( curLoc >= pattern.length()) {
1711 UChar c=pattern.charAt(curLoc);
1713 curLoc++;
1716 startPos = curLoc;
1721 if ( pattern.charAt(curLoc)!= pattern.charAt(startPos) ) {
1724 } while(curLoc <= pattern.length());
1725 *len = curLoc-startPos;
H A Dcalendar.cpp391 Locale curLoc; // current locale local
394 lkey.currentLocale(curLoc);
404 fprintf(stderr, "BasicCalendarFactory::create() - cur %s, can %s\n", (const char*)curLoc.getName(), (const char*)canLoc.getName());
410 fprintf(stderr, "BasicCalendarFactory - not handling %s.[%s]\n", (const char*) curLoc.getName(), tmp );

Completed in 139 milliseconds