Home
last modified time | relevance | path

Searched refs:Ix (Results 1 – 25 of 37) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducnv_lmb.cpp674 ulmbcs_byte_t Ix; in _LMBCSClose() local
677 for (Ix=0; Ix <= ULMBCS_GRP_LAST; Ix++) in _LMBCSClose()
679 if (extraInfo->OptGrpConverter[Ix] != NULL) in _LMBCSClose()
680 ucnv_unloadSharedDataIfReady(extraInfo->OptGrpConverter[Ix]); in _LMBCSClose()
/third_party/icu/icu4c/source/common/
Ducnv_lmb.cpp674 ulmbcs_byte_t Ix; in _LMBCSClose() local
677 for (Ix=0; Ix <= ULMBCS_GRP_LAST; Ix++) in _LMBCSClose()
679 if (extraInfo->OptGrpConverter[Ix] != NULL) in _LMBCSClose()
680 ucnv_unloadSharedDataIfReady(extraInfo->OptGrpConverter[Ix]); in _LMBCSClose()
/third_party/node/deps/icu-small/source/common/
Ducnv_lmb.cpp674 ulmbcs_byte_t Ix; in _LMBCSClose() local
677 for (Ix=0; Ix <= ULMBCS_GRP_LAST; Ix++) in _LMBCSClose()
679 if (extraInfo->OptGrpConverter[Ix] != NULL) in _LMBCSClose()
680 ucnv_unloadSharedDataIfReady(extraInfo->OptGrpConverter[Ix]); in _LMBCSClose()
/third_party/skia/third_party/externals/icu/source/common/
Ducnv_lmb.cpp674 ulmbcs_byte_t Ix; in _LMBCSClose() local
677 for (Ix=0; Ix <= ULMBCS_GRP_LAST; Ix++) in _LMBCSClose()
679 if (extraInfo->OptGrpConverter[Ix] != NULL) in _LMBCSClose()
680 ucnv_unloadSharedDataIfReady(extraInfo->OptGrpConverter[Ix]); in _LMBCSClose()
/third_party/pcre2/pcre2/testdata/
Dtestinput820 /#/Ix
22 /a#/Ix
Dtestinput2601 /Ix
618 /\( (?: (?>[^()]+) | (?R) ) \) /Ix
626 /\( (?: (?>[^()]+) | (?R) )? \) /Ix
630 /\( ( (?>[^()]+) | (?R) )* \) /Ix
633 /\( ( ( (?>[^()]+) | (?R) )* ) \) /Ix
636 /\( (123)? ( ( (?>[^()]+) | (?R) )* ) \) /Ix
640 /\( ( (123)? ( (?>[^()]+) | (?R) )* ) \) /Ix
644 /\( (((((((((( ( (?>[^()]+) | (?R) )* )))))))))) \) /Ix
647 /\( ( ( (?>[^()<>]+) | ((?>[^()]+)) | (?R) )* ) \) /Ix
650 /\( ( ( (?>[^()]+) | ((?R)) )* ) \) /Ix
[all …]
Dtestoutput8-8-463 /#/Ix
75 /a#/Ix
Dtestoutput8-32-363 /#/Ix
75 /a#/Ix
Dtestoutput8-16-363 /#/Ix
75 /a#/Ix
Dtestoutput8-16-463 /#/Ix
75 /a#/Ix
Dtestoutput8-8-363 /#/Ix
75 /a#/Ix
Dtestoutput8-32-263 /#/Ix
75 /a#/Ix
Dtestoutput8-32-463 /#/Ix
75 /a#/Ix
Dtestoutput8-8-263 /#/Ix
75 /a#/Ix
Dtestoutput8-16-263 /#/Ix
75 /a#/Ix
Dtestinput9209 /Ix
/third_party/skia/include/private/
DSkVx.h59 template <int... Ix, int N, typename T>
60 SI Vec<sizeof...(Ix),T> shuffle(const Vec<N,T>&);
556 template <int... Ix, int N, typename T>
557 SI Vec<sizeof...(Ix),T> shuffle(const Vec<N,T>& x) {
560 return to_vec<sizeof...(Ix),T>(__builtin_shufflevector(to_vext(x), to_vext(x), Ix...));
562 return { x[Ix]... };
DSkNx.h363 template <int... Ix, int N, typename T>
364 AI static SkNx<sizeof...(Ix),T> SkNx_shuffle(const SkNx<N,T>& v) {
365 return { v[Ix]... };
/third_party/flutter/skia/include/private/
DSkVx.h404 template <int... Ix, int N, typename T>
405 static inline Vec<sizeof...(Ix),T> shuffle(const Vec<N,T>& x) {
407 return to_vec<sizeof...(Ix),T>(__builtin_shufflevector(to_vext(x), to_vext(x), Ix...));
409 return { x[Ix]... };
DSkNx.h367 template <int... Ix, int N, typename T>
368 AI static SkNx<sizeof...(Ix),T> SkNx_shuffle(const SkNx<N,T>& v) {
369 return { v[Ix]... };
/third_party/skia/third_party/externals/freetype/src/raster/
Dftraster.c991 Long Ix, Rx, Ax; in Line_Up() local
1062 Ix = SMulDiv_No_Round( ras.precision, Dx, Dy ); in Line_Up()
1068 Ix = -SMulDiv_No_Round( ras.precision, -Dx, Dy ); in Line_Up()
1080 x1 += Ix; in Line_Up()
/third_party/freetype/src/raster/
Dftraster.c1024 Long Ix, Rx, Ax; in Line_Up() local
1095 Ix = SMulDiv_No_Round( ras.precision, Dx, Dy ); in Line_Up()
1101 Ix = -SMulDiv_No_Round( ras.precision, -Dx, Dy ); in Line_Up()
1113 x1 += Ix; in Line_Up()
/third_party/flutter/skia/third_party/externals/freetype/src/raster/
Dftraster.c1020 Long Ix, Rx, Ax; in Line_Up() local
1091 Ix = SMulDiv_No_Round( ras.precision, Dx, Dy ); in Line_Up()
1097 Ix = -SMulDiv_No_Round( ras.precision, -Dx, Dy ); in Line_Up()
1109 x1 += Ix; in Line_Up()
/third_party/skia/third_party/externals/icu/source/data/locales/
Dmt.txt812 "-1"{"Ix-xahar li għadda"}
814 "1"{"Ix-xahar id-dieħel"}
/third_party/icu/icu4c/source/data/locales/
Dmt.txt812 "-1"{"Ix-xahar li għadda"}
814 "1"{"Ix-xahar id-dieħel"}

12