Home
last modified time | relevance | path

Searched refs:aref (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
Dindic.pl214 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/
DPerfFramework.pm111 my ($i, $j, $aref);
114 $aref = $tests{$i};
122 for $j ( 0 .. $#{$aref} ) {
/external/icu/icu4j/perf-tests/perldriver/
DPerfFramework4j.pm115 my ($i, $j, $aref);
118 $aref = $tests{$i};
126 for $j ( 0 .. $#{$aref} ) {
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
Dalloc_rfunction.pass.cpp82 Ref aref(a); in main() local
83 std::function<int(int)> f(aref); in main()
Dcopy_move.pass.cpp131 Ref aref(a); in main() local
132 std::function<int(int)> f(aref); in main()
/external/clang/test/Parser/
Dcxx-reference.cpp15 void g(const A aref) { // expected-warning {{'const' qualifier on reference type 'A' (aka 'int &') … in g() argument
/external/python/pybind11/include/pybind11/
Deigen.h435 Array aref = reinterpret_borrow<Array>(src);
437 if (aref && (!need_writeable || aref.writeable())) {
438 fits = props::conformable(aref);
443 copy_or_ref = std::move(aref);