| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | ICUResourceBundleReader.java | 385 char[] chars = new char[count]; in getChars() 388 chars[i] = bytes.getChar(offset); in getChars() 393 temp.get(chars); in getChars() 395 return chars; in getChars()
|
| /third_party/node/deps/v8/src/numbers/ |
| H A D | conversions.cc | 1344 static const char chars[] = "0123456789abcdefghijklmnopqrstuvwxyz"; in DoubleToRadixCString() local 1375 buffer[fraction_cursor++] = chars[digit]; in DoubleToRadixCString() 1394 buffer[fraction_cursor++] = chars[digit + 1]; in DoubleToRadixCString() 1411 buffer[--integer_cursor] = chars[static_cast<int>(remainder)]; in DoubleToRadixCString()
|
| /third_party/python/Tools/stringbench/ |
| H A D | stringbench.py | 872 chars = list(map(chr, range(32, 128))) 874 while i < len(chars): 875 chars[i] = " " 877 s = "".join(chars)
|
| /third_party/icu/tools/colprobe/ |
| H A D | colprobe.cpp | 368 UBool trySwamped(Line **smaller, Line **greater, UChar chars[2], CompareFn comparer) { in trySwamped() argument 371 gSource->name[(*smaller)->len+1] = chars[0]; in trySwamped() 377 gTarget->name[(*greater)->len+1] = chars[1]; in trySwamped() 388 UBool trySwamps(Line **smaller, Line **greater, UChar chars[2], CompareFn comparer) { in trySwamps() argument 389 gSource->name[0] = chars[0]; in trySwamps() 394 gTarget->name[0] = chars[1]; in trySwamps()
|
| /third_party/python/Lib/idlelib/ |
| H A D | pyshell.py | 355 def insert(self, index, chars, tags=None): 362 UndoDelegator.insert(self, index, chars, tags) 380 lambda index, chars: orig_insert(index, chars, "stdin") 389 def insert(self, index, chars, tags=None): 392 self.delegate.insert(index, chars, tags) 732 pos = "iomark + %d chars" % (offset-1) 734 pos = "iomark linestart + %d lines + %d chars" % \
|
| /third_party/python/Lib/collections/ |
| H A D | __init__.py | 1514 def lstrip(self, chars=None): 1515 return self.__class__(self.data.lstrip(chars)) 1543 def rstrip(self, chars=None): 1544 return self.__class__(self.data.rstrip(chars)) 1558 def strip(self, chars=None): 1559 return self.__class__(self.data.strip(chars))
|
| /third_party/python/Lib/ |
| H A D | _pyio.py | 2249 def _set_decoded_chars(self, chars): 2251 self._decoded_chars = chars 2258 chars = self._decoded_chars[offset:] 2260 chars = self._decoded_chars[offset:offset + n] 2261 self._decoded_chars_used += len(chars) 2262 return chars
|
| /third_party/skia/third_party/externals/brotli/research/ |
| H A D | brotlidump.py | 1208 self.chars = deque([0,0], maxlen=2) 1216 return self.chars[1]&0x3f 1218 return self.chars[1]>>2 1220 p2,p1 = self.chars 1223 p2,p1 = self.chars 1228 self.chars.append(index) 1713 signed: hamming weight of last 2 chars 1806 lastChars: the last two chars
|
| /third_party/python/Lib/test/ |
| H A D | test_bigmem.py | 193 chars = _(''.join( 195 repeats = size // len(chars) + 2 196 s = chars * repeats 225 chars = _(''.join( 227 repeats = size // len(chars) + 2 228 s = chars * repeats
|
| /third_party/icu/icu4c/source/io/unicode/ |
| H A D | ustdio.h | 743 * @param chars A pointer to receive the Unicode data. 750 u_file_read(UChar *chars,
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | formatted_string_builder.h | 178 const char16_t *chars() const;
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | formatted_string_builder.h | 178 const char16_t *chars() const;
|
| /third_party/libphonenumber/cpp/src/phonenumbers/ |
| H A D | stringutil.h | 71 void strrmm(string* s, const string& chars);
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | formatted_string_builder.h | 178 const char16_t *chars() const;
|
| /third_party/skia/third_party/externals/icu/source/io/unicode/ |
| H A D | ustdio.h | 743 * @param chars A pointer to receive the Unicode data. 750 u_file_read(UChar *chars,
|
| /third_party/skia/third_party/externals/freetype/src/pfr/ |
| H A D | pfrtypes.h | 238 PFR_Char chars; member
|
| /third_party/skia/include/core/ |
| H A D | SkTypeface.h | 185 * @param chars pointer to the array of UTF32 chars 186 * @param number of chars and glyphs 417 virtual void onCharsToGlyphs(const SkUnichar* chars, int count, SkGlyphID glyphs[]) const = 0;
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | cbiditst.c | 247 static uint8_t UCharToPseudo[TABLE_SIZE]; /* used for Unicode chars < 0x0100 */ 248 static uint8_t UCharToPseud2[TABLE_SIZE]; /* used for Unicode chars >=0x0100 */ 750 char chars[MAXLEN]; in testReorder() local 769 u16ToPseudo(destSize,dest,chars); in testReorder() 772 }else if(strcmp(visualOrder[i],chars)!=0){ in testReorder() 775 logicalOrder[i],visualOrder[i],chars,formatLevels(bidi, formatChars),i); in testReorder() 777 checkWhatYouCan(bidi, logicalOrder[i], chars); in testReorder() 785 char chars[MAXLEN]; in testReorder() local 804 u16ToPseudo(destSize,dest,chars); in testReorder() 807 }else if(strcmp(visualOrder1[i],chars)! in testReorder() 819 char chars[MAXLEN]; testReorder() local 850 char chars[MAXLEN]; testReorder() local 884 char chars[MAXLEN]; testReorder() local [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| H A D | TrieMap.java | 386 return charsEntry.chars; in getKey() 499 * Supports the following format for encoding chars (Unicode 16-bit code units). The format is slightly simpler and 607 buffer.append(Utility.hex(bytesEntry.chars)) in toString()
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| H A D | TrieMap.java | 385 return charsEntry.chars; in getKey() 498 * Supports the following format for encoding chars (Unicode 16-bit code units). The format is slightly simpler and 606 buffer.append(Utility.hex(bytesEntry.chars)) in toString()
|
| /third_party/node/deps/v8/third_party/jinja2/ |
| H A D | filters.py | 594 links are shortened to 40 chars and defined with rel="nofollow" 826 def do_trim(value, chars=None): 828 return soft_unicode(value).strip(chars)
|
| /third_party/skia/third_party/externals/jinja2/ |
| H A D | filters.py | 594 links are shortened to 40 chars and defined with rel="nofollow" 826 def do_trim(value, chars=None): 828 return soft_unicode(value).strip(chars)
|
| /third_party/rust/crates/regex/regex-syntax/src/ast/ |
| H A D | parse.rs | 460 .chars() in char_at() 481 self.pattern()[self.offset()..].chars().next().is_some() in bump() 490 for _ in 0..prefix.chars().count() { in bump_if() 570 self.pattern()[self.offset() + self.char().len_utf8()..].chars().next() in peek() 596 self.pattern()[start..].chars().next() in peek_space() 2395 .chars() in span_range() 2398 .unwrap_or(subject[..range.start].chars().count()), in span_range() 2404 .chars() in span_range() 2407 .unwrap_or(subject[..range.end].chars().count()), in span_range()
|
| /third_party/icu/icu4c/source/common/ |
| H A D | ucnv.cpp | 486 char chars[UCNV_ERROR_BUFFER_LENGTH]; in ucnv_setSubstString() local 496 length8 = ucnv_fromUChars(clone, chars, (int32_t)sizeof(chars), s, length, err); in ucnv_setSubstString() 509 subChars = (uint8_t *)chars; in ucnv_setSubstString() 556 if (subChars == (uint8_t *)chars) { in ucnv_setSubstString()
|
| H A D | unistr.cpp | 686 const UChar *chars = getArrayStart(); in doCompare() local 688 chars += start; in doCompare() 721 if(minLength > 0 && chars != srcChars) { in doCompare() 726 result = uprv_memcmp(chars, srcChars, minLength * sizeof(UChar)); in doCompare() 733 result = ((int32_t)*(chars++) - (int32_t)*(srcChars++)); in doCompare()
|