Home
last modified time | relevance | path

Searched refs:suffixLen (Results 1 - 25 of 28) sorted by relevance

12

/third_party/skia/src/ports/skia_ohos/
H A DFontConfig_ohos.cpp1104 int suffixLen = strlen(".ttf"); in scanFonts() local
1105 if (len < suffixLen || (strncmp(fname + len - suffixLen, ".ttf", suffixLen) && in scanFonts()
1106 strncmp(fname + len - suffixLen, ".otf", suffixLen) && in scanFonts()
1107 strncmp(fname + len - suffixLen, ".ttc", suffixLen) && in scanFonts()
1108 strncmp(fname + len - suffixLen, ".otc", suffixLen))) { in scanFonts()
1339 int suffixLen = strlen(".ttf"); judgeFileExist() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dnfsprep.c178 const char **suffix, int32_t *suffixLen, in getPrefixSuffix()
198 *suffixLen = srcLength - i; in getPrefixSuffix()
214 int32_t prefixLen=0, suffixLen=0; in nfs4_mixed_prepare() local
233 getPrefixSuffix(src, srcLength, &prefix, &prefixLen, &suffix, &suffixLen, status); in nfs4_mixed_prepare()
249 sLen = nfs4_prepare(suffix, suffixLen, s, sCapacity, NFS4_MIXED_PREP_SUFFIX, parseError, status); in nfs4_mixed_prepare()
257 sLen = nfs4_prepare(suffix, suffixLen, s, sLen, NFS4_MIXED_PREP_SUFFIX, parseError, status); in nfs4_mixed_prepare()
176 getPrefixSuffix(const char *src, int32_t srcLength, const char **prefix, int32_t *prefixLen, const char **suffix, int32_t *suffixLen, UErrorCode *status) getPrefixSuffix() argument
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DReactorDebugInfo.cpp39 size_t suffixLen = suffix.size(); in endswith_lower() local
41 if(strLen < suffixLen) in endswith_lower()
46 return to_lower(str).substr(strLen - suffixLen) == to_lower(suffix); in endswith_lower()
/third_party/node/deps/npm/node_modules/@tufjs/models/dist/
H A Drole.js205 this.suffixLen = (this.numberOfBins - 1).toString(16).length;
236 const suffix = binNumber.toString(16).padStart(this.suffixLen, '0');
241 const suffix = i.toString(16).padStart(this.suffixLen, '0');
258 if (suffix.length != this.suffixLen) {
/third_party/skia/src/ports/
H A DSkOSFile_posix.cpp172 size_t suffixLen = suffix.size(); in issuffixfor() local
175 return strLen >= suffixLen && in issuffixfor()
176 memcmp(suffix.c_str(), str + strLen - suffixLen, suffixLen) == 0; in issuffixfor()
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DUnescapeTransliterator.java163 int suffixLen = spec[ipat++]; in handleTransliterate()
220 for (i=0; i<suffixLen; ++i) { in handleTransliterate()
250 ipat += prefixLen + suffixLen; in handleTransliterate()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUnescapeTransliterator.java164 int suffixLen = spec[ipat++]; in handleTransliterate()
221 for (i=0; i<suffixLen; ++i) { in handleTransliterate()
251 ipat += prefixLen + suffixLen; in handleTransliterate()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dstring_utils.cpp27 const size_t suffixLen) in EndsWithSuffix()
29 return suffixLen <= strLen && strncmp(str + strLen - suffixLen, suffix, suffixLen) == 0; in EndsWithSuffix()
24 EndsWithSuffix(const char *str, const size_t strLen, const char *suffix, const size_t suffixLen) EndsWithSuffix() argument
/third_party/icu/icu4c/source/i18n/
H A Dunesctrn.cpp188 int32_t suffixLen = spec[ipat++]; in handleTransliterate() local
245 for (i=0; i<suffixLen; ++i) { in handleTransliterate()
275 ipat += prefixLen + suffixLen; in handleTransliterate()
H A Dnumber_patternmodifier.cpp194 int32_t suffixLen = nonConstThis->insertSuffix(output, rightIndex + prefixLen, status); in apply() local
212 suffixLen, in apply()
215 return prefixLen + overwriteLen + suffixLen; in apply()
H A Dnumber_modifiers.cpp408 int32_t suffixLen, in applyCurrencySpacing()
413 bool hasSuffix = (suffixLen > 0); in applyCurrencySpacing()
406 applyCurrencySpacing(FormattedStringBuilder &output, int32_t prefixStart, int32_t prefixLen, int32_t suffixStart, int32_t suffixLen, const DecimalFormatSymbols &symbols, UErrorCode &status) applyCurrencySpacing() argument
H A Dnumber_modifiers.h203 int32_t suffixStart, int32_t suffixLen, const DecimalFormatSymbols &symbols,
/third_party/node/deps/icu-small/source/i18n/
H A Dunesctrn.cpp188 int32_t suffixLen = spec[ipat++]; in handleTransliterate() local
245 for (i=0; i<suffixLen; ++i) { in handleTransliterate()
275 ipat += prefixLen + suffixLen; in handleTransliterate()
H A Dnumber_patternmodifier.cpp195 int32_t suffixLen = nonConstThis->insertSuffix(output, rightIndex + prefixLen, status); in apply() local
213 suffixLen, in apply()
216 return prefixLen + overwriteLen + suffixLen; in apply()
H A Dnumber_modifiers.cpp417 int32_t suffixLen, in applyCurrencySpacing()
422 bool hasSuffix = (suffixLen > 0); in applyCurrencySpacing()
415 applyCurrencySpacing(FormattedStringBuilder &output, int32_t prefixStart, int32_t prefixLen, int32_t suffixStart, int32_t suffixLen, const DecimalFormatSymbols &symbols, UErrorCode &status) applyCurrencySpacing() argument
H A Dnumber_modifiers.h203 int32_t suffixStart, int32_t suffixLen, const DecimalFormatSymbols &symbols,
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dunesctrn.cpp188 int32_t suffixLen = spec[ipat++]; in handleTransliterate() local
245 for (i=0; i<suffixLen; ++i) { in handleTransliterate()
275 ipat += prefixLen + suffixLen; in handleTransliterate()
H A Dnumber_patternmodifier.cpp190 int32_t suffixLen = nonConstThis->insertSuffix(output, rightIndex + prefixLen, status); in apply() local
208 suffixLen, in apply()
211 return prefixLen + overwriteLen + suffixLen; in apply()
H A Dnumber_modifiers.cpp408 int32_t suffixLen, in applyCurrencySpacing()
413 bool hasSuffix = (suffixLen > 0); in applyCurrencySpacing()
406 applyCurrencySpacing(FormattedStringBuilder &output, int32_t prefixStart, int32_t prefixLen, int32_t suffixStart, int32_t suffixLen, const DecimalFormatSymbols &symbols, UErrorCode &status) applyCurrencySpacing() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DMutablePatternModifier.java297 int suffixLen = insertSuffix(output, rightIndex + prefixLen); in apply()
307 suffixLen, in apply()
309 return prefixLen + overwriteLen + suffixLen; in apply()
H A DCurrencySpacingEnabledModifier.java102 int suffixLen, in applyCurrencySpacing()
106 boolean hasSuffix = (suffixLen > 0); in applyCurrencySpacing()
97 applyCurrencySpacing( FormattedStringBuilder output, int prefixStart, int prefixLen, int suffixStart, int suffixLen, DecimalFormatSymbols symbols) applyCurrencySpacing() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DMutablePatternModifier.java298 int suffixLen = insertSuffix(output, rightIndex + prefixLen); in apply()
308 suffixLen, in apply()
310 return prefixLen + overwriteLen + suffixLen; in apply()
H A DCurrencySpacingEnabledModifier.java104 int suffixLen, in applyCurrencySpacing()
108 boolean hasSuffix = (suffixLen > 0); in applyCurrencySpacing()
99 applyCurrencySpacing( FormattedStringBuilder output, int prefixStart, int prefixLen, int suffixStart, int suffixLen, DecimalFormatSymbols symbols) applyCurrencySpacing() argument
/third_party/skia/src/core/
H A DSkString.cpp63 size_t suffixLen = strlen(suffixStr); in SkStrEndsWith() local
64 return strLen >= suffixLen && in SkStrEndsWith()
65 !strncmp(string + strLen - suffixLen, suffixStr, suffixLen); in SkStrEndsWith()
/third_party/python/Modules/
H A Dgetpath.c144 Py_ssize_t len, suffixLen; variable
147 suffix = PyUnicode_AsWideCharString(suffixobj, &suffixLen);
149 if (suffixLen > len ||
151 wcsicmp(&path[len - suffixLen], suffix) != 0
153 wcscmp(&path[len - suffixLen], suffix) != 0

Completed in 19 milliseconds

12