/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | TitlecaseTransliterator.java | 42 private final UCaseProps csp; field in TitlecaseTransliterator 55 csp=UCaseProps.INSTANCE; in TitlecaseTransliterator() 92 type=csp.getTypeOrIgnorable(c); in handleTransliterate() 118 type=csp.getTypeOrIgnorable(c); in handleTransliterate() 121 c=csp.toFullTitle(c, iter, result, caseLocale); in handleTransliterate() 123 c=csp.toFullLower(c, iter, result, caseLocale); in handleTransliterate()
|
D | CaseFoldTransliterator.java | 41 private final UCaseProps csp; field in CaseFoldTransliterator 51 csp=UCaseProps.INSTANCE; in CaseFoldTransliterator() 62 if(csp==null) { in handleTransliterate() 81 … c=csp.toFullFolding(c, result, 0); // toFullFolding(int c, StringBuffer out, int options) in handleTransliterate()
|
D | UppercaseTransliterator.java | 41 private final UCaseProps csp; field in UppercaseTransliterator 52 csp=UCaseProps.INSTANCE; in UppercaseTransliterator() 64 if(csp==null) { in handleTransliterate() 83 c=csp.toFullUpper(c, iter, result, caseLocale); in handleTransliterate()
|
D | LowercaseTransliterator.java | 44 private final UCaseProps csp; field in LowercaseTransliterator 56 csp=UCaseProps.INSTANCE; in LowercaseTransliterator() 68 if(csp==null) { in handleTransliterate() 87 c=csp.toFullLower(c, iter, result, caseLocale); in handleTransliterate()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | TitlecaseTransliterator.java | 43 private final UCaseProps csp; field in TitlecaseTransliterator 56 csp=UCaseProps.INSTANCE; in TitlecaseTransliterator() 93 type=csp.getTypeOrIgnorable(c); in handleTransliterate() 119 type=csp.getTypeOrIgnorable(c); in handleTransliterate() 122 c=csp.toFullTitle(c, iter, result, caseLocale); in handleTransliterate() 124 c=csp.toFullLower(c, iter, result, caseLocale); in handleTransliterate()
|
D | CaseFoldTransliterator.java | 42 private final UCaseProps csp; field in CaseFoldTransliterator 52 csp=UCaseProps.INSTANCE; in CaseFoldTransliterator() 63 if(csp==null) { in handleTransliterate() 82 … c=csp.toFullFolding(c, result, 0); // toFullFolding(int c, StringBuffer out, int options) in handleTransliterate()
|
D | UppercaseTransliterator.java | 42 private final UCaseProps csp; field in UppercaseTransliterator 53 csp=UCaseProps.INSTANCE; in UppercaseTransliterator() 65 if(csp==null) { in handleTransliterate() 84 c=csp.toFullUpper(c, iter, result, caseLocale); in handleTransliterate()
|
D | LowercaseTransliterator.java | 45 private final UCaseProps csp; field in LowercaseTransliterator 57 csp=UCaseProps.INSTANCE; in LowercaseTransliterator() 69 if(csp==null) { in handleTransliterate() 88 c=csp.toFullLower(c, iter, result, caseLocale); in handleTransliterate()
|
D | Normalizer.java | 1485 UCaseProps csp=UCaseProps.INSTANCE; in getFC_NFKC_Closure() local 1488 int folded1Length=csp.toFullFolding(c, folded, 0); in getFC_NFKC_Closure() 2173 UCaseProps csp; in cmpEquivFold() local 2211 csp=UCaseProps.INSTANCE; in cmpEquivFold() 2215 csp=null; in cmpEquivFold() 2337 (length=csp.toFullFolding(cp1, fold1, options))>=0 in cmpEquivFold() 2385 (length=csp.toFullFolding(cp2, fold2, options))>=0 in cmpEquivFold()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_yadif_cuda.c | 138 for (i = 0; i < y->csp->nb_components; i++) { in filter() 142 const AVComponentDescriptor *comp = &y->csp->comp[i]; in filter() 153 av_log(ctx, AV_LOG_ERROR, "Unsupported pixel format: %s\n", y->csp->name); in filter() 166 av_log(ctx, AV_LOG_ERROR, "Unsupported pixel format: %s\n", y->csp->name); in filter() 177 AV_CEIL_RSHIFT(y->cur->width, i ? y->csp->log2_chroma_w : 0), in filter() 178 AV_CEIL_RSHIFT(y->cur->height, i ? y->csp->log2_chroma_h : 0), in filter() 181 AV_CEIL_RSHIFT(dst->width, i ? y->csp->log2_chroma_w : 0), in filter() 182 AV_CEIL_RSHIFT(dst->height, i ? y->csp->log2_chroma_h : 0), in filter() 301 y->csp = av_pix_fmt_desc_get(output_frames->sw_format); in config_output()
|
D | vf_bwdif.c | 221 int clip_max = (1 << (yadif->csp->comp[td->plane].depth)) - 1; in filter_slice() 222 int df = (yadif->csp->comp[td->plane].depth + 7) / 8; in filter_slice() 269 for (i = 0; i < yadif->csp->nb_components; i++) { in filter() 274 w = AV_CEIL_RSHIFT(w, yadif->csp->log2_chroma_w); in filter() 275 h = AV_CEIL_RSHIFT(h, yadif->csp->log2_chroma_h); in filter() 341 yadif->csp = av_pix_fmt_desc_get(link->format); in config_props() 343 if (yadif->csp->comp[0].depth > 8) { in config_props()
|
D | vf_yadif.c | 197 int df = (s->csp->comp[td->plane].depth + 7) / 8; in filter_slice() 238 for (i = 0; i < yadif->csp->nb_components; i++) { in filter() 243 w = AV_CEIL_RSHIFT(w, yadif->csp->log2_chroma_w); in filter() 244 h = AV_CEIL_RSHIFT(h, yadif->csp->log2_chroma_h); in filter() 304 s->csp = av_pix_fmt_desc_get(outlink->format); in config_output() 306 if (s->csp->comp[0].depth > 8) { in config_output()
|
D | vf_idet.c | 124 for (i = 0; i < idet->csp->nb_components; i++) { in filter() 130 w = AV_CEIL_RSHIFT(w, idet->csp->log2_chroma_w); in filter() 131 h = AV_CEIL_RSHIFT(h, idet->csp->log2_chroma_h); in filter() 275 if (!idet->csp) in filter_frame() 276 idet->csp = av_pix_fmt_desc_get(link->format); in filter_frame() 277 if (idet->csp->comp[0].depth > 8){ in filter_frame()
|
D | drawutils.h | 46 enum AVColorSpace csp; member 79 int ff_draw_init2(FFDrawContext *draw, enum AVPixelFormat format, enum AVColorSpace csp,
|
D | drawutils.c | 80 int ff_draw_init2(FFDrawContext *draw, enum AVPixelFormat format, enum AVColorSpace csp, in ff_draw_init2() argument 96 if (csp == AVCOL_SPC_UNSPECIFIED) in ff_draw_init2() 97 csp = (desc->flags & AV_PIX_FMT_FLAG_RGB) ? AVCOL_SPC_RGB : AVCOL_SPC_SMPTE170M; in ff_draw_init2() 98 if (!(desc->flags & AV_PIX_FMT_FLAG_RGB) && !(luma = av_csp_luma_coeffs_from_avcsp(csp))) in ff_draw_init2() 103 format == AV_PIX_FMT_YUVJ440P || csp == AVCOL_SPC_RGB) in ff_draw_init2() 144 draw->csp = csp; in ff_draw_init2()
|
D | vf_tinterlace.c | 266 tinterlace->csp = av_pix_fmt_desc_get(outlink->format); in config_out_props() 268 if (tinterlace->csp->comp[0].depth > 8) in config_out_props() 276 if (tinterlace->csp->comp[0].depth > 8) in config_out_props() 327 int clip_max = (1 << tinterlace->csp->comp[plane].depth) - 1; in copy_picture_field() 350 if (tinterlace->csp->comp[plane].depth > 8) in copy_picture_field()
|
D | vf_yadif_videotoolbox.m | 109 for (i = 0; i < y->csp->nb_components; i++) { 111 const AVComponentDescriptor *comp = &y->csp->comp[i]; 125 av_log(ctx, AV_LOG_ERROR, "Unsupported pixel format: %s\n", y->csp->name); 136 av_log(ctx, AV_LOG_ERROR, "Unsupported pixel format: %s\n", y->csp->name); 381 y->csp = av_pix_fmt_desc_get(output_frames->sw_format);
|
D | tinterlace.h | 77 const AVPixFmtDescriptor *csp; member
|
/third_party/ffmpeg/libavfilter/x86/ |
D | vf_bwdif_init.c | 49 int bit_depth = (!yadif->csp) ? 8 : yadif->csp->comp[0].depth; in ff_bwdif_init_x86()
|
D | vf_yadif_init.c | 53 int bit_depth = (!yadif->csp) ? 8 in ff_yadif_init_x86() 54 : yadif->csp->comp[0].depth; in ff_yadif_init_x86()
|
/third_party/ffmpeg/libavutil/ |
D | csp.c | 53 const struct AVLumaCoefficients *av_csp_luma_coeffs_from_avcsp(enum AVColorSpace csp) in av_csp_luma_coeffs_from_avcsp() argument 57 if (csp >= AVCOL_SPC_NB) in av_csp_luma_coeffs_from_avcsp() 59 coeffs = &luma_coefficients[csp]; in av_csp_luma_coeffs_from_avcsp()
|
D | csp.h | 81 const AVLumaCoefficients *av_csp_luma_coeffs_from_avcsp(enum AVColorSpace csp);
|
/third_party/musl/src/locale/ |
D | dcngettext.c | 201 const char *csp = memchr(locname, '.', loclen); in dcngettext() local 202 if (csp) loclen = csp-locname; in dcngettext()
|
/third_party/musl/porting/linux/user/src/locale/ |
D | dcngettext.c | 229 const char *csp = memchr(locname, '.', loclen); in dcngettext() local 230 if (csp) { in dcngettext() 231 loclen = csp-locname; in dcngettext()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Normalizer.java | 1450 UCaseProps csp=UCaseProps.INSTANCE; in getFC_NFKC_Closure() local 1453 int folded1Length=csp.toFullFolding(c, folded, 0); in getFC_NFKC_Closure() 2113 UCaseProps csp; in cmpEquivFold() local 2151 csp=UCaseProps.INSTANCE; in cmpEquivFold() 2155 csp=null; in cmpEquivFold() 2277 (length=csp.toFullFolding(cp1, fold1, options))>=0 in cmpEquivFold() 2325 (length=csp.toFullFolding(cp2, fold2, options))>=0 in cmpEquivFold()
|