Searched refs:charAt (Results 826 - 850 of 2232) sorted by relevance
1...<<31323334353637383940>>...90
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| H A D | BigNumberFormatTest.java | 387 char c = str.charAt(i); in transmute()
|
| /third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
| H A D | GatherAPIData.java | 602 char ch = text.charAt(i); in getStatusVersion()
|
| H A D | GatherAPIDataOld.java | 464 char ch = text.charAt(i); in getStatusVersion()
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/ |
| H A D | DataReadWriteTest.java | 35 char c = str.charAt(i); in normalize()
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | coleitr.cpp | 237 UChar c = string_.charAt(offset); in setOffset()
|
| H A D | choicfmt.cpp | 453 UChar boundaryChar = pattern.getPatternString().charAt(selectorIndex); in findSubMessage()
|
| H A D | cpdtrans.cpp | 390 buf.charAt(buf.length() - 1) != c) { in _smartAppend()
|
| H A D | utrans.cpp | 105 return (*func->charAt)(rep, offset); in getCharAt()
|
| /third_party/icu/icu4c/source/common/unicode/ |
| H A D | uniset.h | 665 * character at pattern.charAt(pos.getIndex()) must be '[', or the 680 * The character at pattern.charAt(pos.getIndex()) must be a '['. 1025 * matching all characters except s.charAt(0). If limit < start, 1027 * except s.charAt(s.length()-1). This method assumes that the 1028 * first character, text.charAt(start), matches s, so it does not 1032 * direction, text.charAt(start) is matched against s.charAt(0). 1034 * s.charAt(s.length()-1). 1074 * <code>charAt()</code>. 1095 UChar32 charAt(int32_ [all...] |
| H A D | ustring.h | 1026 * @param charAt callback function that returns a UChar of the source 1028 * @param offset pointer to the offset that will be passed to charAt. 1035 * @param context an opaque pointer passed directly into charAt. 1044 u_unescapeAt(UNESCAPE_CHAR_AT charAt,
|
| /third_party/node/test/parallel/ |
| H A D | test-stream2-transform.js | 220 this.state += s.charAt(0);
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | choicfmt.cpp | 453 char16_t boundaryChar = pattern.getPatternString().charAt(selectorIndex); in findSubMessage()
|
| H A D | coleitr.cpp | 237 char16_t c = string_.charAt(offset); in setOffset()
|
| H A D | cpdtrans.cpp | 390 buf.charAt(buf.length() - 1) != c) { in _smartAppend()
|
| H A D | utrans.cpp | 105 return (*func->charAt)(rep, offset); in getCharAt()
|
| H A D | uspoof_conf.cpp | 349 s->fCharOrStrTableIndex = s->fStr->charAt(0); in build()
|
| /third_party/node/deps/icu-small/source/common/unicode/ |
| H A D | ustring.h | 1022 * @param charAt callback function that returns a UChar of the source 1024 * @param offset pointer to the offset that will be passed to charAt. 1031 * @param context an opaque pointer passed directly into charAt. 1040 u_unescapeAt(UNESCAPE_CHAR_AT charAt,
|
| H A D | uniset.h | 671 * character at pattern.charAt(pos.getIndex()) must be '[', or the 686 * The character at pattern.charAt(pos.getIndex()) must be a '['. 1033 * matching all characters except s.charAt(0). If limit < start, 1035 * except s.charAt(s.length()-1). This method assumes that the 1036 * first character, text.charAt(start), matches s, so it does not 1040 * direction, text.charAt(start) is matched against s.charAt(0). 1042 * s.charAt(s.length()-1). 1082 * <code>charAt()</code>. 1103 UChar32 charAt(int32_ [all...] |
| /third_party/node/deps/npm/node_modules/cli-table3/src/ |
| H A D | cell.js | 369 nameA[1] = nameA[1].charAt(0).toUpperCase() + nameA[1].substr(1);
|
| /third_party/node/deps/npm/node_modules/nopt/lib/ |
| H A D | nopt-lib.js | 274 if (arg.charAt(0) === '-' && arg.length > 1) {
|
| /third_party/icu/icu4c/source/test/perf/ustrperf/ |
| H A D | stringperf.h | 434 s0.charAt(0); in getch()
|
| /third_party/libevdev/doc/html/search/ |
| H A D | search.js | 30 var c = search.charAt(i);
|
| /third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
| H A D | CodedInputStreamTest.java | 442 assertEquals(0xfffd, text.charAt(0)); in testReadInvalidUtf8()
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | choicfmt.cpp | 453 UChar boundaryChar = pattern.getPatternString().charAt(selectorIndex); in findSubMessage()
|
| H A D | coleitr.cpp | 237 UChar c = string_.charAt(offset); in setOffset()
|
Completed in 24 milliseconds
1...<<31323334353637383940>>...90