Home
last modified time | relevance | path

Searched refs:charAt (Results 476 - 500 of 1063) sorted by relevance

1...<<11121314151617181920>>...43

/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodeMap.java634 return getValue(UTF16.charAt(value, 0)); in get()
649 cp = UTF16.charAt(source, i); in transform()
772 if (last.charAt(i) != s.charAt(i)) return i; in findCommonPrefix()
H A DCollectionUtilities.java417 cp = UTF16.charAt(source, i); in remove()
435 char pc = other.charAt(i); in matchesAt()
436 char tc = text.charAt(j); in matchesAt()
/third_party/node/lib/
H A Durl.js816 const isSourceAbs = (result.pathname && result.pathname.charAt(0) === '/');
818 relative.host || (relative.pathname && relative.pathname.charAt(0) === '/')
949 (!srcPath[0] || srcPath[0].charAt(0) !== '/')) {
958 (srcPath[0] && srcPath[0].charAt(0) === '/');
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DInternalLocaleBuilder.java27 private static final CaseInsensitiveChar PRIVUSE_KEY = new CaseInsensitiveChar(LanguageTag.PRIVATEUSE.charAt(0));
288 CaseInsensitiveChar key = new CaseInsensitiveChar(bcpExt.charAt(0)); in setExtensions()
308 _extensions.put(new CaseInsensitiveChar(privateuse.charAt(0)), privateuse.substring(2)); in setExtensions()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DCollectionUtilities.java420 cp = UTF16.charAt(source, i); in remove()
438 char pc = other.charAt(i); in matchesAt()
439 char tc = text.charAt(j); in matchesAt()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DDecimalQuantity_AbstractBCD.java539 _setToLong(Long.parseLong(dstr.charAt(0) + dstr.substring(2, expPos))); in convertToAccurateDouble()
541 } else if (dstr.charAt(0) == '0') { in convertToAccurateDouble()
546 } else if (dstr.charAt(dstr.length() - 1) == '0') { in convertToAccurateDouble()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DInternalLocaleBuilder.java31 private static final CaseInsensitiveChar PRIVUSE_KEY = new CaseInsensitiveChar(LanguageTag.PRIVATEUSE.charAt(0));
292 CaseInsensitiveChar key = new CaseInsensitiveChar(bcpExt.charAt(0)); in setExtensions()
312 _extensions.put(new CaseInsensitiveChar(privateuse.charAt(0)), privateuse.substring(2)); in setExtensions()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DTransliteratingTextComponent.java236 char c = s.charAt(i); in escape()
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/impl/
H A DUtilityExtensions.java32 Utility.appendToRule(rule, text.charAt(i), isLiteral, escapeUnprintable, quoteBuf); in appendToRule()
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestSelection.java110 int ch = UTF16.charAt(s, index); in verifyResultUTF16()
/third_party/icu/icu4c/source/test/intltest/
H A Dtextfile.cpp121 if (pos == line.length() || line.charAt(pos) == 0x23/*'#'*/) { in readLineSkippingComments()
/third_party/icu/icu4c/source/common/
H A Dpatternprops.cpp180 while(i<length && isWhiteSpace(s.charAt(i))) { in skipWhiteSpace()
H A Dservlk.cpp155 temp.charAt(_primaryID.length()) == UNDERSCORE_CHAR); in isFallbackOf()
H A Duset_props.cpp126 pat.charAt(pos) == (UChar)91/*[*/) || in uset_resemblesPattern()
/third_party/icu/tools/unicode/c/genregexcasing/
H A Dgenregexcasing.cpp137 std::cout << "0x" << outString.charAt(i) << ", "; in main()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DDecompTable.java39 cp = UTF16.charAt(decomposition, in); in DecompEntry()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DUtilityExtensions.java34 Utility.appendToRule(rule, text.charAt(i), isLiteral, escapeUnprintable, quoteBuf); in appendToRule()
/third_party/node/test/parallel/
H A Dtest-stream-unshift-read-race.js113 const c = written[i].charAt(j);
/third_party/node/deps/icu-small/source/common/
H A Dpatternprops.cpp180 while(i<length && isWhiteSpace(s.charAt(i))) { in skipWhiteSpace()
H A Dservlk.cpp155 temp.charAt(_primaryID.length()) == UNDERSCORE_CHAR); in isFallbackOf()
H A Duset_props.cpp126 pat.charAt(pos) == (char16_t)91/*[*/) || in uset_resemblesPattern()
/third_party/node/deps/npm/node_modules/fastest-levenshtein/
H A Dbench.js18 result += characters.charAt(Math.floor(Math.random() * charactersLength));
/third_party/node/deps/npm/lib/utils/
H A Dformat-search-stream.js110 if (arg.charAt(0) === '/') {
/third_party/node/deps/npm/node_modules/read-package-json-fast/lib/
H A Dindex.js35 if (entry.charAt(0) === '.') {
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/sfnttool/
H A DGlyphCoverage.java52 int c = (string.charAt(i)) & 0xffff; in getGlyphCoverage()

Completed in 17 milliseconds

1...<<11121314151617181920>>...43