/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucnv_lmb.cpp | 674 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/ |
D | ucnv_lmb.cpp | 674 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/ |
D | ucnv_lmb.cpp | 674 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/ |
D | ucnv_lmb.cpp | 674 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/ |
D | testinput8 | 20 /#/Ix 22 /a#/Ix
|
D | testinput2 | 601 /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 …]
|
D | testoutput8-8-4 | 63 /#/Ix 75 /a#/Ix
|
D | testoutput8-32-3 | 63 /#/Ix 75 /a#/Ix
|
D | testoutput8-16-3 | 63 /#/Ix 75 /a#/Ix
|
D | testoutput8-16-4 | 63 /#/Ix 75 /a#/Ix
|
D | testoutput8-8-3 | 63 /#/Ix 75 /a#/Ix
|
D | testoutput8-32-2 | 63 /#/Ix 75 /a#/Ix
|
D | testoutput8-32-4 | 63 /#/Ix 75 /a#/Ix
|
D | testoutput8-8-2 | 63 /#/Ix 75 /a#/Ix
|
D | testoutput8-16-2 | 63 /#/Ix 75 /a#/Ix
|
D | testinput9 | 209 /Ix
|
/third_party/skia/include/private/ |
D | SkVx.h | 59 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]... };
|
D | SkNx.h | 363 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/ |
D | SkVx.h | 404 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]... };
|
D | SkNx.h | 367 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/ |
D | ftraster.c | 991 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/ |
D | ftraster.c | 1024 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/ |
D | ftraster.c | 1020 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/ |
D | mt.txt | 812 "-1"{"Ix-xahar li għadda"} 814 "1"{"Ix-xahar id-dieħel"}
|
/third_party/icu/icu4c/source/data/locales/ |
D | mt.txt | 812 "-1"{"Ix-xahar li għadda"} 814 "1"{"Ix-xahar id-dieħel"}
|