HomeSort by relevance Sort by last modified time
    Searched refs:CStr (Results 1 - 25 of 39) sorted by null

1 2

  /external/icu/icu4c/source/common/
cstr.h 11 * File: cstr.h
24 * ICU-internal class CStr, a small helper class to facilitate passing UnicodeStrings
36 * printf("%s", CStr(s)());
38 * The explicit call to the CStr() constructor creates a temporary object.
46 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
    [all...]
cstr.cpp 14 #include "cstr.h"
21 CStr::CStr(const UnicodeString &in) {
47 CStr::~CStr() {
50 const char * CStr::operator ()() const {
rbbistbl.cpp 22 #include "cstr.h"
244 RBBIDebugPrintf("%-19s %8p %7d ", CStr(s->key)(), (void *)s->val, s->val->fSerialNum);
245 RBBIDebugPrintf(" %s\n", CStr(s->val->fLeftChild->fText)());
256 RBBIDebugPrintf("%s\n", CStr(s->key)());
rbbinode.cpp 29 #include "cstr.h"
332 RBBIDebugPrintf("%*s", minWidth, CStr(s)());
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.cpp 198 static void ParseConstraint(const std::string &CStr, CGIOperandList &Ops) {
200 std::string::size_type wpos = CStr.find_first_of(" \t");
201 std::string::size_type start = CStr.find_first_not_of(" \t");
202 std::string Tok = CStr.substr(start, wpos - start);
204 std::string Name = CStr.substr(wpos+1);
207 throw "Illegal format for @earlyclobber constraint: '" + CStr + "'";
220 std::string::size_type pos = CStr.find_first_of('=');
222 start = CStr.find_first_not_of(" \t");
223 std::string Name = CStr.substr(start, pos - start);
228 throw "Illegal format for tied-to constraint: '" + CStr + "'"
    [all...]
  /external/icu/icu4c/source/test/intltest/
rbbimonkeytest.cpp 22 #include "cstr.h"
135 printf("epandedDef: %s\n", CStr(expandedDef)());
141 u_errorName(status), CStr(name)());
154 IntlTest::gTest->logln("Redefinition of character class %s\n", CStr(cclass->fName)());
178 __FILE__, __LINE__, CStr(name)(), CStr(definition)());
208 printf("fExpandedRule: %s\n", CStr(thisRule->fExpandedRule)());
215 __FILE__, __LINE__, CStr(thisRule->fExpandedRule)());
227 localeName.append(CStr(value)(), -1, status);
241 IntlTest::gTest->errln("%s:%d Unrecognized break type %s", __FILE__, __LINE__, CStr(value)())
    [all...]
strtest.cpp 28 #include "cstr.h"
560 if (0 != strcmp(CStr(us)(), cs)) {
561 errln("%s:%d CStr(s)() failed. Expected \"%s\", got \"%s\"", __FILE__, __LINE__, cs, CStr(us)());
  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 204 static void ParseConstraint(const std::string &CStr, CGIOperandList &Ops) {
206 std::string::size_type wpos = CStr.find_first_of(" \t");
207 std::string::size_type start = CStr.find_first_not_of(" \t");
208 std::string Tok = CStr.substr(start, wpos - start);
210 std::string Name = CStr.substr(wpos+1);
213 PrintFatalError("Illegal format for @earlyclobber constraint: '" + CStr + "'");
226 std::string::size_type pos = CStr.find_first_of('=');
228 start = CStr.find_first_not_of(" \t");
229 std::string Name = CStr.substr(start, pos - start);
234 PrintFatalError("Illegal format for tied-to constraint: '" + CStr + "'")
    [all...]
  /external/icu/icu4c/source/i18n/
repattrn.cpp 20 #include "cstr.h"
760 printf("'%s'", CStr(UnicodeString(val))());
771 printf("%s", CStr(str)());
781 printf("%s", CStr(s)());
795 printf("%s", CStr(s)());
817 printf("Original Pattern: \"%s\"\n", CStr(patStr)());
822 printf(" Initial match string: \"%s\"\n", CStr(initialString)());
826 printf(" Match First Chars: %s\n", CStr(s)());
831 printf("'%s'\n", CStr(UnicodeString(fInitialChar))());
846 printf(" %d\t%s\n", number, CStr(*name)())
    [all...]
  /external/tinyxml2/
xmltest.cpp 510 printf( "%s", streamer.CStr() );
515 XMLTest( "Compact mode", "<element><sub attrib=\"true\"/><sub/></element>", streamer.CStr(), false );
624 const char* cStr = ele->Attribute( "str" );
644 XMLTest( "Attribute round trip. c-string.", "strValue", cStr );
    [all...]
  /frameworks/av/media/libeffects/config/src/
EffectsConfig.cpp 55 return printer.CStr();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
DWARFYAML.h 91 StringRef CStr;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ObjectYAML/
DWARFYAML.h 91 StringRef CStr;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ObjectYAML/
DWARFYAML.h 91 StringRef CStr;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ObjectYAML/
DWARFYAML.h 92 StringRef CStr;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ObjectYAML/
DWARFYAML.h 92 StringRef CStr;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ObjectYAML/
DWARFYAML.h 92 StringRef CStr;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ObjectYAML/
DWARFYAML.h 92 StringRef CStr;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
DWARFYAML.h 91 StringRef CStr;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ObjectYAML/
DWARFYAML.h 91 StringRef CStr;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ObjectYAML/
DWARFYAML.h 91 StringRef CStr;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ObjectYAML/
DWARFYAML.h 92 StringRef CStr;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ObjectYAML/
DWARFYAML.h 92 StringRef CStr;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ObjectYAML/
DWARFYAML.h 92 StringRef CStr;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ObjectYAML/
DWARFYAML.h 92 StringRef CStr;

Completed in 2138 milliseconds

1 2