Home
last modified time | relevance | path

Searched defs:sfx (Results 1 – 13 of 13) sorted by relevance

/third_party/toybox/toys/pending/
Duserdel.c27 char *filenamesfx = NULL, *sfx = NULL, *line = NULL; in update_groupfiles() local
/third_party/toybox/lib/
Dpassword.c111 *sfx = NULL, *line = NULL; in update_password() local
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DTailoredSet.java370 private void addSuffix(int c, CharSequence sfx) { in addSuffix()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DTailoredSet.java372 private void addSuffix(int c, CharSequence sfx) { in addSuffix()
/third_party/icu/icu4c/source/i18n/
Dcollationsets.cpp337 TailoredSet::addSuffix(UChar32 c, const UnicodeString &sfx) { in addSuffix()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationsets.cpp337 TailoredSet::addSuffix(UChar32 c, const UnicodeString &sfx) { in addSuffix()
/third_party/node/deps/icu-small/source/i18n/
Dcollationsets.cpp337 TailoredSet::addSuffix(UChar32 c, const UnicodeString &sfx) { in addSuffix()
/third_party/elfutils/libdwfl/
Dlinux-kernel-modules.c345 #define TRY(sfx) \ in check_suffix() argument
/third_party/libbpf/src/
Dlibbpf_internal.h106 static inline bool str_has_sfx(const char *str, const char *sfx) in str_has_sfx()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderRenderCase.cpp775 float sfx = (float)ix + 0.5f; in computeVertexReference() local
/third_party/vk-gl-cts/modules/glshared/
DglsShaderRenderCase.cpp703 float sfx = (float)ix + 0.5f; in computeVertexReference() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp2421 const float sfx = (float)ix + 0.5f; in computeVertexReference() local
/third_party/pulseaudio/src/pulsecore/
Dcore-util.c2166 bool pa_endswith(const char *s, const char *sfx) { in pa_endswith()