Searched refs:IsNullString (Results 1 – 4 of 4) sorted by relevance
79 if (IsNullString(glyphGroups) || IncludeName(glyphGroups, setName)) in GetRequireBufferSize()97 if (IsNullString(glyphGroups) || IncludeName(glyphGroups, setName)) in GetRequireBufferSize()121 if (IsNullString(glyphGroups) || IncludeName(glyphGroups, setName)) in GetRequireBufferSize()
471 if (IsNullString(glyphGroups) || IncludeName(glyphGroups, setName)) in CalcCopySize()496 if (IsNullString(glyphGroups) || IncludeName(glyphGroups, setName)) in CalcCopySize()520 if (IsNullString(glyphGroups) || IncludeName(glyphGroups, setName)) in CalcCopySize()879 … if (IsNullString(pContext->GetGlyphGroups()) || IncludeName(pContext->GetGlyphGroups(), setName)) in ConstructOpAnalyzeGLGRPacked()
434 if ( IsNullString(pContext->GetGlyphGroups()) in ConstructOpAnalyzeGLGR()
560 static bool IsNullString(const char* str) { return *str == '\0'; } in IsNullString() function