| /third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
| H A D | UnicodeMap.java | 634 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 D | CollectionUtilities.java | 417 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 D | url.js | 816 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 D | InternalLocaleBuilder.java | 27 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 D | CollectionUtilities.java | 420 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 D | DecimalQuantity_AbstractBCD.java | 539 _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 D | InternalLocaleBuilder.java | 31 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 D | TransliteratingTextComponent.java | 236 char c = s.charAt(i); in escape()
|
| /third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/impl/ |
| H A D | UtilityExtensions.java | 32 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 D | TestSelection.java | 110 int ch = UTF16.charAt(s, index); in verifyResultUTF16()
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | textfile.cpp | 121 if (pos == line.length() || line.charAt(pos) == 0x23/*'#'*/) { in readLineSkippingComments()
|
| /third_party/icu/icu4c/source/common/ |
| H A D | patternprops.cpp | 180 while(i<length && isWhiteSpace(s.charAt(i))) { in skipWhiteSpace()
|
| H A D | servlk.cpp | 155 temp.charAt(_primaryID.length()) == UNDERSCORE_CHAR); in isFallbackOf()
|
| H A D | uset_props.cpp | 126 pat.charAt(pos) == (UChar)91/*[*/) || in uset_resemblesPattern()
|
| /third_party/icu/tools/unicode/c/genregexcasing/ |
| H A D | genregexcasing.cpp | 137 std::cout << "0x" << outString.charAt(i) << ", "; in main()
|
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
| H A D | DecompTable.java | 39 cp = UTF16.charAt(decomposition, in); in DecompEntry()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | UtilityExtensions.java | 34 Utility.appendToRule(rule, text.charAt(i), isLiteral, escapeUnprintable, quoteBuf); in appendToRule()
|
| /third_party/node/test/parallel/ |
| H A D | test-stream-unshift-read-race.js | 113 const c = written[i].charAt(j);
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | patternprops.cpp | 180 while(i<length && isWhiteSpace(s.charAt(i))) { in skipWhiteSpace()
|
| H A D | servlk.cpp | 155 temp.charAt(_primaryID.length()) == UNDERSCORE_CHAR); in isFallbackOf()
|
| H A D | uset_props.cpp | 126 pat.charAt(pos) == (char16_t)91/*[*/) || in uset_resemblesPattern()
|
| /third_party/node/deps/npm/node_modules/fastest-levenshtein/ |
| H A D | bench.js | 18 result += characters.charAt(Math.floor(Math.random() * charactersLength));
|
| /third_party/node/deps/npm/lib/utils/ |
| H A D | format-search-stream.js | 110 if (arg.charAt(0) === '/') {
|
| /third_party/node/deps/npm/node_modules/read-package-json-fast/lib/ |
| H A D | index.js | 35 if (entry.charAt(0) === '.') {
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/sfnttool/ |
| H A D | GlyphCoverage.java | 52 int c = (string.charAt(i)) & 0xffff; in getGlyphCoverage()
|