fix them all

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
pappeste
2021-06-25 18:33:22 -07:00
committed by Esteban Papp
parent f02957c140
commit 58f8b563d0
22 changed files with 28 additions and 29 deletions
@@ -63,7 +63,7 @@ namespace
//! \brief Given a UTF8 string and index, return the raw string buffer index that maps to the UTF8 index.
int GetCharArrayIndexFromUtf8CharIndex(const AZStd::string& utf8String, const uint utf8Index)
{
int utfIndexIter = 0;
uint utfIndexIter = 0;
int rawIndex = 0;
const AZStd::string::size_type stringLength = utf8String.length();