Home
last modified time | relevance | path

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

/external/chromium/third_party/icu/source/tools/genrb/
Dread.h34 TOK_COLON, /* A colon */ enumerator
Dparse.c887 … } else if(token == TOK_COLON) { /* right now, we'll just try to see if we have aliases */ in parseCollationElements()
1727 case TOK_COLON: in parseResource()
1768 if (token == TOK_OPEN_BRACE || token == TOK_COLON ||token ==TOK_CLOSE_BRACE ) in parseResource()
1786 case TOK_COLON: resType = RT_TABLE; break; in parseResource()
1852 if(token==TOK_COLON) { in parse()
Dread.c95 return TOK_COLON; in getNextToken()
/external/icu4c/tools/genrb/
Dread.h34 TOK_COLON, /* A colon */ enumerator
Dparse.c890 … } else if(token == TOK_COLON) { /* right now, we'll just try to see if we have aliases */ in parseCollationElements()
1730 case TOK_COLON: in parseResource()
1771 if (token == TOK_OPEN_BRACE || token == TOK_COLON ||token ==TOK_CLOSE_BRACE ) in parseResource()
1789 case TOK_COLON: resType = RT_TABLE; break; in parseResource()
1855 if(token==TOK_COLON) { in parse()
Dread.c95 return TOK_COLON; in getNextToken()