| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
| H A D | JapaneseTest.java | 221 if (aString.charAt(2) != '\u5143') { // 元 in Test3860() 254 if (testString1.length() < 3 || testString1.charAt(2) != '\u5143') { // 元 in TestForceGannenNumbering() 258 if (testString2.length() < 2 || testString2.charAt(1) != '1') { in TestForceGannenNumbering() 264 if (testString1.length() < 2 || testString1.charAt(1) != '1') { // in TestForceGannenNumbering() 269 if (testString2.length() < 3 || testString2.charAt(2) != '\u5143') { // 元 in TestForceGannenNumbering() 278 if (testString3.length() < 3 || testString3.charAt(2) != '1') { in TestForceGannenNumbering()
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
| H A D | JapaneseTest.java | 218 if (aString.charAt(2) != '\u5143') { // 元 in Test3860() 251 if (testString1.length() < 3 || testString1.charAt(2) != '\u5143') { // 元 in TestForceGannenNumbering() 255 if (testString2.length() < 2 || testString2.charAt(1) != '1') { in TestForceGannenNumbering() 261 if (testString1.length() < 2 || testString1.charAt(1) != '1') { // in TestForceGannenNumbering() 266 if (testString2.length() < 3 || testString2.charAt(2) != '\u5143') { // 元 in TestForceGannenNumbering() 275 if (testString3.length() < 3 || testString3.charAt(2) != '1') { in TestForceGannenNumbering()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
| H A D | LocaleDistance.java | 432 BytesTrie.Result result = iter.next(desiredPartitions.charAt(0) | END_OF_SUBTAG); in getRegionPartitionsDistance() 434 result = iter.next(supportedPartitions.charAt(0) | END_OF_SUBTAG); in getRegionPartitionsDistance() 448 BytesTrie.Result result = iter.next(desiredPartitions.charAt(di++) | END_OF_SUBTAG); in getRegionPartitionsDistance() 452 result = iter.next(supportedPartitions.charAt(si++) | END_OF_SUBTAG); in getRegionPartitionsDistance() 504 int c = s.charAt(i); in trieNext() 588 assert sb.length() > 0 && sb.charAt(sb.length() - 1) == '-'; in testOnlyGetDistanceTable()
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | formatted_string_builder.cpp | 174 return insertCodePoint(index, unistr.charAt(0), field, status); in insert() 189 getCharPtr()[position + i] = unistr.charAt(start + i); in insert() 216 getCharPtr()[position + i] = unistr.charAt(startOther + i); in splice() 245 getCharPtr()[position + i] = other.charAt(i); in insert() 452 if (charAt(i) != other.charAt(i) || fieldAt(i) != other.fieldAt(i)) { in contentEquals()
|
| H A D | nfrule.cpp | 264 while (p < description.length() && PatternProps::isWhiteSpace(description.charAt(p))) { 273 UChar firstChar = descriptor.charAt(0); 274 UChar lastChar = descriptor.charAt(descriptorLength - 1); 290 c = descriptor.charAt(p); 319 c = descriptor.charAt(p); 354 c = descriptor.charAt(p); 372 decimalPoint = descriptor.charAt(1); 376 decimalPoint = descriptor.charAt(1); 380 decimalPoint = descriptor.charAt(1); 395 if (description.length() > 0 && description.charAt( [all...] |
| H A D | nfsubs.cpp | 330 switch (description.charAt(0)) { in makeSubstitution() 417 && description.charAt(0) == description.charAt(description.length() - 1)) in NFSubstitution() 434 else if (workingDescription.charAt(0) == gPercent) { in NFSubstitution() 440 else if (workingDescription.charAt(0) == gPound || workingDescription.charAt(0) ==gZero) { in NFSubstitution() 462 else if (workingDescription.charAt(0) == gGreaterThan) { in NFSubstitution() 1182 while (workText.length() > 0 && workText.charAt(0) == gSpace) { in doParse() 1292 while (workText.length() > 0 && workText.charAt(0) == gSpace) { in doParse()
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | formatted_string_builder.cpp | 174 return insertCodePoint(index, unistr.charAt(0), field, status); in insert() 189 getCharPtr()[position + i] = unistr.charAt(start + i); in insert() 216 getCharPtr()[position + i] = unistr.charAt(startOther + i); in splice() 245 getCharPtr()[position + i] = other.charAt(i); in insert() 452 if (charAt(i) != other.charAt(i) || fieldAt(i) != other.fieldAt(i)) { in contentEquals()
|
| H A D | nfrule.cpp | 264 while (p < description.length() && PatternProps::isWhiteSpace(description.charAt(p))) { 273 char16_t firstChar = descriptor.charAt(0); 274 char16_t lastChar = descriptor.charAt(descriptorLength - 1); 290 c = descriptor.charAt(p); 319 c = descriptor.charAt(p); 354 c = descriptor.charAt(p); 372 decimalPoint = descriptor.charAt(1); 376 decimalPoint = descriptor.charAt(1); 380 decimalPoint = descriptor.charAt(1); 395 if (description.length() > 0 && description.charAt( [all...] |
| H A D | nfsubs.cpp | 348 switch (description.charAt(0)) { in makeSubstitution() 435 && description.charAt(0) == description.charAt(description.length() - 1)) in NFSubstitution() 452 else if (workingDescription.charAt(0) == gPercent) { in NFSubstitution() 458 else if (workingDescription.charAt(0) == gPound || workingDescription.charAt(0) ==gZero) { in NFSubstitution() 480 else if (workingDescription.charAt(0) == gGreaterThan) { in NFSubstitution() 1200 while (workText.length() > 0 && workText.charAt(0) == gSpace) { in doParse() 1310 while (workText.length() > 0 && workText.charAt(0) == gSpace) { in doParse()
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | formatted_string_builder.cpp | 173 return insertCodePoint(index, unistr.charAt(0), field, status); in insert() 188 getCharPtr()[position + i] = unistr.charAt(start + i); in insert() 212 getCharPtr()[position + i] = unistr.charAt(startOther + i); in splice() 238 getCharPtr()[position + i] = other.charAt(i); in insert() 431 if (charAt(i) != other.charAt(i) || fieldAt(i) != other.fieldAt(i)) { in contentEquals()
|
| H A D | nfrule.cpp | 264 while (p < description.length() && PatternProps::isWhiteSpace(description.charAt(p))) { 273 UChar firstChar = descriptor.charAt(0); 274 UChar lastChar = descriptor.charAt(descriptorLength - 1); 290 c = descriptor.charAt(p); 319 c = descriptor.charAt(p); 354 c = descriptor.charAt(p); 372 decimalPoint = descriptor.charAt(1); 376 decimalPoint = descriptor.charAt(1); 380 decimalPoint = descriptor.charAt(1); 395 if (description.length() > 0 && description.charAt( [all...] |
| H A D | nfsubs.cpp | 330 switch (description.charAt(0)) { in makeSubstitution() 417 && description.charAt(0) == description.charAt(description.length() - 1)) in NFSubstitution() 434 else if (workingDescription.charAt(0) == gPercent) { in NFSubstitution() 440 else if (workingDescription.charAt(0) == gPound || workingDescription.charAt(0) ==gZero) { in NFSubstitution() 462 else if (workingDescription.charAt(0) == gGreaterThan) { in NFSubstitution() 1182 while (workText.length() > 0 && workText.charAt(0) == gSpace) { in doParse() 1292 while (workText.length() > 0 && workText.charAt(0) == gSpace) { in doParse()
|
| /third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
| H A D | TestConversion.java | 199 switch ((cc.cbopt).charAt(0)) { in TestFromUnicode() 236 charset = (cc.charset != null && cc.charset.length() > 0 && cc.charset.charAt(0) == '*') in FromUnicodeCase() 255 if (cc.charset.charAt(0) == UNSUPPORTED_CHARSET_SYMBOL) { in FromUnicodeCase() 285 if (cc.cbopt.length() > 1 && cc.cbopt.charAt(1) == '=') { in FromUnicodeCase() 292 if (cc.cbopt.charAt(1) == 0x00) { in FromUnicodeCase() 489 switch ((cc.cbopt).charAt(0)) { in TestToUnicode() 527 charset = (cc.charset != null && cc.charset.length() > 0 && cc.charset.charAt(0) == '*') in ToUnicodeCase() 541 if (cc.charset.charAt(0) == UNSUPPORTED_CHARSET_SYMBOL) { in ToUnicodeCase() 570 if (cc.cbopt.charAt(1) == '=') { in ToUnicodeCase() 577 if (cc.cbopt.charAt( in ToUnicodeCase() [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | UnicodeSet.java | 607 pattern.charAt(pos) == '[') || in resemblesPattern() 941 int c = UTF16.charAt(s, 0); in matchesIndexValue() 982 char firstChar = text.charAt(offset[0]); in matches() 993 char c = trial.charAt(forward ? 0 : trial.length() - 1); in matches() 1038 * matching all characters except s.charAt(0). If limit < start, 1040 * except s.charAt(s.length()-1). This method assumes that the 1041 * first character, text.charAt(start), matches s, so it does not 1045 * direction, text.charAt(start) is matched against s.charAt(0). 1047 * s.charAt( 1186 public int charAt(int index) { charAt() method in UnicodeSet [all...] |
| /third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
| H A D | CodeMangler.java | 100 } else if (processArgs && arg.charAt(0) == '-') { in CodeMangler() 140 if (arg.charAt(0) == '@') { in CodeMangler() 153 if (line.length() > 0 && line.charAt(0) != '#') { in CodeMangler() 625 char c = line.charAt(i); in patMatch() 695 char c = line.charAt(i); in pat2Match() 762 if (keyRelVal[2].charAt(len - 1) != ')') { in pat2Match() 778 char c = line.charAt(i); in pat3Match()
|
| /third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
| H A D | AlphabeticIndex.java | 459 } else if(item.charAt(item.length() - 1) == '*' && in initLabels() 460 item.charAt(item.length() - 2) != '*') { in initLabels() 513 int rest = current.charAt(BASE.length()); in fixLabel() 570 collatorPrimaryOnly.internalAddContractions(BASE.charAt(0), contractions); in addChineseIndexCharacters() 578 char c = s.charAt(s.length() - 1); in addChineseIndexCharacters() 595 char last = item.charAt(0); in separated() 598 char ch = item.charAt(i); in separated() 1058 if (current.length() == 1 && 'A' <= (c = current.charAt(0)) && c <= 'Z') { in createBucketList() 1061 'A' <= (c = current.charAt(BASE.length())) && c <= 'Z') { in createBucketList()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | TimeZoneNamesImpl.java | 394 sb.append(key.charAt(i)); in mzIDFromKey() 402 char c = key.charAt(i); in tzIDFromKey() 620 char c0 = key.charAt(0); in nameTypeIndexFromKey() 621 char c1 = key.charAt(1); in nameTypeIndexFromKey() 903 n = text.charAt(idx) - '0'; in parseDate() 912 n = text.charAt(idx) - '0'; in parseDate() 921 n = text.charAt(idx) - '0'; in parseDate() 930 n = text.charAt(idx) - '0'; in parseDate() 939 n = text.charAt(idx) - '0'; in parseDate()
|
| H A D | StandardPlural.java | 66 if (keyword.charAt(0) == '0') { in orNullFromString() 68 } else if (keyword.charAt(0) == '1') { in orNullFromString()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | TimeZoneNamesImpl.java | 396 sb.append(key.charAt(i)); in mzIDFromKey() 404 char c = key.charAt(i); in tzIDFromKey() 622 char c0 = key.charAt(0); in nameTypeIndexFromKey() 623 char c1 = key.charAt(1); in nameTypeIndexFromKey() 905 n = text.charAt(idx) - '0'; in parseDate() 914 n = text.charAt(idx) - '0'; in parseDate() 923 n = text.charAt(idx) - '0'; in parseDate() 932 n = text.charAt(idx) - '0'; in parseDate() 941 n = text.charAt(idx) - '0'; in parseDate()
|
| H A D | ICUDebug.java | 46 char c = s.charAt(i++); in getInstanceLenient() 103 if (params.length() > index && params.charAt(index) == '=') { in value()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | AlphabeticIndex.java | 440 } else if(item.charAt(item.length() - 1) == '*' && in initLabels() 441 item.charAt(item.length() - 2) != '*') { in initLabels() 494 int rest = current.charAt(BASE.length()); in fixLabel() 551 collatorPrimaryOnly.internalAddContractions(BASE.charAt(0), contractions); in addChineseIndexCharacters() 559 char c = s.charAt(s.length() - 1); in addChineseIndexCharacters() 576 char last = item.charAt(0); in separated() 579 char ch = item.charAt(i); in separated() 1012 if (current.length() == 1 && 'A' <= (c = current.charAt(0)) && c <= 'Z') { in createBucketList() 1015 'A' <= (c = current.charAt(BASE.length())) && c <= 'Z') { in createBucketList()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
| H A D | FormattedNumber.java | 68 public char charAt(int index) { in charAt() method in FormattedNumber 69 return string.charAt(index); in charAt()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
| H A D | CurrencyPluralInfoAffixProvider.java | 25 public char charAt(int flags, int i) { in charAt() method in CurrencyPluralInfoAffixProvider 27 return affixesByPlural[pluralOrdinal].charAt(flags, i); in charAt()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
| H A D | CurrencyPluralInfoAffixProvider.java | 29 public char charAt(int flags, int i) { in charAt() method in CurrencyPluralInfoAffixProvider 31 return affixesByPlural[pluralOrdinal].charAt(flags, i); in charAt()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
| H A D | FormattedNumber.java | 54 public char charAt(int index) { in charAt() method in FormattedNumber 55 return string.charAt(index); in charAt()
|