Home
last modified time | relevance | path

Searched refs:seekUntilEndOfComment (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
Dread.c47 static void seekUntilEndOfComment (UCHARBUF *buf, struct UString *token, UErrorCode *status);
360 seekUntilEndOfComment(buf, token, status); in getNextChar()
363 seekUntilEndOfComment(buf, NULL, status); in getNextChar()
394 static void seekUntilEndOfComment(UCHARBUF *buf, in seekUntilEndOfComment() function