Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/icu/
DRBNFWriter.java82 char RARROW = 0x2192; in main() local
160 numberString = numberString.replace('>', RARROW).replaceAll(",", ""); in main()
186 … + radixString + "\">" + ruleString.trim().replace('<', LARROW).replace('>', RARROW) in main()
190 … + ruleString.trim().replace('<', LARROW).replace('>', RARROW) + "</rbnfrule>"); in main()
/external/python/cpython3/Lib/
Dtoken.py57 RARROW = 51 variable
96 '->': RARROW,
/external/python/cpython3/Grammar/
DTokens53 RARROW '->'
/external/python/cpython2/Lib/lib2to3/pgen2/
Dtoken.py64 RARROW = 55 variable
/external/python/cpython3/Lib/lib2to3/pgen2/
Dtoken.py64 RARROW = 55 variable
/external/python/cpython3/Parser/
Dtoken.c141 case '>': return RARROW; in PyToken_TwoChars()
/external/python/cpython3/Include/
Dtoken.h64 #define RARROW 51 macro
/external/python/cpython3/Doc/library/
Dtoken-list.inc192 .. data:: RARROW
/external/python/cpython3/Python/
Dast.c1743 if (TYPE(CHILD(n, name_i+2)) == RARROW) { in ast_for_funcdef_impl()