Home
last modified time | relevance | path

Searched refs:charAt (Results 701 - 725 of 1063) sorted by relevance

1...<<21222324252627282930>>...43

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrie2Test.java382 assertEquals("" + " i="+i, vals.charAt(i), ir.value); in TestCharSequenceIterator()
397 assertEquals("" + " i="+i, vals.charAt(i), ir.value); in TestCharSequenceIterator()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRBBIRuleScanner.java651 c = UTF16.charAt(s, 0); in findSetFor()
728 ch = UTF16.charAt(fRB.fRules, fNextIndex); in nextCharLL()
775 if (UTF16.charAt(fRB.fRules, fNextIndex) == '\'') { in nextChar()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dxmlparser.cpp611 val = (val << 4) + u_digit(hexString.charAt(i), 16); in replaceCharRefs()
619 val = val*10 + u_digit(decimalString.charAt(i), 10); in replaceCharRefs()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dxmlparser.cpp611 val = (val << 4) + u_digit(hexString.charAt(i), 16); in replaceCharRefs()
619 val = val*10 + u_digit(decimalString.charAt(i), 10); in replaceCharRefs()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvTable.java75 CsvParser.withSeparator(DEFAULT_DELIMETER.charAt(0)).trimWhitespace();
571 char c = s.charAt(++i); in unescapeSingleLineCsvText()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dxmlparser.cpp611 val = (val << 4) + u_digit(hexString.charAt(i), 16); in replaceCharRefs()
619 val = val*10 + u_digit(decimalString.charAt(i), 10); in replaceCharRefs()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptorMessageInfoFactory.java612 char next = snakeCase.charAt(ctr); in snakeCaseToCamelCase()
659 builder.append(Character.toUpperCase(camelCase.charAt(0))); in getterForField()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DVTimeZone.java1136 if (value.charAt(0) == '+') { in parseRRULE()
1138 } else if (value.charAt(0) == '-') { in parseRRULE()
1967 if (str.charAt(8) != 'T') { in parseDateTimeString()
1972 if (str.charAt(15) != 'Z') { in parseDateTimeString()
2029 char s = str.charAt(0); in offsetStrToMillis()
H A DVersionInfo.java287 char c = version.charAt(index); in getInstance()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DVTimeZone.java1107 if (value.charAt(0) == '+') { in parseRRULE()
1109 } else if (value.charAt(0) == '-') { in parseRRULE()
1938 if (str.charAt(8) != 'T') { in parseDateTimeString()
1943 if (str.charAt(15) != 'Z') { in parseDateTimeString()
2000 char s = str.charAt(0); in offsetStrToMillis()
/third_party/icu/icu4c/source/common/
H A Dutext.cpp1880 if (start32<length && U16_IS_TRAIL(rep->charAt(start32)) &&
1884 if (limit32<length && U16_IS_TRAIL(rep->charAt(limit32)) &&
1925 if (start32<oldLength && U16_IS_TRAIL(rep->charAt(start32)) &&
1926 start32>0 && U16_IS_LEAD(rep->charAt(start32-1)))
1930 if (limit32<oldLength && U16_IS_LEAD(rep->charAt(limit32-1)) &&
1931 U16_IS_TRAIL(rep->charAt(limit32)))
/third_party/node/deps/icu-small/source/common/
H A Dutext.cpp1883 if (start32<length && U16_IS_TRAIL(rep->charAt(start32)) &&
1887 if (limit32<length && U16_IS_TRAIL(rep->charAt(limit32)) &&
1928 if (start32<oldLength && U16_IS_TRAIL(rep->charAt(start32)) &&
1929 start32>0 && U16_IS_LEAD(rep->charAt(start32-1)))
1933 if (limit32<oldLength && U16_IS_LEAD(rep->charAt(limit32-1)) &&
1934 U16_IS_TRAIL(rep->charAt(limit32)))
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberUtil.java820 char c = number.charAt(i); in normalizeDigits()
1025 char character = number.charAt(i); in normalizeHelper()
2817 if ((fullNumber.length() == 0) || (fullNumber.charAt(0) == '0')) { in extractCountryCode()
3221 if (nationalNumber.length() > 1 && nationalNumber.charAt(0) == '0') { in setItalianLeadingZerosForPhoneNumber()
3227 && nationalNumber.charAt(numberOfLeadingZeros) == '0') { in setItalianLeadingZerosForPhoneNumber()
3420 if (phoneContext.charAt(0) == PLUS_SIGN) { in buildNationalNumberForParsing()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Dphonenumberutil.js1674 character = number.charAt(i);
3733 if ((fullNumberStr.length == 0) || (fullNumberStr.charAt(0) == '0')) {
4188 if (numberToParse.length > 0 && numberToParse.charAt(0) !=
4208 if (nationalNumber.length > 1 && nationalNumber.charAt(0) == '0') {
4214 nationalNumber.charAt(numberOfLeadingZeros) == '0') {
4480 if (phoneContext.charAt(0) ===
/third_party/skia/third_party/externals/icu/source/common/
H A Dutext.cpp1880 if (start32<length && U16_IS_TRAIL(rep->charAt(start32)) &&
1884 if (limit32<length && U16_IS_TRAIL(rep->charAt(limit32)) &&
1925 if (start32<oldLength && U16_IS_TRAIL(rep->charAt(start32)) &&
1926 start32>0 && U16_IS_LEAD(rep->charAt(start32-1)))
1930 if (limit32<oldLength && U16_IS_LEAD(rep->charAt(limit32-1)) &&
1931 U16_IS_TRAIL(rep->charAt(limit32)))
/third_party/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp832 u_isupper(data[i].charAt(0)) && u_islower(data[i].charAt(1))) { in TestJ277()
833 if (!(u_isupper(out.charAt(0)) && u_islower(out.charAt(1)))) { in TestJ277()
2425 if (id.charAt(0) == 0x23/*#*/) { in TestCompoundFilterID()
4006 UChar32 c = sample.charAt(count); in TestAny()
4882 log.append(source.charAt(i)).append(" -> "); in expect()
4884 t.transliterate(rsource, index, source.charAt(i), status); in expect()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollationElementIterator.java468 char c = string_.charAt(offset); in setOffset()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DValidIdentifiers.java63 pos2 = pos = s.charAt(0) < 'A' ? 3 : 2; in ValiditySet()
H A DURLHandler.java51 if (line.length() == 0 || line.charAt(0) == '#') {
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DAffixUtils.java653 && string.charAt(offset) == '\'') { in hasNext()
H A DCompactData.java246 if (patternString.charAt(i) == '0') { in countZeros()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
H A DULocaleCollationTest.java106 if (string.charAt(plen) == '_') return 1; in loccmp()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
H A DIDNAConformanceTest.java285 && '\\' == body.charAt(body.length() - 1)) { in getInputData()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DPartitionInfo.java129 operation = (expr.charAt(i) == '+') ? regions::add : regions::remove; in parseAndFlattenRegionExpression()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DULocaleCollationTest.java109 if (string.charAt(plen) == '_') return 1; in loccmp()

Completed in 49 milliseconds

1...<<21222324252627282930>>...43