Home
last modified time | relevance | path

Searched refs:textStr (Results 1 - 17 of 17) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Dschriter.cpp34 StringCharacterIterator::StringCharacterIterator(const UnicodeString& textStr) in StringCharacterIterator() argument
35 : UCharCharacterIterator(textStr.getBuffer(), textStr.length()), in StringCharacterIterator()
36 text(textStr) in StringCharacterIterator()
42 StringCharacterIterator::StringCharacterIterator(const UnicodeString& textStr, in StringCharacterIterator() argument
44 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textPos), in StringCharacterIterator()
45 text(textStr) in StringCharacterIterator()
51 StringCharacterIterator::StringCharacterIterator(const UnicodeString& textStr, in StringCharacterIterator() argument
55 : UCharCharacterIterator(textStr in StringCharacterIterator()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dschriter.cpp34 StringCharacterIterator::StringCharacterIterator(const UnicodeString& textStr) in StringCharacterIterator() argument
35 : UCharCharacterIterator(textStr.getBuffer(), textStr.length()), in StringCharacterIterator()
36 text(textStr) in StringCharacterIterator()
42 StringCharacterIterator::StringCharacterIterator(const UnicodeString& textStr, in StringCharacterIterator() argument
44 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textPos), in StringCharacterIterator()
45 text(textStr) in StringCharacterIterator()
51 StringCharacterIterator::StringCharacterIterator(const UnicodeString& textStr, in StringCharacterIterator() argument
55 : UCharCharacterIterator(textStr in StringCharacterIterator()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dschriter.cpp34 StringCharacterIterator::StringCharacterIterator(const UnicodeString& textStr) in StringCharacterIterator() argument
35 : UCharCharacterIterator(textStr.getBuffer(), textStr.length()), in StringCharacterIterator()
36 text(textStr) in StringCharacterIterator()
42 StringCharacterIterator::StringCharacterIterator(const UnicodeString& textStr, in StringCharacterIterator() argument
44 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textPos), in StringCharacterIterator()
45 text(textStr) in StringCharacterIterator()
51 StringCharacterIterator::StringCharacterIterator(const UnicodeString& textStr, in StringCharacterIterator() argument
55 : UCharCharacterIterator(textStr in StringCharacterIterator()
[all...]
/third_party/icu/icu4c/source/common/unicode/
H A Dschriter.h51 * Create an iterator over the UnicodeString referred to by "textStr".
54 * @param textStr The unicode string used to create an iterator
57 StringCharacterIterator(const UnicodeString& textStr);
60 * Create an iterator over the UnicodeString referred to by "textStr".
64 * @param textStr The unicode string used to create an iterator
68 StringCharacterIterator(const UnicodeString& textStr,
72 * Create an iterator over the UnicodeString referred to by "textStr".
81 * @param textStr The unicode string used to create the StringCharacterIterator
87 StringCharacterIterator(const UnicodeString& textStr,
/third_party/node/deps/icu-small/source/common/unicode/
H A Dschriter.h51 * Create an iterator over the UnicodeString referred to by "textStr".
54 * @param textStr The unicode string used to create an iterator
57 StringCharacterIterator(const UnicodeString& textStr);
60 * Create an iterator over the UnicodeString referred to by "textStr".
64 * @param textStr The unicode string used to create an iterator
68 StringCharacterIterator(const UnicodeString& textStr,
72 * Create an iterator over the UnicodeString referred to by "textStr".
81 * @param textStr The unicode string used to create the StringCharacterIterator
87 StringCharacterIterator(const UnicodeString& textStr,
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtext_destroy_test.cpp24 char textStr[] = R"( in TEST() local
48 EXPECT_EQ(SPV_SUCCESS, spvTextToBinary(context, textStr, strlen(textStr), in TEST()
H A Dtest_fixture.h45 char textStr[] = "substitute the text member variable with your test"; in TextToBinaryTestBase() local
46 text = {textStr, strlen(textStr)}; in TextToBinaryTestBase()
H A Dbinary_to_text_test.cpp45 const char* textStr = R"( variable
66 spv_text_t text = {textStr, strlen(textStr)};
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dtext_destroy_test.cpp24 char textStr[] = R"( in TEST() local
48 EXPECT_EQ(SPV_SUCCESS, spvTextToBinary(context, textStr, strlen(textStr), in TEST()
H A Dtest_fixture.h45 char textStr[] = "substitute the text member variable with your test"; in TextToBinaryTestBase() local
46 text = {textStr, strlen(textStr)}; in TextToBinaryTestBase()
H A Dbinary_to_text_test.cpp45 const char* textStr = R"( variable
66 spv_text_t text = {textStr, strlen(textStr)};
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dschriter.h51 * Create an iterator over the UnicodeString referred to by "textStr".
54 * @param textStr The unicode string used to create an iterator
57 StringCharacterIterator(const UnicodeString& textStr);
60 * Create an iterator over the UnicodeString referred to by "textStr".
64 * @param textStr The unicode string used to create an iterator
68 StringCharacterIterator(const UnicodeString& textStr,
72 * Create an iterator over the UnicodeString referred to by "textStr".
81 * @param textStr The unicode string used to create the StringCharacterIterator
87 StringCharacterIterator(const UnicodeString& textStr,
/third_party/spirv-tools/test/
H A Dtext_destroy_test.cpp24 char textStr[] = R"( in TEST() local
48 EXPECT_EQ(SPV_SUCCESS, spvTextToBinary(context, textStr, strlen(textStr), in TEST()
H A Dtest_fixture.h46 char textStr[] = "substitute the text member variable with your test"; in TextToBinaryTestBase() local
47 text = {textStr, strlen(textStr)}; in TextToBinaryTestBase()
H A Dbinary_to_text_test.cpp45 const char* textStr = R"( variable
66 spv_text_t text = {textStr, strlen(textStr)};
/third_party/icu/icu4c/source/test/intltest/
H A Dcitrtest.cpp30 SCharacterIterator(const UnicodeString& textStr){ in SCharacterIterator() argument
31 text = textStr; in SCharacterIterator()
33 textLength = textStr.length(); in SCharacterIterator()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DProgramExecutableVk.cpp1984 std::string textStr = text.str(); in outputCumulativePerfCounters() local
1985 if (!textStr.empty()) in outputCumulativePerfCounters()
1992 std::istringstream iss(textStr); in outputCumulativePerfCounters()

Completed in 18 milliseconds