| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | RuleCharacterIterator.java | 154 char[] chars = sym.lookup(name); in next() 155 if (chars == null) { in next() 161 if (chars.length == 0) { in next() 164 buf = new String(chars); in next()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/ |
| H A D | BurmeseBreakEngine.java | 154 int chars = 0; in divideUpDictionaryRange() 158 chars += 1; in divideUpDictionaryRange() 165 fIter.setIndex(current + wordLength + chars); in divideUpDictionaryRange() 179 wordLength += chars; in divideUpDictionaryRange()
|
| H A D | KhmerBreakEngine.java | 162 int chars = 0; in divideUpDictionaryRange() 166 chars += 1; in divideUpDictionaryRange() 173 fIter.setIndex(current + wordLength + chars); in divideUpDictionaryRange() 187 wordLength += chars; in divideUpDictionaryRange()
|
| H A D | LaoBreakEngine.java | 162 int chars = 0; in divideUpDictionaryRange() 166 chars += 1; in divideUpDictionaryRange() 173 fIter.setIndex(current + wordLength + chars); in divideUpDictionaryRange() 187 wordLength += chars; in divideUpDictionaryRange()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | BurmeseBreakEngine.java | 168 int chars = 0; in divideUpDictionaryRange() 172 chars += 1; in divideUpDictionaryRange() 179 fIter.setIndex(current + wordLength + chars); in divideUpDictionaryRange() 193 wordLength += chars; in divideUpDictionaryRange()
|
| H A D | KhmerBreakEngine.java | 172 int chars = 0; in divideUpDictionaryRange() 176 chars += 1; in divideUpDictionaryRange() 183 fIter.setIndex(current + wordLength + chars); in divideUpDictionaryRange() 197 wordLength += chars; in divideUpDictionaryRange()
|
| H A D | LaoBreakEngine.java | 171 int chars = 0; in divideUpDictionaryRange() 175 chars += 1; in divideUpDictionaryRange() 182 fIter.setIndex(current + wordLength + chars); in divideUpDictionaryRange() 196 wordLength += chars; in divideUpDictionaryRange()
|
| /third_party/icu/icu4c/source/common/ |
| H A D | unistr_case.cpp | 63 const UChar *chars = getArrayStart(); in doCaseCompare() local 65 chars += start; in doCaseCompare() 70 if(chars != srcChars) { in doCaseCompare() 72 int32_t result=u_strcmpFold(chars, length, srcChars, srcLength, in doCaseCompare()
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | unistr_case.cpp | 63 const char16_t *chars = getArrayStart(); in doCaseCompare() local 65 chars += start; in doCaseCompare() 70 if(chars != srcChars) { in doCaseCompare() 72 int32_t result=u_strcmpFold(chars, length, srcChars, srcLength, in doCaseCompare()
|
| /third_party/rust/crates/codespan/codespan-lsp/src/ |
| H A D | lib.rs | 84 let mut chars = line.chars(); in character_to_line_offset() variables 85 while let Some(ch) = chars.next() { in character_to_line_offset() 87 let chars_off = chars.as_str().len(); in character_to_line_offset()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | gen_overlay_fonts.py | 154 chars = ' !"#$%&\'()*+,-./0123456789:;<=>?' + \ 159 assert (len(chars) == output_rows * output_cols) 193 for charIndex in range(len(chars)): 194 char = chars[charIndex]
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | unistr_case.cpp | 63 const UChar *chars = getArrayStart(); in doCaseCompare() local 65 chars += start; in doCaseCompare() 70 if(chars != srcChars) { in doCaseCompare() 72 int32_t result=u_strcmpFold(chars, length, srcChars, srcLength, in doCaseCompare()
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-shape-complex-hangul.cc | 224 hb_codepoint_t chars[2]; in preprocess_text_hangul() local 227 chars[0] = u; in preprocess_text_hangul() 228 chars[1] = 0x25CCu; in preprocess_text_hangul() 231 chars[0] = 0x25CCu; in preprocess_text_hangul() 232 chars[1] = u; in preprocess_text_hangul() 234 (void) buffer->replace_glyphs (1, 2, chars); in preprocess_text_hangul()
|
| /third_party/node/tools/inspector_protocol/encoding/ |
| H A D | encoding.cc | 341 // The wire format for UTF16 chars will probably remain the same in EncodeString16Tmpl() 562 void HandleString8(span<uint8_t> chars) override { 565 EncodeString8(chars, out_); 568 void HandleString16(span<uint16_t> chars) override { 571 EncodeFromUTF16(chars, out_); 1294 void HandleString16(span<uint16_t> chars) override { 1299 for (const uint16_t ch : chars) { 1324 void HandleString8(span<uint8_t> chars) override { 1329 for (size_t ii = 0; ii < chars.size(); ++ii) { 1330 uint8_t c = chars[i 1441 const char* chars = str_value.get(); global() variable 1448 Emit(chars); global() variable 1554 CharsToDouble(const uint16_t* chars, size_t length, double* result) CharsToDouble() argument 1566 CharsToDouble(const uint8_t* chars, size_t length, double* result) CharsToDouble() argument 2122 ParseJSON(const Platform& platform, span<uint8_t> chars, StreamingParserHandler* handler) ParseJSON() argument 2129 ParseJSON(const Platform& platform, span<uint16_t> chars, StreamingParserHandler* handler) ParseJSON() argument [all...] |
| /third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
| H A D | parser_handler.h | 23 virtual void HandleString8(span<uint8_t> chars) = 0; 24 virtual void HandleString16(span<uint16_t> chars) = 0;
|
| H A D | json.h | 34 void ParseJSON(span<uint8_t> chars, ParserHandler* handler); 36 void ParseJSON(span<uint16_t> chars, ParserHandler* handler);
|
| /third_party/node/deps/npm/node_modules/@colors/colors/lib/custom/ |
| H A D | trap.js | 37 var chars = trap[c] || [' ']; 38 var rand = Math.floor(Math.random() * chars.length);
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/ |
| H A D | ExhaustiveTest.java | 33 logln(s.length() + " chars ===> " in simpleTest() 35 + res.length() + " chars"); in simpleTest() 50 private void myTest(char[] chars, int len) { in myTest() argument 64 myByteCount = myCompressor.compress(chars, 0, len, unicharsRead, in myTest() 70 if (logDiffs(chars, len, myDecompressed, myCharCount) == false) { in myTest() 71 logln(len + " chars ===> " in myTest() 73 + myCharCount + " chars"); in myTest() 88 private void myMultipassTest(char [] chars, int len) throws Exception { in myMultipassTest() argument 127 bytesWritten = myCompressor.compress(chars, totalCharsCompressed, in myMultipassTest() 141 + unicharsRead[0] + " chars int in myMultipassTest() 372 printChars(char[] chars, int len) printChars() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/compression/ |
| H A D | ExhaustiveTest.java | 36 logln(s.length() + " chars ===> " in simpleTest() 38 + res.length() + " chars"); in simpleTest() 53 private void myTest(char[] chars, int len) { in myTest() argument 67 myByteCount = myCompressor.compress(chars, 0, len, unicharsRead, in myTest() 73 if (logDiffs(chars, len, myDecompressed, myCharCount) == false) { in myTest() 74 logln(len + " chars ===> " in myTest() 76 + myCharCount + " chars"); in myTest() 91 private void myMultipassTest(char [] chars, int len) throws Exception { in myMultipassTest() argument 130 bytesWritten = myCompressor.compress(chars, totalCharsCompressed, in myMultipassTest() 144 + unicharsRead[0] + " chars int in myMultipassTest() 375 printChars(char[] chars, int len) printChars() argument [all...] |
| /third_party/python/Lib/xml/dom/ |
| H A D | pulldom.py | 149 def ignorableWhitespace(self, chars): 150 node = self.document.createTextNode(chars) 154 def characters(self, chars): 155 node = self.document.createTextNode(chars) 303 def ignorableWhitespace(self, chars): 304 PullDOM.ignorableWhitespace(self, chars) 309 def characters(self, chars): 310 PullDOM.characters(self, chars)
|
| /third_party/lzma/CPP/Common/ |
| H A D | MyString.h | 355 char *chars = _chars;
in GetBuf_SetEnd() local 356 chars[minLen] = 0;
in GetBuf_SetEnd() 358 return chars;
in GetBuf_SetEnd() 365 char *chars = _chars;
in ReleaseBuf_CalcLen() local 366 chars[maxLen] = 0;
in ReleaseBuf_CalcLen() 367 _len = MyStringLen(chars);
in ReleaseBuf_CalcLen() 381 char *chars = _chars;
in operator +=() local 382 chars[len++] = c;
in operator +=() 383 chars[len] = 0;
in operator +=() 647 wchar_t *chars in GetBuf_SetEnd() local 657 wchar_t *chars = _chars; ReleaseBuf_CalcLen() local 676 wchar_t *chars = _chars; operator +=() local [all...] |
| /third_party/node/deps/npm/node_modules/archy/ |
| H A D | index.js | 5 var chars = { 12 return opts.unicode === false ? chars[s] : s;
|
| /third_party/node/test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/ |
| H A D | euckr-encoder.js | 8 function chars2cps(chars) { 14 for (var i = 0; i < chars.length; i++) { 15 var b = chars.charCodeAt(i);
|
| /third_party/node/test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/ |
| H A D | big5-encoder.js | 16 function chars2cps(chars) { 22 for (var i = 0; i < chars.length; i++) { 23 var b = chars.charCodeAt(i);
|
| /third_party/node/test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/ |
| H A D | eucjp-encoder.js | 8 function chars2cps(chars) { 14 for (var i = 0; i < chars.length; i++) { 15 var b = chars.charCodeAt(i);
|