Home
last modified time | relevance | path

Searched refs:CStr (Results 1 – 19 of 19) sorted by relevance

/external/icu/icu4c/source/common/
Dcstr.h46 class U_COMMON_API CStr : public UMemory {
48 CStr(const UnicodeString &in);
49 ~CStr();
54 CStr(const CStr &other); // Forbid copying of this class.
55 CStr &operator =(const CStr &other); // Forbid assignment.
Dcstr.cpp21 CStr::CStr(const UnicodeString &in) { in CStr() function in CStr
47 CStr::~CStr() { in ~CStr()
50 const char * CStr::operator ()() const { in operator ()()
Drbbistbl.cpp244 RBBIDebugPrintf("%-19s %8p %7d ", CStr(s->key)(), (void *)s->val, s->val->fSerialNum); in rbbiSymtablePrint()
245 RBBIDebugPrintf(" %s\n", CStr(s->val->fLeftChild->fText)()); in rbbiSymtablePrint()
256 RBBIDebugPrintf("%s\n", CStr(s->key)()); in rbbiSymtablePrint()
Drbbinode.cpp332 RBBIDebugPrintf("%*s", minWidth, CStr(s)()); in RBBI_DEBUG_printUnicodeString()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.cpp198 static void ParseConstraint(const std::string &CStr, CGIOperandList &Ops) { in ParseConstraint() argument
200 std::string::size_type wpos = CStr.find_first_of(" \t"); in ParseConstraint()
201 std::string::size_type start = CStr.find_first_not_of(" \t"); in ParseConstraint()
202 std::string Tok = CStr.substr(start, wpos - start); in ParseConstraint()
204 std::string Name = CStr.substr(wpos+1); in ParseConstraint()
207 throw "Illegal format for @earlyclobber constraint: '" + CStr + "'"; in ParseConstraint()
220 std::string::size_type pos = CStr.find_first_of('='); in ParseConstraint()
222 start = CStr.find_first_not_of(" \t"); in ParseConstraint()
223 std::string Name = CStr.substr(start, pos - start); in ParseConstraint()
228 throw "Illegal format for tied-to constraint: '" + CStr + "'"; in ParseConstraint()
[all …]
/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp204 static void ParseConstraint(const std::string &CStr, CGIOperandList &Ops) { in ParseConstraint() argument
206 std::string::size_type wpos = CStr.find_first_of(" \t"); in ParseConstraint()
207 std::string::size_type start = CStr.find_first_not_of(" \t"); in ParseConstraint()
208 std::string Tok = CStr.substr(start, wpos - start); in ParseConstraint()
210 std::string Name = CStr.substr(wpos+1); in ParseConstraint()
213 PrintFatalError("Illegal format for @earlyclobber constraint: '" + CStr + "'"); in ParseConstraint()
226 std::string::size_type pos = CStr.find_first_of('='); in ParseConstraint()
228 start = CStr.find_first_not_of(" \t"); in ParseConstraint()
229 std::string Name = CStr.substr(start, pos - start); in ParseConstraint()
234 PrintFatalError("Illegal format for tied-to constraint: '" + CStr + "'"); in ParseConstraint()
[all …]
/external/icu/icu4c/source/test/intltest/
Drbbimonkeytest.cpp135 printf("epandedDef: %s\n", CStr(expandedDef)()); in addCharClass()
141 u_errorName(status), CStr(name)()); in addCharClass()
154 IntlTest::gTest->logln("Redefinition of character class %s\n", CStr(cclass->fName)()); in addCharClass()
178 __FILE__, __LINE__, CStr(name)(), CStr(definition)()); in addRule()
208 printf("fExpandedRule: %s\n", CStr(thisRule->fExpandedRule)()); in addRule()
215 __FILE__, __LINE__, CStr(thisRule->fExpandedRule)()); in addRule()
227 localeName.append(CStr(value)(), -1, status); in setKeywordParameter()
241 … IntlTest::gTest->errln("%s:%d Unrecognized break type %s", __FILE__, __LINE__, CStr(value)()); in setKeywordParameter()
305 printf("scanned class: %s = %s\n", CStr(className)(), CStr(classDef)()); in compileRules()
322 printf("scanned rule: %s : %s\n", CStr(ruleName)(), CStr(ruleDef)()); in compileRules()
[all …]
Dstrtest.cpp545 if (0 != strcmp(CStr(us)(), cs)) { in TestCStr()
546 … errln("%s:%d CStr(s)() failed. Expected \"%s\", got \"%s\"", __FILE__, __LINE__, cs, CStr(us)()); in TestCStr()
Dutxttest.cpp1554 …__FILE__, __LINE__, CStr(str.tempSubString(startIdx, 20))(), CStr(UnicodeString(extractBuffer))()); in Ticket12130()
1581 …__FILE__, __LINE__, CStr(str.tempSubString(startIdx, 20))(), CStr(UnicodeString(extractBuffer))()); in Ticket12130()
Ddtifmtts.cpp1554 …rln("%s:%d Expected \"%s\", got \"%s\"", __FILE__, __LINE__, CStr(*gExpectedResult)(), CStr(result… in threadFunc11669()
Dtzfmttst.cpp561 threadNumber, gLocaleData->locales[locidx].getName(), CStr(pattern)()); in RunTimeRoundTripTests()
Dmeasfmttest.cpp1801 … unit->getType(), unit->getSubtype(), localeID, (int)width, CStr(expStr)(), CStr(dnam)()); in helperTestDisplayName()
/external/icu/icu4c/source/i18n/
Drepattrn.cpp760 printf("'%s'", CStr(UnicodeString(val))()); in dumpOp()
771 printf("%s", CStr(str)()); in dumpOp()
781 printf("%s", CStr(s)()); in dumpOp()
795 printf("%s", CStr(s)()); in dumpOp()
817 printf("Original Pattern: \"%s\"\n", CStr(patStr)()); in dumpPattern()
822 printf(" Initial match string: \"%s\"\n", CStr(initialString)()); in dumpPattern()
826 printf(" Match First Chars: %s\n", CStr(s)()); in dumpPattern()
831 printf("'%s'\n", CStr(UnicodeString(fInitialChar))()); in dumpPattern()
846 printf(" %d\t%s\n", number, CStr(*name)()); in dumpPattern()
Drematch.cpp2763 printf("Original Pattern: \"%s\"\n", CStr(StringFromUText(fPattern->fPattern))()); in MatchAt()
2764 printf("Input String: \"%s\"\n\n", CStr(StringFromUText(fInputText))()); in MatchAt()
4327 printf("Original Pattern: \"%s\"\n", CStr(StringFromUText(fPattern->fPattern))()); in MatchChunkAt()
4328 printf("Input String: \"%s\"\n\n", CStr(StringFromUText(fInputText))()); in MatchChunkAt()
/external/clang/tools/c-index-test/
Dc-index-test.c306 static void PrintCString(const char *CStr) { in PrintCString() argument
307 if (CStr != NULL && CStr[0] != '\0') { in PrintCString()
308 for ( ; *CStr; ++CStr) { in PrintCString()
309 const char C = *CStr; in PrintCString()
322 static void PrintCStringWithPrefix(const char *Prefix, const char *CStr) { in PrintCStringWithPrefix() argument
324 PrintCString(CStr); in PrintCStringWithPrefix()
/external/icu/icu4c/source/tools/toolutil/
Dudbgutil.cpp697 fTable[ticket][where].insert(std::string(icu::CStr(ustr)())); in add()
/external/tinyxml2/
Dtinyxml2.h1440 const char* CStr() const { return buffer.Mem(); } in CStr() function
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h1775 const char* CStr() { return buffer.c_str(); } in CStr() function
/external/doclava/res/assets/templates-sdk/assets/js/
Dandroid_3p-bundle.js2323 …l|CByte|CChar|CDate|CDbl|CDec|Char|CInt|Class|CLng|CObj|Const|CShort|CSng|CStr|CType|Date|Decimal|…