/third_party/icu/tools/unicode/c/genprops/ |
H A D | casepropsbuilder.cpp | 448 UChar32 scf=props.scf; in setProps() local 449 if(scf>=0 && scf!=props.slc) { in setProps() 461 if(scf<0 && props.slc>=0) { in setProps() 481 if( (!props.cf.isEmpty() && props.cf!=UnicodeString(props.scf)) || in setProps() 534 newExcProps->props.scf=scf; in setProps() 560 if(scf>=0) { caseSensitive.add(scf); } in setProps() [all...] |
/third_party/lame/mpglib/ |
H A D | layer3.c | 569 III_get_scale_factors_1(PMPSTR mp, int *scf, struct gr_info_s *gr_infos) in III_get_scale_factors_1() argument 585 *scf++ = getbits_fast(mp, num0); in III_get_scale_factors_1() 591 *scf++ = getbits_fast(mp, num0); in III_get_scale_factors_1() 593 *scf++ = getbits_fast(mp, num1); in III_get_scale_factors_1() 594 *scf++ = 0; in III_get_scale_factors_1() 595 *scf++ = 0; in III_get_scale_factors_1() 596 *scf++ = 0; /* short[13][0..2] = 0 */ in III_get_scale_factors_1() 604 *scf++ = getbits_fast(mp, num0); in III_get_scale_factors_1() 606 *scf++ = getbits_fast(mp, num1); in III_get_scale_factors_1() 613 *scf in III_get_scale_factors_1() 655 III_get_scale_factors_2(PMPSTR mp, int *scf, struct gr_info_s *gr_infos, int i_stereo) III_get_scale_factors_2() argument 719 III_dequantize_sample(PMPSTR mp, real xr[SBLIMIT][SSLIMIT], int *scf, struct gr_info_s *gr_infos, int sfreq, int part2bits) III_dequantize_sample() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | dca_lbr.c | 417 static int parse_scale_factors(DCALbrDecoder *s, uint8_t *scf) in parse_scale_factors() argument 429 scf[sf] = prev; // Store previous value in parse_scale_factors() 456 scf[sf + 1] = prev + ((next - prev) >> 1); in parse_scale_factors() 458 scf[sf + 1] = prev - ((prev - next) >> 1); in parse_scale_factors() 463 scf[sf + 1] = prev + ( (next - prev) >> 2); in parse_scale_factors() 464 scf[sf + 2] = prev + ( (next - prev) >> 1); in parse_scale_factors() 465 scf[sf + 3] = prev + (((next - prev) * 3) >> 2); in parse_scale_factors() 467 scf[sf + 1] = prev - ( (prev - next) >> 2); in parse_scale_factors() 468 scf[sf + 2] = prev - ( (prev - next) >> 1); in parse_scale_factors() 469 scf[s in parse_scale_factors() 1414 int scf = w1 * g1_scf_a[i] + w2 * g1_scf_b[i]; decode_grid() local 1422 int scf = w1 * g1_scf_a[i] + w2 * g1_scf_b[i]; decode_grid() local 1514 unsigned int scf = hr_scf[i]; filter_ts() local 1523 unsigned int scf = hr_scf[i / 8] - g2_scf[i]; filter_ts() local [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | uniset_closure.cpp | 184 // Per-character scf = Simple_Case_Folding of a string. 186 bool scfString(const UnicodeString &s, UnicodeString &scf) { in scfString() argument 197 scf.setTo(p, i - U16_LENGTH(c)); in scfString() 200 scf.append(scfChar); in scfString()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | ppucd.cpp | 53 scf(U_SENTINEL), slc(U_SENTINEL), stc(U_SENTINEL), suc(U_SENTINEL), in UniProps() 409 props.scf=U_SENTINEL; in parseProperty() 466 props.scf=parseCodePoint(v, errorCode); in parseProperty()
|
H A D | ppucd.h | 54 UChar32 scf, slc, stc, suc; member
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | ppucd.cpp | 53 scf(U_SENTINEL), slc(U_SENTINEL), stc(U_SENTINEL), suc(U_SENTINEL), in UniProps() 409 props.scf=U_SENTINEL; in parseProperty() 466 props.scf=parseCodePoint(v, errorCode); in parseProperty()
|
H A D | ppucd.h | 54 UChar32 scf, slc, stc, suc; member
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | ppucd.cpp | 45 scf(U_SENTINEL), slc(U_SENTINEL), stc(U_SENTINEL), suc(U_SENTINEL), in UniProps() 402 props.scf=U_SENTINEL; in parseProperty() 459 props.scf=parseCodePoint(v, errorCode); in parseProperty()
|
H A D | ppucd.h | 54 UChar32 scf, slc, stc, suc; member
|