HomeSort by relevance Sort by last modified time
    Searched refs:textStr (Results 1 - 9 of 9) sorted by null

  /external/icu/icu4c/source/common/
schriter.cpp 34 StringCharacterIterator::StringCharacterIterator(const UnicodeString& textStr)
35 : UCharCharacterIterator(textStr.getBuffer(), textStr.length()),
36 text(textStr)
42 StringCharacterIterator::StringCharacterIterator(const UnicodeString& textStr,
44 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textPos),
45 text(textStr)
51 StringCharacterIterator::StringCharacterIterator(const UnicodeString& textStr,
55 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textBegin, textEnd, textPos)
    [all...]
  /external/icu/icu4c/source/common/unicode/
schriter.h 48 * Create an iterator over the UnicodeString referred to by "textStr".
51 * @param textStr The unicode string used to create an iterator
54 StringCharacterIterator(const UnicodeString& textStr);
57 * Create an iterator over the UnicodeString referred to by "textStr".
61 * @param textStr The unicode string used to create an iterator
65 StringCharacterIterator(const UnicodeString& textStr,
69 * Create an iterator over the UnicodeString referred to by "textStr".
78 * @param textStr The unicode string used to create the StringCharacterIterator
84 StringCharacterIterator(const UnicodeString& textStr,
  /external/deqp-deps/SPIRV-Tools/test/
text_destroy_test.cpp 24 char textStr[] = R"(
48 EXPECT_EQ(SPV_SUCCESS, spvTextToBinary(context, textStr, strlen(textStr),
test_fixture.h 45 char textStr[] = "substitute the text member variable with your test";
46 text = {textStr, strlen(textStr)};
binary_to_text_test.cpp 41 const char* textStr = R"(
62 spv_text_t text = {textStr, strlen(textStr)};
  /external/swiftshader/third_party/SPIRV-Tools/test/
text_destroy_test.cpp 24 char textStr[] = R"(
48 EXPECT_EQ(SPV_SUCCESS, spvTextToBinary(context, textStr, strlen(textStr),
test_fixture.h 45 char textStr[] = "substitute the text member variable with your test";
46 text = {textStr, strlen(textStr)};
binary_to_text_test.cpp 45 const char* textStr = R"(
66 spv_text_t text = {textStr, strlen(textStr)};
  /external/icu/icu4c/source/test/intltest/
citrtest.cpp 30 SCharacterIterator(const UnicodeString& textStr){
31 text = textStr;
33 textLength = textStr.length();
    [all...]

Completed in 235 milliseconds