| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| H A D | regexp_parser.cpp | 155 std::vector<uint16_t> chars; in ParseDisjunction() local 173 chars.push_back(buffer_.GetU16(branch + 1)); in ParseDisjunction() 175 if (checkSet.find(chars[cnt]) != checkSet.end()) { in ParseDisjunction() 179 checkSet.insert(chars[cnt]); in ParseDisjunction() 200 ASSERT(chars.size() > 0); in ParseDisjunction() 201 for (int32_t i = static_cast<int32_t>(chars.size() - 1); i >= 0; i--) { in ParseDisjunction() 202 buffer_.PutU16(ptr, chars[i]); in ParseDisjunction()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | UTF16.java | 212 * @param source Array of UTF-16 chars 266 * @param source Array of UTF-16 chars 322 * @param source UTF-16 chars string buffer 372 * @param source Array of UTF-16 chars 425 * @param source UTF-16 chars string buffer 467 * Determines how many chars this char32 requires. If a validity check is required, use <code> 1162 * @param limit numbers of valid chars in target, different from target.length. limit counts the 1163 * number of chars in target that represents a string, not the size of array target. 1166 * @return new number of chars in target that represents a string 2106 // chars pe in hasMoreCodePointsThan() [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | UTF16.java | 193 * @param source Array of UTF-16 chars 246 * @param source Array of UTF-16 chars 301 * @param source UTF-16 chars string buffer 350 * @param source Array of UTF-16 chars 402 * @param source UTF-16 chars string buffer 443 * Determines how many chars this char32 requires. If a validity check is required, use <code> 1109 * @param limit numbers of valid chars in target, different from target.length. limit counts the 1110 * number of chars in target that represents a string, not the size of array target. 1113 * @return new number of chars in target that represents a string 2033 // chars pe in hasMoreCodePointsThan() [all...] |
| /third_party/icu/icu4c/source/samples/layout/ |
| H A D | paragraph.h | 42 Paragraph(const LEUnicode chars[], le_int32 charCount, const FontRuns *fontRuns, LEErrorCode &status);
|
| H A D | ScriptCompositeFontInstance.h | 62 * @param chars - the array of Unicode characters. 78 virtual const LEFontInstance *getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const;
|
| /third_party/icu/icu4c/source/io/ |
| H A D | ufile.h | 86 u_file_write_flush( const UChar *chars,
|
| /third_party/node/test/parallel/ |
| H A D | test-stdout-to-file.js | 10 const scriptString = fixtures.path('print-chars.js'); 11 const scriptBuffer = fixtures.path('print-chars-from-buffer.js'); 26 console.log(`${size} chars to ${tmpFile}...`);
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | cintltst.h | 51 U_CFUNC UChar* CharsToUChars(const char* chars); 66 * @param length length of chars
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/ |
| H A D | build.rs | 40 .chars() in main()
|
| /third_party/skia/third_party/externals/icu/source/io/ |
| H A D | ufile.h | 86 u_file_write_flush( const UChar *chars,
|
| /third_party/skia/third_party/externals/icu/source/samples/layout/ |
| H A D | ScriptCompositeFontInstance.h | 62 * @param chars - the array of Unicode characters. 78 virtual const LEFontInstance *getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const;
|
| H A D | paragraph.h | 42 Paragraph(const LEUnicode chars[], le_int32 charCount, const FontRuns *fontRuns, LEErrorCode &status);
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | uspoof.cpp | 341 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status) { in uspoof_setAllowedChars() argument 342 const UnicodeSet *set = UnicodeSet::fromUSet(chars); in uspoof_setAllowedChars() 348 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const UnicodeSet *chars, UErrorCode *status) { in uspoof_setAllowedUnicodeSet() argument 353 if (chars->isBogus()) { in uspoof_setAllowedUnicodeSet() 357 UnicodeSet *clonedSet = chars->clone(); in uspoof_setAllowedUnicodeSet()
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | uspoof.cpp | 342 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status) { in uspoof_setAllowedChars() argument 343 const UnicodeSet *set = UnicodeSet::fromUSet(chars); in uspoof_setAllowedChars() 349 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const UnicodeSet *chars, UErrorCode *status) { in uspoof_setAllowedUnicodeSet() argument 354 if (chars->isBogus()) { in uspoof_setAllowedUnicodeSet() 358 UnicodeSet *clonedSet = chars->clone(); in uspoof_setAllowedUnicodeSet()
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | uspoof.cpp | 337 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status) { in uspoof_setAllowedChars() argument 338 const UnicodeSet *set = UnicodeSet::fromUSet(chars); in uspoof_setAllowedChars() 344 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const UnicodeSet *chars, UErrorCode *status) { in uspoof_setAllowedUnicodeSet() argument 349 if (chars->isBogus()) { in uspoof_setAllowedUnicodeSet() 353 UnicodeSet *clonedSet = chars->clone(); in uspoof_setAllowedUnicodeSet()
|
| /test/xts/acts/security_lite/huks/liteos_m_adapter/ |
| H A D | hks_mac_test.c | 72 char chars[SINGLE_PRINT_LENGTH * 2 + 1] = { 0 }; in printBuffer() local 75 chars, &char_size); in printBuffer() 76 printf("buff[%2u] size[%2u]: \"%s\"", i, (char_size - 1) / 2, chars); in printBuffer()
|
| /third_party/icu/icu4c/source/tools/icuswap/ |
| H A D | icuswap.cpp | 329 const char *chars=(const char *)context; in compareToCEntries() local 330 return (int32_t)uprv_strcmp(chars+((const ToCEntry *)left)->nameOffset, in compareToCEntries() 331 chars+((const ToCEntry *)right)->nameOffset); in compareToCEntries()
|
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
| H A D | CanonGSUBBuilder.java | 64 char[] chars = decomp.toCharArray(); in convertArabicString() 66 ArabicShaping.shape(chars, leftType, rightType, isolClassTable); in convertArabicString() 68 return new String(chars) + UCharacter.toString(ligature); in convertArabicString()
|
| /third_party/icu/icu4c/source/common/unicode/ |
| H A D | uniset.h | 1574 void applyPattern(RuleCharacterIterator& chars, 1629 static UBool resemblesPropertyPattern(RuleCharacterIterator& chars, 1675 void applyPropertyPattern(RuleCharacterIterator& chars,
|
| /third_party/jerryscript/tools/ |
| H A D | gen-unicode.py | 103 # Skip supplementary planes and ascii chars 128 # These separator chars are not in the unicode data file or not in Zs category 166 :return: List of interval starting points, interval lengths and single chars 171 chars = [] 176 chars.append(element[0]) 186 return interval_sps, interval_lengths, chars 344 # Skip supplementary planes and ascii chars 374 # Skip supplementary planes, ascii chars, and condition_list
|
| /third_party/node/deps/icu-small/source/common/unicode/ |
| H A D | uniset.h | 1584 void applyPattern(RuleCharacterIterator& chars, 1642 static UBool resemblesPropertyPattern(RuleCharacterIterator& chars, 1688 void applyPropertyPattern(RuleCharacterIterator& chars,
|
| /third_party/node/deps/npm/node_modules/eastasianwidth/ |
| H A D | eastasianwidth.js | 297 var chars = stringToArray(text); 298 for (var i = 0; i < chars.length; i++) { 299 var char = chars[i];
|
| /third_party/skia/third_party/externals/icu/source/tools/icuswap/ |
| H A D | icuswap.cpp | 329 const char *chars=(const char *)context; in compareToCEntries() local 330 return (int32_t)uprv_strcmp(chars+((const ToCEntry *)left)->nameOffset, in compareToCEntries() 331 chars+((const ToCEntry *)right)->nameOffset); in compareToCEntries()
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-graphite2.cc | 259 uint32_t *chars = (uint32_t *) scratch; in _hb_graphite2_shape() local 262 chars[i] = buffer->info[i].codepoint; in _hb_graphite2_shape() 277 gr_utf32, chars, buffer->len, in _hb_graphite2_shape()
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| H A D | uniset.h | 1549 void applyPattern(RuleCharacterIterator& chars, 1602 static UBool resemblesPropertyPattern(RuleCharacterIterator& chars, 1648 void applyPropertyPattern(RuleCharacterIterator& chars,
|