Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dread.h34 TOK_COLON, /* A colon */ enumerator
Dparse.cpp1186 … } else if(token == TOK_COLON) { /* right now, we'll just try to see if we have aliases */ in parseCollationElements()
2016 case TOK_COLON: in parseResource()
2058 if (token == TOK_OPEN_BRACE || token == TOK_COLON ||token ==TOK_CLOSE_BRACE ) in parseResource()
2076 case TOK_COLON: resType = RESTYPE_TABLE; break; in parseResource()
2157 if(token==TOK_COLON) { in parse()
Dread.c97 return TOK_COLON; in getNextToken()