HomeSort by relevance Sort by last modified time
    Searched refs:at_least (Results 1 - 4 of 4) sorted by null

  /external/icu4c/config/
gmakever.mk 8 at_least=3.80 macro
10 at_least=3.79.1 macro
13 at_least=3.79.1 macro
16 at_least=3.77 macro
19 latest_a=$(firstword $(sort $(MAKE_VERSION) $(at_least)))
21 ifneq ($(at_least),$(latest_a))
23 @echo "ERROR: $(MAKE_VERSION) - too old, please upgrade to at least $(at_least)"
27 @echo "$(MAKE_VERSION) (we wanted at least $(at_least))"
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
util.rb 107 # 4.at_least(5) #=> 5
108 # 6.at_least(5) #=> 6
112 def at_least( x ) method in class:Integer
streams.rb 512 start = ( @position + k ).at_least( 0 ) # start cannot be negative or index will wrap around
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 339 first = first.at_least( 0 )

Completed in 345 milliseconds