Searched refs:INDEXER_STR_SHARP (Results 1 – 8 of 8) sorted by relevance
64 if (alphabet[0] != INDEXER_STR_SHARP || indexerLabel_[0] != INDEXER_STR_SHARP) { in BuildIndexerAlphabet()164 bubbleText_ = AceType::MakeRefPtr<TextComponent>(StringUtils::Str16ToStr8(INDEXER_STR_SHARP)); in BuildBubbleBox()206 if (isFirstItem_ || strSection == INDEXER_STR_SHARP || strSection == INDEXER_STR_COLLECT) { in BuildTextItem()208 if (!userDefineList_ || strSection != INDEXER_STR_SHARP) { in BuildTextItem()253 BuildTextItem(INDEXER_STR_SHARP, INDEXER_STR_SHARP); in BuildIndexerItems()259 if (!userDefineList_ && strItem == INDEXER_STR_SHARP) { in BuildIndexerItems()357 if (item && (item->GetSectionStr() == INDEXER_STR_SHARP)) { in AddItemToSharp()516 if (item && (item->GetSectionStr() == INDEXER_STR_SHARP)) { in RemoveItemFromSharp()
78 if (strSection_ == INDEXER_STR_SHARP) { in IsCorrectItem()106 if (strSection_ == INDEXER_STR_SHARP) { in AddIndexKey()148 if (strSection_ != INDEXER_STR_SHARP) { in AddIndexKeyForSharp()197 if (strSection_ == INDEXER_STR_SHARP) { in RemoveIndexKey()228 if (strSection_ != INDEXER_STR_SHARP) { in RemoveIndexKeyForSharp()
36 inline const std::u16string INDEXER_STR_SHARP = StringUtils::Str8ToStr16("#"); variable
231 if (indexerItem->GetSectionText() == StringUtils::Str16ToStr8(INDEXER_STR_SHARP) || in NeedChangeIndexer()
32 inline const std::u16string INDEXER_STR_SHARP = StringUtils::Str8ToStr16("#"); variable
131 … sharpItemCount_ = fullArrayValue_.at(0) == StringUtils::Str16ToStr8(INDEXER_STR_SHARP) ? 1 : 0; in InitArrayValue()
102 … bubbleText_ = AceType::MakeRefPtr<TextComponent>(StringUtils::Str16ToStr8(INDEXER_STR_SHARP)); in BuildBubbleBox()
34 inline const std::u16string INDEXER_STR_SHARP = StringUtils::Str8ToStr16("#"); variable