Searched refs:NextNonWhitespaceChar (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/private/shared/
H A DJson.h33 static bool NextNonWhitespaceChar(
/haiku/src/kits/shared/
H A DJson.cpp346 BJson::NextNonWhitespaceChar(JsonParseContext& jsonParseContext, char* c) function in class:BPrivate::BJson
373 if (!NextNonWhitespaceChar(jsonParseContext, &c))
442 if (!NextNonWhitespaceChar(jsonParseContext, &c))
506 if (!NextNonWhitespaceChar(jsonParseContext, &c))
566 if (!NextNonWhitespaceChar(jsonParseContext, &c))

Completed in 167 milliseconds