Searched refs:sectionIndex (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/animation/ |
D | home.dart | 264 this.sectionIndex, 274 assert(sectionIndex >= 0 && sectionIndex < sections.length), 279 final int sectionIndex; 346 translation: Alignment((selectedIndex.value - sectionIndex) * 2.0 - 1.0, -1.0), 525 sectionIndex: index,
|
/third_party/icu/icu4c/source/common/ |
D | ucnv_ext.cpp | 985 int32_t sectionIndex, in ucnv_extGetUnicodeSetString() argument 993 fromUSectionUChars=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_UCHARS_INDEX, UChar)+sectionIndex; in ucnv_extGetUnicodeSetString() 994 fromUSectionValues=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_VALUES_INDEX, uint32_t)+sectionIndex; in ucnv_extGetUnicodeSetString()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucnv_ext.cpp | 985 int32_t sectionIndex, in ucnv_extGetUnicodeSetString() argument 993 fromUSectionUChars=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_UCHARS_INDEX, UChar)+sectionIndex; in ucnv_extGetUnicodeSetString() 994 fromUSectionValues=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_VALUES_INDEX, uint32_t)+sectionIndex; in ucnv_extGetUnicodeSetString()
|
/third_party/node/deps/icu-small/source/common/ |
D | ucnv_ext.cpp | 985 int32_t sectionIndex, in ucnv_extGetUnicodeSetString() argument 993 fromUSectionUChars=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_UCHARS_INDEX, UChar)+sectionIndex; in ucnv_extGetUnicodeSetString() 994 fromUSectionValues=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_VALUES_INDEX, uint32_t)+sectionIndex; in ucnv_extGetUnicodeSetString()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucnv_ext.cpp | 985 int32_t sectionIndex, in ucnv_extGetUnicodeSetString() argument 993 fromUSectionUChars=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_UCHARS_INDEX, UChar)+sectionIndex; in ucnv_extGetUnicodeSetString() 994 fromUSectionValues=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_VALUES_INDEX, uint32_t)+sectionIndex; in ucnv_extGetUnicodeSetString()
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetMBCS.java | 4955 int minLength, int c, char s[],int length,int sectionIndex){ in extGetUnicodeSetString() argument 4960 int fromUSectionUCharIndex = fromUSectionUChar.position()+sectionIndex; in extGetUnicodeSetString() 4961 int fromUSectionValuesIndex = fromUSectionValues.position()+sectionIndex; in extGetUnicodeSetString()
|