Home
last modified time | relevance | path

Searched refs:charAt (Results 151 - 175 of 2246) sorted by relevance

12345678910>>...90

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUResourceBundleReader.java414 int length = b16BitUnits.charAt(offset++); in getTable16KeyOffsets()
419 result[i] = b16BitUnits.charAt(offset++); in getTable16KeyOffsets()
517 int first = b16BitUnits.charAt(offset); in getStringV2()
525 while((c = b16BitUnits.charAt(++offset)) != 0) { in getStringV2()
535 length=((first-0xdfef)<<16)|b16BitUnits.charAt(offset+1); in getStringV2()
538 length=(b16BitUnits.charAt(offset+1)<<16)|b16BitUnits.charAt(offset+2); in getStringV2()
610 int first = b16BitUnits.charAt(offset); in isStringV2NoInheritanceMarker()
612 return b16BitUnits.charAt(offset + 1) == 0x2205 && in isStringV2NoInheritanceMarker()
613 b16BitUnits.charAt(offse in isStringV2NoInheritanceMarker()
[all...]
H A DSimpleFormatterImpl.java85 assert pair[1].charAt(0) == 2; in compileToStringMinMaxArguments()
101 char c = pattern.charAt(i++); in compileToStringMinMaxArguments()
103 if (i < patternLength && (c = pattern.charAt(i)) == '\'') { in compileToStringMinMaxArguments()
125 0 <= (argNumber = pattern.charAt(i) - '0') && argNumber <= 9 && in compileToStringMinMaxArguments()
126 pattern.charAt(i + 1) == '}') { in compileToStringMinMaxArguments()
134 if (i < patternLength && '1' <= (c = pattern.charAt(i++)) && c <= '9') { in compileToStringMinMaxArguments()
136 while (i < patternLength && '0' <= (c = pattern.charAt(i++)) && c <= '9') { in compileToStringMinMaxArguments()
187 return compiledPattern.charAt(0); in getArgumentLimit()
274 int n = compiledPattern.charAt(i++); in formatAndReplace()
304 int segmentLength = compiledPattern.charAt( in getTextWithNoArguments()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNFRule.java282 while (p < description.length() && PatternProps.isWhiteSpace(description.charAt(p))) { in parseRuleDescriptor()
291 char firstChar = descriptor.charAt(0); in parseRuleDescriptor()
292 char lastChar = descriptor.charAt(descriptorLength - 1); in parseRuleDescriptor()
305 c = descriptor.charAt(p); in parseRuleDescriptor()
329 c = descriptor.charAt(p); in parseRuleDescriptor()
358 c = descriptor.charAt(p); in parseRuleDescriptor()
374 decimalPoint = descriptor.charAt(1); in parseRuleDescriptor()
378 decimalPoint = descriptor.charAt(1); in parseRuleDescriptor()
382 decimalPoint = descriptor.charAt(1); in parseRuleDescriptor()
397 if (description.length() > 0 && description.charAt( in parseRuleDescriptor()
[all...]
H A DNFSubstitution.java80 switch (description.charAt(0)) { in makeSubstitution()
172 if (descriptionLen >= 2 && description.charAt(0) == description.charAt(descriptionLen - 1)) { in NFSubstitution()
186 else if (description.charAt(0) == '%') { in NFSubstitution()
193 else if (description.charAt(0) == '#' || description.charAt(0) == '0') { in NFSubstitution()
202 else if (description.charAt(0) == '>') { in NFSubstitution()
1337 while (workText.length() > 0 && workText.charAt(0) == ' ') { in doParse()
1651 while (workText.length() > 0 && workText.charAt(0) == ' ') { in doParse()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNFRule.java283 while (p < description.length() && PatternProps.isWhiteSpace(description.charAt(p))) { in parseRuleDescriptor()
292 char firstChar = descriptor.charAt(0); in parseRuleDescriptor()
293 char lastChar = descriptor.charAt(descriptorLength - 1); in parseRuleDescriptor()
306 c = descriptor.charAt(p); in parseRuleDescriptor()
330 c = descriptor.charAt(p); in parseRuleDescriptor()
359 c = descriptor.charAt(p); in parseRuleDescriptor()
375 decimalPoint = descriptor.charAt(1); in parseRuleDescriptor()
379 decimalPoint = descriptor.charAt(1); in parseRuleDescriptor()
383 decimalPoint = descriptor.charAt(1); in parseRuleDescriptor()
398 if (description.length() > 0 && description.charAt( in parseRuleDescriptor()
[all...]
H A DNFSubstitution.java81 switch (description.charAt(0)) { in makeSubstitution()
173 if (descriptionLen >= 2 && description.charAt(0) == description.charAt(descriptionLen - 1)) { in NFSubstitution()
187 else if (description.charAt(0) == '%') { in NFSubstitution()
194 else if (description.charAt(0) == '#' || description.charAt(0) == '0') { in NFSubstitution()
203 else if (description.charAt(0) == '>') { in NFSubstitution()
1338 while (workText.length() > 0 && workText.charAt(0) == ' ') { in doParse()
1652 while (workText.length() > 0 && workText.charAt(0) == ' ') { in doParse()
/third_party/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp506 if (test1.charAt((int32_t)(11 + i)) != test2.charAt(i)) { in TestExtract()
510 if (test1.charAt((int32_t)(11 + i)) != test3[i]) { in TestExtract()
514 if (((char)test1.charAt((int32_t)(11 + i))) != test4b.charAt(i)) { in TestExtract()
518 if (test1.charAt((int32_t)(11 + i)) != test5.charAt(i)) { in TestExtract()
1061 test1.charAt(0)!=0xffff || test1.charAt(3)!=0xffff || in TestMiscellaneous()
1073 if(test1.length()!=4 || test1.charAt( in TestMiscellaneous()
[all...]
H A Dtokiter.cpp72 UChar c = line.charAt(pos++); in nextToken()
86 c = line.charAt(pos); // 16-bit ok in nextToken()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DUCAConformanceTest.java151 while (i < line.length() && Character.isWhitespace(line.charAt(i))) { in parseString()
154 while (i < line.length() && Character.isLetterOrDigit(line.charAt(i))) { in parseString()
155 buffer.append(line.charAt(i)); in parseString()
208 if (line.length() == 0 || line.charAt(0) == '#') { in conformanceTest()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DUnicodeNormalizerConformanceTest.java87 if (line.charAt(0) == '#' || line.charAt(0)=='@') continue; in TestConformance()
94 c=UTF16.charAt(fields[0],0); in TestConformance()
226 if(toHex.charAt(index)==' '){ in hexsplit()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DUnicodeNormalizerConformanceTest.java84 if (line.charAt(0) == '#' || line.charAt(0)=='@') continue; in TestConformance()
91 c=UTF16.charAt(fields[0],0); in TestConformance()
223 if(toHex.charAt(index)==' '){ in hexsplit()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DUCAConformanceTest.java154 while (i < line.length() && Character.isWhitespace(line.charAt(i))) { in parseString()
157 while (i < line.length() && Character.isLetterOrDigit(line.charAt(i))) { in parseString()
158 buffer.append(line.charAt(i)); in parseString()
211 if (line.length() == 0 || line.charAt(0) == '#') { in conformanceTest()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvParser.java167 char c = line.charAt(start); in parseRow()
182 c = line.charAt(pos); in parseRow()
188 if (line.charAt(pos) != QUOTE) { in parseRow()
243 while (i > 0 && whitespace().matches(s.charAt(i - 1))) { in maybeTrimTrailingWhitespace()
/third_party/typescript/tests/baselines/reference/
H A DcontextualTypeWithUnionTypeMembers.js93 var z = a.charAt(b);
109 var z = a.charAt(b);
181 var z = a.charAt(b);
197 var z = a.charAt(b);
H A DnegateOperatorWithStringType.js34 var ResultIsNumber12 = -STRING.charAt(0);
72 var ResultIsNumber12 = -STRING.charAt(0);
H A DplusOperatorWithStringType.js34 var ResultIsNumber12 = +STRING.charAt(0);
72 var ResultIsNumber12 = +STRING.charAt(0);
H A DinheritedOverloadedSpecializedSignatures.js12 b('foo').charAt(0);
59 b('foo').charAt(0);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DSimpleFormatterImpl.java83 assert pair[1].charAt(0) == 2; in compileToStringMinMaxArguments()
99 char c = pattern.charAt(i++); in compileToStringMinMaxArguments()
101 if (i < patternLength && (c = pattern.charAt(i)) == '\'') { in compileToStringMinMaxArguments()
123 0 <= (argNumber = pattern.charAt(i) - '0') && argNumber <= 9 && in compileToStringMinMaxArguments()
124 pattern.charAt(i + 1) == '}') { in compileToStringMinMaxArguments()
132 if (i < patternLength && '1' <= (c = pattern.charAt(i++)) && c <= '9') { in compileToStringMinMaxArguments()
134 while (i < patternLength && '0' <= (c = pattern.charAt(i++)) && c <= '9') { in compileToStringMinMaxArguments()
185 return compiledPattern.charAt(0); in getArgumentLimit()
272 int n = compiledPattern.charAt(i++); in formatAndReplace()
302 int segmentLength = compiledPattern.charAt( in getTextWithNoArguments()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DPlainStringFormattedValue.java60 public char charAt(int index) { in charAt() method in PlainStringFormattedValue
61 return value.charAt(index); in charAt()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DStringTokenIterator.java84 char c = _text.charAt(idx); in nextDelimiter()
86 if (c == _dlms.charAt(i)) { in nextDelimiter()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DStringTokenIterator.java88 char c = _text.charAt(idx); in nextDelimiter()
90 if (c == _dlms.charAt(i)) { in nextDelimiter()
/third_party/icu/icu4c/source/common/unicode/
H A Drep.h55 * in the string: <code>length()</code>, <code>charAt()</code>,
100 inline char16_t charAt(int32_t offset) const;
231 * Virtual version of charAt().
251 Replaceable::charAt(int32_t offset) const { in charAt() function in Replaceable
/third_party/node/deps/icu-small/source/common/unicode/
H A Drep.h55 * in the string: <code>length()</code>, <code>charAt()</code>,
100 inline char16_t charAt(int32_t offset) const;
231 * Virtual version of charAt().
251 Replaceable::charAt(int32_t offset) const { in charAt() function in Replaceable
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Drep.h55 * in the string: <code>length()</code>, <code>charAt()</code>,
100 inline char16_t charAt(int32_t offset) const;
231 * Virtual version of charAt().
251 Replaceable::charAt(int32_t offset) const { in charAt() function in Replaceable
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DTimestamps.java260 if (value.charAt(timezoneOffsetPosition) == 'Z') { in parse()
271 if (value.charAt(timezoneOffsetPosition) == '+') { in parse()
417 if (value.charAt(i) < '0' || value.charAt(i) > '9') { in parseNanos()
420 result += value.charAt(i) - '0'; in parseNanos()

Completed in 19 milliseconds

12345678910>>...90