Home
last modified time | relevance | path

Searched refs:normalizedInput (Results 1 – 5 of 5) sorted by relevance

/third_party/node/test/fixtures/wpt/html/webappapis/atob/
Dbase64.any.js78 var normalizedInput = String(input);
79 for (var i = 0; i < normalizedInput.length; i++) {
80 if (normalizedInput.charCodeAt(i) > 255) {
82 … "Code unit " + i + " has value " + normalizedInput.charCodeAt(i) + ", which is greater than 255");
/third_party/skia/third_party/externals/icu/source/common/
Ddictbe.cpp1166 UnicodeString normalizedInput; in divideUpDictionaryRange() local
1191 normalizedInput.append(normalizedFragment); in divideUpDictionaryRange()
1197 while (normalizedMap->size() < normalizedInput.length()) { in divideUpDictionaryRange()
1204 U_ASSERT(normalizedMap->size() == normalizedInput.length()); in divideUpDictionaryRange()
1210 inString = std::move(normalizedInput); in divideUpDictionaryRange()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ddictbe.cpp1164 UnicodeString normalizedInput; in divideUpDictionaryRange() local
1189 normalizedInput.append(normalizedFragment); in divideUpDictionaryRange()
1195 while (normalizedMap->size() < normalizedInput.length()) { in divideUpDictionaryRange()
1202 U_ASSERT(normalizedMap->size() == normalizedInput.length()); in divideUpDictionaryRange()
1208 inString.moveFrom(normalizedInput); in divideUpDictionaryRange()
/third_party/icu/icu4c/source/common/
Ddictbe.cpp1166 UnicodeString normalizedInput; in divideUpDictionaryRange() local
1191 normalizedInput.append(normalizedFragment); in divideUpDictionaryRange()
1197 while (normalizedMap->size() < normalizedInput.length()) { in divideUpDictionaryRange()
1204 U_ASSERT(normalizedMap->size() == normalizedInput.length()); in divideUpDictionaryRange()
1210 inString = std::move(normalizedInput); in divideUpDictionaryRange()
/third_party/node/deps/icu-small/source/common/
Ddictbe.cpp1171 UnicodeString normalizedInput; in divideUpDictionaryRange() local
1196 normalizedInput.append(normalizedFragment); in divideUpDictionaryRange()
1202 while (normalizedMap->size() < normalizedInput.length()) { in divideUpDictionaryRange()
1209 U_ASSERT(normalizedMap->size() == normalizedInput.length()); in divideUpDictionaryRange()
1215 inString = std::move(normalizedInput); in divideUpDictionaryRange()