Home
last modified time | relevance | path

Searched refs:stringIndex (Results 1 – 20 of 20) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/
Dulistformatter.cpp90 for (int32_t stringIndex = 0; stringIndex < stringCount; stringIndex++) { in getUnicodeStrings() local
91 ustrings[stringIndex].setTo(true, strings[stringIndex], -1); in getUnicodeStrings()
94 for (int32_t stringIndex = 0; stringIndex < stringCount; stringIndex++) { in getUnicodeStrings() local
95 …ustrings[stringIndex].setTo(stringLengths[stringIndex] < 0, strings[stringIndex], stringLengths[st… in getUnicodeStrings()
/third_party/skia/third_party/externals/icu/source/i18n/
Dulistformatter.cpp90 for (int32_t stringIndex = 0; stringIndex < stringCount; stringIndex++) { in getUnicodeStrings() local
91 ustrings[stringIndex].setTo(TRUE, strings[stringIndex], -1); in getUnicodeStrings()
94 for (int32_t stringIndex = 0; stringIndex < stringCount; stringIndex++) { in getUnicodeStrings() local
95 …ustrings[stringIndex].setTo(stringLengths[stringIndex] < 0, strings[stringIndex], stringLengths[st… in getUnicodeStrings()
/third_party/icu/icu4c/source/i18n/
Dulistformatter.cpp90 for (int32_t stringIndex = 0; stringIndex < stringCount; stringIndex++) { in getUnicodeStrings() local
91 ustrings[stringIndex].setTo(true, strings[stringIndex], -1); in getUnicodeStrings()
94 for (int32_t stringIndex = 0; stringIndex < stringCount; stringIndex++) { in getUnicodeStrings() local
95 …ustrings[stringIndex].setTo(stringLengths[stringIndex] < 0, strings[stringIndex], stringLengths[st… in getUnicodeStrings()
/third_party/typescript/tests/baselines/reference/
DcheckJsObjectLiteralIndexSignatures.types31 const stringIndex = { [s]: 1 };
32 >stringIndex : { [x: string]: number; }
38 stringIndex[s].toFixed();
39 >stringIndex[s].toFixed() : string
40 >stringIndex[s].toFixed : (fractionDigits?: number) => string
41 >stringIndex[s] : number
42 >stringIndex : { [x: string]: number; }
DcheckJsObjectLiteralIndexSignatures.symbols25 const stringIndex = { [s]: 1 };
26 >stringIndex : Symbol(stringIndex, Decl(file.js, 8, 5))
30 stringIndex[s].toFixed();
31 >stringIndex[s].toFixed : Symbol(Number.toFixed, Decl(lib.es5.d.ts, --, --))
32 >stringIndex : Symbol(stringIndex, Decl(file.js, 8, 5))
DcheckJsObjectLiteralIndexSignatures.js10 const stringIndex = { [s]: 1 }; variable
11 stringIndex[s].toFixed();
22 var stringIndex = (_b = {}, _b[s] = 1, _b);
23 stringIndex[s].toFixed();
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestReorderingMode.java618 private boolean checkMaps(Bidi bidi, int stringIndex, String src, String dest, in checkMaps() argument
629 expectedLogicalMap = forwardMap[stringIndex]; in checkMaps()
630 expectedVisualMap = inverseMap[stringIndex]; in checkMaps()
632 expectedLogicalMap = inverseMap[stringIndex]; in checkMaps()
633 expectedVisualMap = forwardMap[stringIndex]; in checkMaps()
639 "string index " + stringIndex + "\n" + in checkMaps()
655 "string index " + stringIndex + "\n" + in checkMaps()
674 "string index " + stringIndex + "\n" + in checkMaps()
693 "string index " + stringIndex + "\n" + in checkMaps()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/
DTestReorderingMode.java621 private boolean checkMaps(Bidi bidi, int stringIndex, String src, String dest, in checkMaps() argument
632 expectedLogicalMap = forwardMap[stringIndex]; in checkMaps()
633 expectedVisualMap = inverseMap[stringIndex]; in checkMaps()
635 expectedLogicalMap = inverseMap[stringIndex]; in checkMaps()
636 expectedVisualMap = forwardMap[stringIndex]; in checkMaps()
642 "string index " + stringIndex + "\n" + in checkMaps()
658 "string index " + stringIndex + "\n" + in checkMaps()
677 "string index " + stringIndex + "\n" + in checkMaps()
696 "string index " + stringIndex + "\n" + in checkMaps()
/third_party/typescript/tests/cases/compiler/
DcheckJsObjectLiteralIndexSignatures.ts13 const stringIndex = { [s]: 1 }; constant
14 stringIndex[s].toFixed();
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/generator/
DResourceFallbackCodeGenerator.java113 Map<String, Integer> stringIndex = new TreeMap<>(); in buildCompositeString() local
115 stringIndex.putIfAbsent(string, 0); in buildCompositeString()
121 for (String string : stringIndex.keySet()) { in buildCompositeString()
124 stringIndex.put(string, nextStringOffset); in buildCompositeString()
136 return stringIndex; in buildCompositeString()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cff1-table.hh1074 stringIndex = &StructAtOffset<CFF1StringIndex> (topDictIndex, topDictIndex->get_size ()); in init()
1075 if ((stringIndex == &Null (CFF1StringIndex)) || !stringIndex->sanitize (&sc)) in init()
1078 globalSubrs = &StructAtOffset<CFF1Subrs> (stringIndex, stringIndex->get_size ()); in init()
1256 const CFF1StringIndex *stringIndex; member
1290 byte_str_t ustr = (*stringIndex)[sid - cff1_std_strings_length]; in init()
1323 byte_str_t ubyte_str = (*stringIndex)[sid - cff1_std_strings_length]; in get_glyph_name()
Dhb-subset-cff1.cc857 if (likely (dest->serialize (c, *acc.stringIndex, plan.sidmap))) in _serialize_cff1()
/third_party/typescript/src/services/codefixes/
DinferFromUsage.ts475 stringIndex: Usage | undefined;
490 stringIndex: undefined,
521 stringIndex: forEach(usages, u => u.stringIndex),
837 usage.stringIndex = indexUsage;
964 if (usage.properties?.size || usage.constructs?.length || usage.stringIndex) {
997 …const indexInfos = usage.stringIndex ? [checker.createIndexInfo(checker.getStringType(), combineFr…
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dures.h698 int32_t stringIndex,
/third_party/icu/icu4c/source/common/unicode/
Dures.h698 int32_t stringIndex,
/third_party/node/deps/icu-small/source/common/unicode/
Dures.h699 int32_t stringIndex,
/third_party/icu/icu4c/source/test/cintltst/
Dcbiditst.c111 static UBool checkMaps(UBiDi *pBiDi, int32_t stringIndex, const char *src,
4657 checkMaps(UBiDi *pBiDi, int32_t stringIndex, const char *src, const char *dest, in checkMaps() argument
4669 expectedLogicalMap = forwardMap[stringIndex]; in checkMaps()
4670 expectedVisualMap = inverseMap[stringIndex]; in checkMaps()
4673 expectedLogicalMap = inverseMap[stringIndex]; in checkMaps()
4674 expectedVisualMap = forwardMap[stringIndex]; in checkMaps()
4695 stringIndex, src, dest, columns, in checkMaps()
4722 stringIndex, src, dest, columns, in checkMaps()
4751 stringIndex, src, dest, columns, in checkMaps()
4780 stringIndex, src, dest, columns, in checkMaps()
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt10312 stringIndex
/third_party/libabigail/tests/lib/
Dcatch.hpp8512 iterator(Column const& column, size_t stringIndex) in iterator() argument
8514 m_stringIndex(stringIndex) {} in iterator()
/third_party/chromium/patch/
D0001-cve.patch33118 - const CFF1StringIndex *stringIndex;
33128 + const CFF1StringIndex *stringIndex = nullptr;