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

/external/llvm/unittests/Support/
H A DConvertUTFTest.cpp71 std::vector<unsigned> UnicodeScalars; member in struct:ConvertUTFResultContainer
83 Result.UnicodeScalars.push_back(US0);
85 Result.UnicodeScalars.push_back(US1);
87 Result.UnicodeScalars.push_back(US2);
89 Result.UnicodeScalars.push_back(US3);
91 Result.UnicodeScalars.push_back(US4);
93 Result.UnicodeScalars.push_back(US5);
95 Result.UnicodeScalars.push_back(US6);
97 Result.UnicodeScalars.push_back(US7);
151 if (Expected.UnicodeScalars !
[all...]

Completed in 344 milliseconds