Home
last modified time | relevance | path

Searched refs:charAt (Results 651 - 675 of 1063) sorted by relevance

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUScriptRun.java353 int ch = UTF16.charAt(text, textStart, textLimit, textIndex - textStart); in next()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationThaiTest.java153 if (word.length() == 0 || word.charAt(0) == 0x23) { in TestDictionary()
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/
H A DICULocaleServiceProvider.java76 } else if (variant.endsWith(suffix) && variant.charAt(variant.length() - suffix.length() - 1) == '_') { in toULocaleNoSpecialVariant()
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DCompoundTransliterator.java251 buf.charAt(buf.length() - 1) != c) { in _smartAppend()
/third_party/icu/icu4c/source/test/intltest/
H A Dnptrans.cpp101 printf("%c", (char)temp.charAt(i)); in NamePrepTransform()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
H A DRegexTransformer.java166 char varChar = s.charAt(j + 1); in substitute()
H A DRuleParser.java59 .collect(ImmutableMap.toImmutableMap(m -> m.group(1).charAt(0), m -> m.group(2))); in parseConfig()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DTrieTest.java157 checkState(sb.length() > 0 && sb.charAt(sb.length() - 1) == '-'); in getRawTrieTable()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DBundleItem.java326 aChar = theString.charAt(x++); in saveConvert()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DAnyScriptTest.java48 testBuffer.append(UTF16.valueOf(test.charAt(i))); in TestScripts()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DTestLocaleValidity.java194 char extension = key.charAt(key.length()-1) < 'A' ? 't' : 'u'; in testBasic()
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DAPIData.java172 internal = args[++i].toLowerCase().charAt(0) == 't'; in main()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DPatternTokenizer.java171 cp = UTF16.charAt(string, i); in quoteLiteral()
269 cp = UTF16.charAt(pattern, i); in next()
H A DResourceBundleWrapper.java143 (localeID.length() == lang.length() || localeID.charAt(lang.length()) == '_'); in localeIDStartsWithLangSubtag()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DAnyScriptTest.java45 testBuffer.append(UTF16.valueOf(test.charAt(i))); in TestScripts()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCompoundTransliterator.java252 buf.charAt(buf.length() - 1) != c) { in _smartAppend()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/
H A DXMLRecordWriter.java140 c = str.charAt(i); in normalize()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationThaiTest.java156 if (word.length() == 0 || word.charAt(0) == 0x23) { in TestDictionary()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTestLocaleValidity.java193 char extension = key.charAt(key.length()-1) < 'A' ? 't' : 'u'; in testBasic()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DCompactData.java235 if (patternString.charAt(i) == '0') { in countZeros()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DUScriptRun.java355 int ch = UTF16.charAt(text, textStart, textLimit, textIndex - textStart); in next()
/third_party/icu/icu4c/source/i18n/
H A Dstrrepl.cpp261 UChar c = output.charAt(i); // Ok to use 16-bits here in toReplacerPattern()
H A Dformatted_string_builder.h79 inline char16_t charAt(int32_t index) const { in charAt() function in FormattedStringBuilder
/third_party/lzma/Java/SevenZip/
H A DLzmaAlone.java87 if (s.charAt(0) == '-') in Parse()
/third_party/node/deps/icu-small/source/i18n/
H A Dstrrepl.cpp261 char16_t c = output.charAt(i); // Ok to use 16-bits here in toReplacerPattern()

Completed in 18 milliseconds

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