| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
| H A D | UScriptRun.java | 353 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 D | CollationThaiTest.java | 153 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 D | ICULocaleServiceProvider.java | 76 } 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 D | CompoundTransliterator.java | 251 buf.charAt(buf.length() - 1) != c) { in _smartAppend()
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | nptrans.cpp | 101 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 D | RegexTransformer.java | 166 char varChar = s.charAt(j + 1); in substitute()
|
| H A D | RuleParser.java | 59 .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 D | TrieTest.java | 157 checkState(sb.length() > 0 && sb.charAt(sb.length() - 1) == '-'); in getRawTrieTable()
|
| /third_party/icu/tools/unicodetools/com/ibm/rbm/ |
| H A D | BundleItem.java | 326 aChar = theString.charAt(x++); in saveConvert()
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
| H A D | AnyScriptTest.java | 48 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 D | TestLocaleValidity.java | 194 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 D | APIData.java | 172 internal = args[++i].toLowerCase().charAt(0) == 't'; in main()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | PatternTokenizer.java | 171 cp = UTF16.charAt(string, i); in quoteLiteral() 269 cp = UTF16.charAt(pattern, i); in next()
|
| H A D | ResourceBundleWrapper.java | 143 (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 D | AnyScriptTest.java | 45 testBuffer.append(UTF16.valueOf(test.charAt(i))); in TestScripts()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | CompoundTransliterator.java | 252 buf.charAt(buf.length() - 1) != c) { in _smartAppend()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/ |
| H A D | XMLRecordWriter.java | 140 c = str.charAt(i); in normalize()
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
| H A D | CollationThaiTest.java | 156 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 D | TestLocaleValidity.java | 193 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 D | CompactData.java | 235 if (patternString.charAt(i) == '0') { in countZeros()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
| H A D | UScriptRun.java | 355 int ch = UTF16.charAt(text, textStart, textLimit, textIndex - textStart); in next()
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | strrepl.cpp | 261 UChar c = output.charAt(i); // Ok to use 16-bits here in toReplacerPattern()
|
| H A D | formatted_string_builder.h | 79 inline char16_t charAt(int32_t index) const { in charAt() function in FormattedStringBuilder
|
| /third_party/lzma/Java/SevenZip/ |
| H A D | LzmaAlone.java | 87 if (s.charAt(0) == '-')
in Parse()
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | strrepl.cpp | 261 char16_t c = output.charAt(i); // Ok to use 16-bits here in toReplacerPattern()
|