Searched refs:nsp (Results 1 - 10 of 10) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
H A D | PropertiesAffixPatternProvider.java | 43 String nsp = properties.getNegativeSuffixPattern(); in PropertiesAffixPatternProvider() 75 } else if (nsp != null) { in PropertiesAffixPatternProvider() 76 negSuffix = nsp; in PropertiesAffixPatternProvider() 88 AffixUtils.hasCurrencySymbols(nsp) || in PropertiesAffixPatternProvider()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
H A D | PropertiesAffixPatternProvider.java | 46 String nsp = properties.getNegativeSuffixPattern(); in PropertiesAffixPatternProvider() 78 } else if (nsp != null) { in PropertiesAffixPatternProvider() 79 negSuffix = nsp; in PropertiesAffixPatternProvider() 91 AffixUtils.hasCurrencySymbols(nsp)); in PropertiesAffixPatternProvider()
|
/third_party/lame/libmp3lame/ |
H A D | presets.c | 194 int const nsp = lame_get_exp_nspsytune(gfp); in apply_vbr_preset() local 195 int const val = (nsp >> 20) & 63; in apply_vbr_preset() 197 int const sf21mod = (set->sfb21mod << 20) | nsp; in apply_vbr_preset()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | number_mapper.cpp | 343 const UnicodeString& nsp = properties.negativeSuffixPattern; in setTo() local 375 } else if (!nsp.isBogus()) { in setTo() 376 negSuffix = nsp; in setTo() 388 AffixUtils::hasCurrencySymbols(nsp, status) || in setTo()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_mapper.cpp | 343 const UnicodeString& nsp = properties.negativeSuffixPattern; in setTo() local 375 } else if (!nsp.isBogus()) { in setTo() 376 negSuffix = nsp; in setTo() 388 AffixUtils::hasCurrencySymbols(nsp, status) || in setTo()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | number_mapper.cpp | 339 const UnicodeString& nsp = properties.negativeSuffixPattern; in setTo() local 371 } else if (!nsp.isBogus()) { in setTo() 372 negSuffix = nsp; in setTo() 384 AffixUtils::hasCurrencySymbols(nsp, status)); in setTo()
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | pngcp.c | 450 unsigned int nsp; /* highest active entry+1 found so far */ member 455 unsigned int tsp; /* nsp from the last run; this is the 828 * appropriately; this does all the work of next_opt (setting end/nsp) for in push_opt() 895 dp->nsp = dp->tsp; in push_opt() 909 * and there must be a valid entry to return. next_opt will set dp->nsp to in next_opt() 1130 dp->nsp = dp->tsp; in next_opt() 1165 assert(sp >= dp->nsp); /* nsp starts off zero */ in advance_opt() 1171 * dp->nsp is handled this way: in advance_opt() 1173 * 1) When an option is pushed onto the stack dp->nsp an in advance_opt() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | atrac3plusdsp.c | 426 int i, gain_lev, gcv = 0, qu, nsp; in ff_atrac3p_power_compensation() local 460 nsp = ff_atrac3p_qu_to_spec_pos[qu + 1] - ff_atrac3p_qu_to_spec_pos[qu]; in ff_atrac3p_power_compensation() 462 fdsp->vector_fmac_scalar(dst, pwcsp, qu_lev, nsp); in ff_atrac3p_power_compensation()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | DecimalFormat.java | 569 String np = null, npp = null, ns = null, nsp = null; in readObject() 611 nsp = (String) fieldGetter.get("negSuffixPattern", null); in readObject() 645 if (nsp == null) { in readObject() 648 properties.setNegativeSuffixPattern(nsp); in readObject()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | DecimalFormat.java | 562 String np = null, npp = null, ns = null, nsp = null; in readObject() 604 nsp = (String) fieldGetter.get("negSuffixPattern", null); in readObject() 638 if (nsp == null) { in readObject() 641 properties.setNegativeSuffixPattern(nsp); in readObject()
|
Completed in 15 milliseconds