Lines Matching refs:index
2000 for (size_t index = 0; index < count; index++) {
2003 std::wstring childwChineseCharacter = wChinese.substr(index, 1);
2004 if (index == 0 && isMultiPronunciation) {
2013 index--;
2043 for (int index = 0; index < len; index++) {
2045 CharacterTransliterate::chineseTable_[index].chineseCharacters_.find(chineseCharacterString);
2047 initials.push_back(StringToWstring(CharacterTransliterate::chineseTable_[index].initials));
2048 nameFullFights.push_back(StringToWstring(CharacterTransliterate::chineseTable_[index].nameFullFight_));