/ohos5.0/foundation/ability/idl_tool/idl_tool_2/lexer/ |
H A D | lexer.cpp | 131 file_->GetChar(); in SkipCurrentLine() 148 file_->GetChar(); in SkipCurrentLine() 198 file_->GetChar(); in ReadCacheableTime() 208 file_->GetChar(); in ReadCacheableTime() 306 file_->GetChar(); in ReadNum() 366 file_->GetChar(); in ReadOctNum() 408 file_->GetChar(); in ReadDecNum() 433 file_->GetChar(); in ReadShiftLeftOp() 450 file_->GetChar(); in ReadShiftRightOp() 467 file_->GetChar(); in ReadPPlusOp() [all …]
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/lexer/ |
H A D | lexer.cpp | 117 file_->GetChar(); in SkipCurrentLine() 134 file_->GetChar(); in SkipCurrentLine() 184 file_->GetChar(); in ReadToken() 244 file_->GetChar(); in ReadId() 259 file_->GetChar(); in ReadNum() 319 file_->GetChar(); in ReadOctNum() 361 file_->GetChar(); in ReadDecNum() 386 file_->GetChar(); in ReadShiftLeftOp() 403 file_->GetChar(); in ReadShiftRightOp() 420 file_->GetChar(); in ReadPPlusOp() [all …]
|
/ohos5.0/foundation/ability/idl_tool/parser/ |
H A D | lexer.cpp | 90 char c = currentFile_->GetChar(); in ReadToken() 154 c = currentFile_->GetChar(); in ReadIdentifier() 159 currentFile_->GetChar(); in ReadIdentifier() 180 c = currentFile_->GetChar(); in ReadLineComment() 197 c = currentFile_->GetChar(); in ReadBlockComment() 200 c = currentFile_->GetChar(); in ReadBlockComment() 215 currentFile_->GetChar(); in SkipCurrentLine() 224 int c = currentFile_->GetChar(); in SkipCurrentLine() 229 currentFile_->GetChar(); in SkipCurrentLine() 372 currentFile_->GetChar(); in ParseCacheable() [all …]
|
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | lexer.cpp | 125 bool Lexer::GetChar(char &c, bool skipSpace) in GetChar() function in Lexer 189 if (!GetChar(c)) { in ProcessComment() 195 while (c != '\n' && GetChar(c)) {} in ProcessComment() 201 while (GetChar(c)) { in ProcessComment() 202 if (c == '*' && GetChar(c) && c == '/') { in ProcessComment() 250 GetChar(c, false); // skip first '"' in LexFromString() 252 while (GetChar(c, false) && c != '"') { in LexFromString() 254 GetChar(c, false); in LexFromString() 304 GetChar(c, false); in LexFromNumber() 386 (void)GetChar(c, false); in ConsumeChar()
|
H A D | lexer.h | 46 bool GetChar(char &c, bool skipSpace = true);
|
/ohos5.0/foundation/ability/ability_base/test/unittest/base/ |
H A D | base_test.cpp | 474 EXPECT_EQ(Char::GetChar(str, 0), U'今'); 475 EXPECT_EQ(Char::GetChar(str, 1), U'天'); 476 EXPECT_EQ(Char::GetChar(str, 2), U'气'); 477 EXPECT_EQ(Char::GetChar(str, 3), U'温'); 478 EXPECT_EQ(Char::GetChar(str, 4), U'真'); 479 EXPECT_EQ(Char::GetChar(str, 5), U'不'); 480 EXPECT_EQ(Char::GetChar(str, 6), U'错'); 481 EXPECT_EQ(Char::GetChar(str, 7), U'有'); 482 EXPECT_EQ(Char::GetChar(str, 8), '2'); 483 EXPECT_EQ(Char::GetChar(str, 9), '3'); [all …]
|
H A D | zchar_wrapper_test.cpp | 177 EXPECT_EQ(Char::INVALID_CHAR, zcharValue.GetChar(str, index)); 191 EXPECT_EQ(Char::INVALID_CHAR, zcharValue.GetChar(str, index)); 205 EXPECT_EQ(Char::INVALID_CHAR, zcharValue.GetChar(str, index));
|
/ohos5.0/foundation/ability/ability_base/interfaces/inner_api/base/src/ |
H A D | zchar_wrapper.cpp | 62 return Box(GetChar(str, 0)); in Parse() 114 zchar Char::GetChar(const std::string &str, /* [in] */ in GetChar() function in OHOS::AAFwk::Char
|
/ohos5.0/base/tee/tee_client/services/cadaemon/src/ca_daemon/ |
H A D | cadaemon_stub.cpp | 89 static bool GetChar(MessageParcel &data, char tempChar[], const char **str) in GetChar() function 126 if (!GetChar(data, tempChar, &name)) { in InitContextRecvProc() 343 retTmp = GetChar(data, tempChar, &taPath); in OpenSessionRecvProc() 557 if (!GetChar(data, tempChar, &path)) { in SendSecFileRecvProc()
|
/ohos5.0/foundation/ability/idl_tool/util/ |
H A D | file.h | 42 char GetChar();
|
H A D | file.cpp | 89 char File::GetChar() in GetChar() function in OHOS::Idl::File
|
/ohos5.0/foundation/ability/ability_base/interfaces/inner_api/base/include/ |
H A D | zchar_wrapper.h | 51 static zchar GetChar(const std::string &str, /* [in] */
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/ |
H A D | file.cpp | 90 char File::GetChar() in GetChar() function in OHOS::Idl::File 363 fileStr.Append(GetChar()); in CreatePartDir()
|
H A D | file.h | 43 char GetChar();
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/ |
H A D | file.cpp | 83 char File::GetChar() in GetChar() function in OHOS::HDI::File 337 fileStr.Append(GetChar()); in CreateParentDir()
|
H A D | file.h | 36 char GetChar();
|