Searched refs:aref (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
D | indic.pl | 214 my $aref = $DECOMP{$from}; 215 if (join(".", @$aref) ne join(".", @to)) { 217 print STDERR " : $from = ", join(".", @$aref), "\n"; 259 my $aref = $href->{$code}; 260 print " ", hex2($code), " (", formatScriptList($aref), ")"; 329 my $aref = $href->{$code}; # Ref to array of scripts 337 foreach my $scr (@$aref) { 530 my $aref = shift; 531 if ($SCRIPT_COUNT == @$aref) { 533 } elsif (($SCRIPT_COUNT - 3) <= @$aref) { [all …]
|
/external/icu/icu4c/source/test/perf/perldriver/ |
D | PerfFramework.pm | 111 my ($i, $j, $aref); 114 $aref = $tests{$i}; 122 for $j ( 0 .. $#{$aref} ) {
|
/external/icu/icu4j/perf-tests/perldriver/ |
D | PerfFramework4j.pm | 115 my ($i, $j, $aref); 118 $aref = $tests{$i}; 126 for $j ( 0 .. $#{$aref} ) {
|
/external/swiftshader/third_party/LLVM/utils/emacs/ |
D | llvm-mode.el | 56 (modify-syntax-entry (aref n 0) 57 (aref n 1)
|
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
D | alloc_rfunction.pass.cpp | 82 Ref aref(a); in main() local 83 std::function<int(int)> f(aref); in main()
|
D | copy_move.pass.cpp | 131 Ref aref(a); in main() local 132 std::function<int(int)> f(aref); in main()
|
/external/clang/test/Parser/ |
D | cxx-reference.cpp | 15 void g(const A aref) { // expected-warning {{'const' qualifier on reference type 'A' (aka 'int &') … in g() argument
|