Home
last modified time | relevance | path

Searched defs:first_dot (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlower_xfb_varying.cpp119 const char *first_dot = strchr(name, '.'); in get_field_name() local
Dlink_uniforms.cpp50 const char *first_dot = strchr(name, '.'); in get_top_level_name() local
80 const char *first_dot = strchr(name, '.'); in get_var_name() local
/external/cronet/base/i18n/
Dfile_util_icu.cc58 auto first_dot = s.find_first_of('.'); in HasValidDotPositionForShortName() local
/external/cronet/net/base/registry_controlled_domains/
Dregistry_controlled_domain.cc127 size_t first_dot = host.find_first_of('.', host.size() - length); in GetRegistryLengthInTrimmedHost() local