Searched refs:atPtr (Results 1 – 1 of 1) sorted by relevance
627 const char *atPtr = uprv_strchr(fullName, '@'); in initBaseName() local629 if (atPtr && eqPtr && atPtr < eqPtr) { in initBaseName()631 int32_t baseNameLength = (int32_t)(atPtr - fullName); in initBaseName()