Home
last modified time | relevance | path

Searched refs:uchars (Results 1 – 25 of 54) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/icu/fuzzers/
Dfuzzer_utils.h44 std::vector<UChar32> uchars; in UnicodeStringFromUtf32() local
45 uchars.resize(size * sizeof(uint8_t) / (sizeof(UChar32))); in UnicodeStringFromUtf32()
46 memcpy(uchars.data(), data, uchars.size() * sizeof(UChar32)); in UnicodeStringFromUtf32()
47 for (size_t i = 0; i < uchars.size(); ++i) { in UnicodeStringFromUtf32()
48 uchars[i] = std::min(uchars[i], UCHAR_MAX_VALUE); in UnicodeStringFromUtf32()
51 return icu::UnicodeString::fromUTF32(uchars.data(), uchars.size()); in UnicodeStringFromUtf32()
/third_party/skia/third_party/externals/icu/fuzzers/
Dfuzzer_utils.h44 std::vector<UChar32> uchars; in UnicodeStringFromUtf32() local
45 uchars.resize(size * sizeof(uint8_t) / (sizeof(UChar32))); in UnicodeStringFromUtf32()
46 memcpy(uchars.data(), data, uchars.size() * sizeof(UChar32)); in UnicodeStringFromUtf32()
47 for (size_t i = 0; i < uchars.size(); ++i) { in UnicodeStringFromUtf32()
51 uchars[i] = uchars[i] % (UCHAR_MAX_VALUE + 2); in UnicodeStringFromUtf32()
54 return icu::UnicodeString::fromUTF32(uchars.data(), uchars.size()); in UnicodeStringFromUtf32()
/third_party/icu/icu4c/source/common/
Ducharstriebuilder.cpp90 uchars(NULL), ucharsCapacity(0), ucharsLength(0) {} in UCharsTrieBuilder()
94 uprv_free(uchars); in ~UCharsTrieBuilder()
150 newTrie=new UCharsTrie(uchars, uchars+(ucharsCapacity-ucharsLength)); in build()
154 uchars=NULL; // The new trie now owns the array. in build()
166 result.setTo(FALSE, uchars+(ucharsCapacity-ucharsLength), ucharsLength); in buildUnicodeString()
176 if(uchars!=NULL && ucharsLength>0) { in buildUChars()
214 uprv_free(uchars); in buildUChars()
215 uchars=static_cast<UChar *>(uprv_malloc(capacity*2)); in buildUChars()
216 if(uchars==NULL) { in buildUChars()
224 if(uchars==NULL) { in buildUChars()
[all …]
Ducnv_cnv.cpp96 const UChar *uchars, int32_t length, in ucnv_toUWriteUChars() argument
107 *t++=*uchars++; in ucnv_toUWriteUChars()
113 *t++=*uchars++; in ucnv_toUWriteUChars()
127 *t++=*uchars++; in ucnv_toUWriteUChars()
Dcharstr.cpp203 CharString &CharString::appendInvariantChars(const UChar* uchars, int32_t ucharsLen, UErrorCode &er… in appendInvariantChars() argument
207 if (!uprv_isInvariantUString(uchars, ucharsLen)) { in appendInvariantChars()
212 u_UCharsToChars(uchars, buffer.getAlias()+len, ucharsLen); in appendInvariantChars()
/third_party/node/deps/icu-small/source/common/
Ducharstriebuilder.cpp90 uchars(NULL), ucharsCapacity(0), ucharsLength(0) {} in UCharsTrieBuilder()
94 uprv_free(uchars); in ~UCharsTrieBuilder()
150 newTrie=new UCharsTrie(uchars, uchars+(ucharsCapacity-ucharsLength)); in build()
154 uchars=NULL; // The new trie now owns the array. in build()
166 result.setTo(FALSE, uchars+(ucharsCapacity-ucharsLength), ucharsLength); in buildUnicodeString()
176 if(uchars!=NULL && ucharsLength>0) { in buildUChars()
214 uprv_free(uchars); in buildUChars()
215 uchars=static_cast<UChar *>(uprv_malloc(capacity*2)); in buildUChars()
216 if(uchars==NULL) { in buildUChars()
224 if(uchars==NULL) { in buildUChars()
[all …]
Ducnv_cnv.cpp96 const UChar *uchars, int32_t length, in ucnv_toUWriteUChars() argument
107 *t++=*uchars++; in ucnv_toUWriteUChars()
113 *t++=*uchars++; in ucnv_toUWriteUChars()
127 *t++=*uchars++; in ucnv_toUWriteUChars()
Dcharstr.cpp203 CharString &CharString::appendInvariantChars(const UChar* uchars, int32_t ucharsLen, UErrorCode &er… in appendInvariantChars() argument
207 if (!uprv_isInvariantUString(uchars, ucharsLen)) { in appendInvariantChars()
212 u_UCharsToChars(uchars, buffer.getAlias()+len, ucharsLen); in appendInvariantChars()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducharstriebuilder.cpp90 uchars(NULL), ucharsCapacity(0), ucharsLength(0) {} in UCharsTrieBuilder()
94 uprv_free(uchars); in ~UCharsTrieBuilder()
150 newTrie=new UCharsTrie(uchars, uchars+(ucharsCapacity-ucharsLength)); in build()
154 uchars=NULL; // The new trie now owns the array. in build()
166 result.setTo(FALSE, uchars+(ucharsCapacity-ucharsLength), ucharsLength); in buildUnicodeString()
176 if(uchars!=NULL && ucharsLength>0) { in buildUChars()
214 uprv_free(uchars); in buildUChars()
215 uchars=static_cast<UChar *>(uprv_malloc(capacity*2)); in buildUChars()
216 if(uchars==NULL) { in buildUChars()
224 if(uchars==NULL) { in buildUChars()
[all …]
Ducnv_cnv.cpp96 const UChar *uchars, int32_t length, in ucnv_toUWriteUChars() argument
107 *t++=*uchars++; in ucnv_toUWriteUChars()
113 *t++=*uchars++; in ucnv_toUWriteUChars()
127 *t++=*uchars++; in ucnv_toUWriteUChars()
Dcharstr.cpp132 CharString &CharString::appendInvariantChars(const UChar* uchars, int32_t ucharsLen, UErrorCode &er… in appendInvariantChars() argument
136 if (!uprv_isInvariantUString(uchars, ucharsLen)) { in appendInvariantChars()
141 u_UCharsToChars(uchars, buffer.getAlias()+len, ucharsLen); in appendInvariantChars()
/third_party/skia/third_party/externals/icu/source/common/
Ducharstriebuilder.cpp90 uchars(NULL), ucharsCapacity(0), ucharsLength(0) {} in UCharsTrieBuilder()
94 uprv_free(uchars); in ~UCharsTrieBuilder()
150 newTrie=new UCharsTrie(uchars, uchars+(ucharsCapacity-ucharsLength)); in build()
154 uchars=NULL; // The new trie now owns the array. in build()
166 result.setTo(FALSE, uchars+(ucharsCapacity-ucharsLength), ucharsLength); in buildUnicodeString()
176 if(uchars!=NULL && ucharsLength>0) { in buildUChars()
214 uprv_free(uchars); in buildUChars()
215 uchars=static_cast<UChar *>(uprv_malloc(capacity*2)); in buildUChars()
216 if(uchars==NULL) { in buildUChars()
224 if(uchars==NULL) { in buildUChars()
[all …]
Ducnv_cnv.cpp96 const UChar *uchars, int32_t length, in ucnv_toUWriteUChars() argument
107 *t++=*uchars++; in ucnv_toUWriteUChars()
113 *t++=*uchars++; in ucnv_toUWriteUChars()
127 *t++=*uchars++; in ucnv_toUWriteUChars()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestBidiTransform.java293 char[] uchars = text.toCharArray(); in pseudoScript() local
294 for (int i = uchars.length; i-- > 0;) { in pseudoScript()
295 char uch = uchars[i]; in pseudoScript()
298 uchars[i] = substituteChar(uch, MIN_HEB_LETTER, 'K', 'Z'); in pseudoScript()
302 uchars[i] = substituteChar(uch, MIN_SHAPED_LETTER, 'F', 'J'); in pseudoScript()
304 uchars[i] = substituteChar(uch, MIN_ARAB_LETTER, 'A', 'E'); in pseudoScript()
308 uchars[i] = substituteChar(uch, ARAB_ZERO, '5', '9'); in pseudoScript()
314 return new String(uchars); in pseudoScript()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/
DTestBidiTransform.java296 char[] uchars = text.toCharArray(); in pseudoScript() local
297 for (int i = uchars.length; i-- > 0;) { in pseudoScript()
298 char uch = uchars[i]; in pseudoScript()
301 uchars[i] = substituteChar(uch, MIN_HEB_LETTER, 'K', 'Z'); in pseudoScript()
305 uchars[i] = substituteChar(uch, MIN_SHAPED_LETTER, 'F', 'J'); in pseudoScript()
307 uchars[i] = substituteChar(uch, MIN_ARAB_LETTER, 'A', 'E'); in pseudoScript()
311 uchars[i] = substituteChar(uch, ARAB_ZERO, '5', '9'); in pseudoScript()
317 return new String(uchars); in pseudoScript()
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Ducharstrie.h108 State() { uchars=NULL; } in State()
112 const char16_t *uchars; variable
125 state.uchars=uchars_; in saveState()
142 if(uchars_==state.uchars && uchars_!=NULL) { in resetToState()
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
Dgennorm2.cpp299 UChar uchars[Normalizer2Impl::MAPPING_LENGTH_MASK]; in parseFile() local
300 … int32_t length=u_parseString(delimiter+1, uchars, UPRV_LENGTHOF(uchars), NULL, errorCode); in parseFile()
305 UnicodeString mapping(FALSE, uchars, length); in parseFile()
/third_party/icu/icu4c/source/tools/gennorm2/
Dgennorm2.cpp299 UChar uchars[Normalizer2Impl::MAPPING_LENGTH_MASK]; in parseFile() local
300 … int32_t length=u_parseString(delimiter+1, uchars, UPRV_LENGTHOF(uchars), NULL, errorCode); in parseFile()
305 UnicodeString mapping(FALSE, uchars, length); in parseFile()
/third_party/flutter/skia/third_party/externals/icu/source/tools/gennorm2/
Dgennorm2.cpp299 UChar uchars[Normalizer2Impl::MAPPING_LENGTH_MASK]; in parseFile() local
300 … int32_t length=u_parseString(delimiter+1, uchars, UPRV_LENGTHOF(uchars), NULL, errorCode); in parseFile()
305 UnicodeString mapping(FALSE, uchars, length); in parseFile()
/third_party/icu/icu4c/source/samples/ucnv/
Dconvsamp.cpp623 UChar uchars[100]; in convsample_20_didSubstitute() local
643 len = ucnv_toUChars(conv, uchars, 100, source, static_cast<int32_t>(strlen(source)), &status); in convsample_20_didSubstitute()
646 printUChars("uch", uchars, len); in convsample_20_didSubstitute()
671 len2 = ucnv_fromUChars(conv, bytes, 100, uchars, len, &status); in convsample_20_didSubstitute()
717 UChar uchars[100]; in convsample_21_didSubstitute() local
743 len = ucnv_toUChars(conv, uchars, 100, source, static_cast<int32_t>(strlen(source)), &status); in convsample_21_didSubstitute()
746 printUChars("uch", uchars, len); in convsample_21_didSubstitute()
824 len2 = ucnv_fromUChars(cloneCnv, bytes, 100, uchars, len, &status); in convsample_21_didSubstitute()
/third_party/flutter/skia/third_party/externals/icu/source/samples/ucnv/
Dconvsamp.cpp623 UChar uchars[100]; in convsample_20_didSubstitute() local
643 len = ucnv_toUChars(conv, uchars, 100, source, static_cast<int32_t>(strlen(source)), &status); in convsample_20_didSubstitute()
646 printUChars("uch", uchars, len); in convsample_20_didSubstitute()
671 len2 = ucnv_fromUChars(conv, bytes, 100, uchars, len, &status); in convsample_20_didSubstitute()
717 UChar uchars[100]; in convsample_21_didSubstitute() local
743 len = ucnv_toUChars(conv, uchars, 100, source, static_cast<int32_t>(strlen(source)), &status); in convsample_21_didSubstitute()
746 printUChars("uch", uchars, len); in convsample_21_didSubstitute()
824 len2 = ucnv_fromUChars(cloneCnv, bytes, 100, uchars, len, &status); in convsample_21_didSubstitute()
/third_party/skia/third_party/externals/icu/source/samples/ucnv/
Dconvsamp.cpp623 UChar uchars[100]; in convsample_20_didSubstitute() local
643 len = ucnv_toUChars(conv, uchars, 100, source, static_cast<int32_t>(strlen(source)), &status); in convsample_20_didSubstitute()
646 printUChars("uch", uchars, len); in convsample_20_didSubstitute()
671 len2 = ucnv_fromUChars(conv, bytes, 100, uchars, len, &status); in convsample_20_didSubstitute()
717 UChar uchars[100]; in convsample_21_didSubstitute() local
743 len = ucnv_toUChars(conv, uchars, 100, source, static_cast<int32_t>(strlen(source)), &status); in convsample_21_didSubstitute()
746 printUChars("uch", uchars, len); in convsample_21_didSubstitute()
824 len2 = ucnv_fromUChars(cloneCnv, bytes, 100, uchars, len, &status); in convsample_21_didSubstitute()
/third_party/node/deps/icu-small/source/common/unicode/
Ducharstrie.h144 State() { uchars=NULL; } in State()
148 const char16_t *uchars; variable
161 state.uchars=uchars_; in saveState()
178 if(uchars_==state.uchars && uchars_!=NULL) { in resetToState()
/third_party/icu/icu4c/source/common/unicode/
Ducharstrie.h144 State() { uchars=NULL; } in State()
148 const char16_t *uchars; variable
161 state.uchars=uchars_; in saveState()
178 if(uchars_==state.uchars && uchars_!=NULL) { in resetToState()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Ducharstrie.h144 State() { uchars=NULL; } in State()
148 const char16_t *uchars; variable
161 state.uchars=uchars_; in saveState()
178 if(uchars_==state.uchars && uchars_!=NULL) { in resetToState()

123