Searched refs:IsNullString (Results 1 – 4 of 4) sorted by relevance
81 if (IsNullString(glyphGroups) || IncludeName(glyphGroups, setName)) in GetRequireBufferSize()99 if (IsNullString(glyphGroups) || IncludeName(glyphGroups, setName)) in GetRequireBufferSize()123 if (IsNullString(glyphGroups) || IncludeName(glyphGroups, setName)) in GetRequireBufferSize()
473 if (IsNullString(glyphGroups) || IncludeName(glyphGroups, setName)) in CalcCopySize()498 if (IsNullString(glyphGroups) || IncludeName(glyphGroups, setName)) in CalcCopySize()522 if (IsNullString(glyphGroups) || IncludeName(glyphGroups, setName)) in CalcCopySize()881 … if (IsNullString(pContext->GetGlyphGroups()) || IncludeName(pContext->GetGlyphGroups(), setName)) in ConstructOpAnalyzeGLGRPacked()
436 if ( IsNullString(pContext->GetGlyphGroups()) in ConstructOpAnalyzeGLGR()
562 static bool IsNullString(const char* str) { return *str == '\0'; } in IsNullString() function