Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/tools/genrb/
Dread.h36 TOK_COLON, /* A colon */ enumerator
Dparse.cpp1131 … } else if(token == TOK_COLON) { /* right now, we'll just try to see if we have aliases */ in parseCollationElements()
1870 case TOK_COLON: in parseResource()
1912 if (token == TOK_OPEN_BRACE || token == TOK_COLON ||token ==TOK_CLOSE_BRACE ) in parseResource()
1930 case TOK_COLON: resType = RESTYPE_TABLE; break; in parseResource()
2013 if(token==TOK_COLON) { in parse()
Dread.c100 return TOK_COLON; in getNextToken()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dread.h36 TOK_COLON, /* A colon */ enumerator
Dparse.cpp1131 … } else if(token == TOK_COLON) { /* right now, we'll just try to see if we have aliases */ in parseCollationElements()
1870 case TOK_COLON: in parseResource()
1912 if (token == TOK_OPEN_BRACE || token == TOK_COLON ||token ==TOK_CLOSE_BRACE ) in parseResource()
1930 case TOK_COLON: resType = RESTYPE_TABLE; break; in parseResource()
2013 if(token==TOK_COLON) { in parse()
Dread.c100 return TOK_COLON; in getNextToken()
/third_party/icu/icu4c/source/tools/genrb/
Dread.h36 TOK_COLON, /* A colon */ enumerator
Dparse.cpp1131 … } else if(token == TOK_COLON) { /* right now, we'll just try to see if we have aliases */ in parseCollationElements()
1870 case TOK_COLON: in parseResource()
1912 if (token == TOK_OPEN_BRACE || token == TOK_COLON ||token ==TOK_CLOSE_BRACE ) in parseResource()
1930 case TOK_COLON: resType = RESTYPE_TABLE; break; in parseResource()
2013 if(token==TOK_COLON) { in parse()
Dread.c100 return TOK_COLON; in getNextToken()
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/
Dread.h36 TOK_COLON, /* A colon */ enumerator
Dparse.cpp1131 … } else if(token == TOK_COLON) { /* right now, we'll just try to see if we have aliases */ in parseCollationElements()
1870 case TOK_COLON: in parseResource()
1912 if (token == TOK_OPEN_BRACE || token == TOK_COLON ||token ==TOK_CLOSE_BRACE ) in parseResource()
1930 case TOK_COLON: resType = RESTYPE_TABLE; break; in parseResource()
2011 if(token==TOK_COLON) { in parse()
Dread.c99 return TOK_COLON; in getNextToken()