Utf8ToUcs4        682 core/RegExpObject.cpp 				int n = UnicodeUtils::Utf8ToUcs4((const uint8*)src+newLastIndex, subjectLength-newLastIndex, &ch);
Utf8ToUcs4       2495 core/StringObject.cpp 						bytesRead = UnicodeUtils::Utf8ToUcs4(buffer, len, &uch);
Utf8ToUcs4       1132 core/Toplevel.cpp 					if (!UnicodeUtils::Utf8ToUcs4(Octets, n, &V)) {
Utf8ToUcs4        130 core/UnicodeUtils.h 		static int32_t Utf8ToUcs4(const uint8 *chars,